diff --git a/module/bug/control.php b/module/bug/control.php index f6be9aa187..2d9f020c15 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -164,7 +164,7 @@ class bug extends control /* Load pager. */ $this->app->loadClass('pager', $static = true); - if($this->app->getViewType() == 'mhtml') $recPerPage = 10; + if($this->app->getViewType() == 'mhtml' || $this->app->getViewType() == 'xhtml') $recPerPage = 10; $pager = new pager($recTotal, $recPerPage, $pageID); /* Get executios. */ diff --git a/module/bug/css/x.browse.css b/module/bug/css/x.browse.css new file mode 100644 index 0000000000..053af806d5 --- /dev/null +++ b/module/bug/css/x.browse.css @@ -0,0 +1,13 @@ +#mainMenu {display: none;} +#sidebar {display: none;} +.table-footer>.table-statistic {display: none;} +.checkbox-primary {display: none !important;} +.dropdown {display: none;} +#xx-title {background-color: #F2F2F2; padding-left: 15px; line-height: 40px;} +body {width: 700px; margin-bottom: 0px !important;} +#main {min-width: 100%;} +#main > .container {width: 100% !important;} +#mainContent > .main-col {margin-top: 0px;} +.pager > li > .pager-size-menu {display: none;} +.table-footer > .table-actions {display: none;} +.table-footer{position: fixed; width: 100%; bottom: 0;} \ No newline at end of file diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 83dffae069..70a6e78458 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -186,6 +186,13 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow +app->getViewType() == 'xhtml'):?> +