diff --git a/module/Pool/view/pool/pool/details.phtml b/module/Pool/view/pool/pool/details.phtml index 69f53d46..bb65840c 100644 --- a/module/Pool/view/pool/pool/details.phtml +++ b/module/Pool/view/pool/pool/details.phtml @@ -50,7 +50,7 @@ $this->headTitle($title);
- +
@@ -81,10 +81,9 @@ $this->headTitle($title);
-
translate("Name"); ?>
+
- @@ -103,10 +102,11 @@ $this->headTitle($title); headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js'); echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js'); - echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js'); - echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css'); + echo $this->headLink()->prependStylesheet($this->basePath() . '/css/bootstrap-table.min.css'); + echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-table-locale-all.min.js'); + echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-table-cookie.min.js'); + echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-table.min.js'); ?> @@ -129,188 +129,164 @@ $this->headTitle($title); - - diff --git a/module/Pool/view/pool/pool/index.phtml b/module/Pool/view/pool/pool/index.phtml index a9f81949..8ced1d77 100644 --- a/module/Pool/view/pool/pool/index.phtml +++ b/module/Pool/view/pool/pool/index.phtml @@ -5,9 +5,8 @@ * bareos-webui - Bareos Web-Frontend * * @link https://github.com/bareos/bareos-webui for the canonical source repository - * @copyright Copyright (c) 2013-2015 Bareos GmbH & Co. KG (http://www.bareos.org/) + * @copyright Copyright (c) 2013-2017 Bareos GmbH & Co. KG (http://www.bareos.org/) * @license GNU Affero General Public License (http://www.gnu.org/licenses/) - * @author Frank Bergkemper * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -50,7 +49,7 @@ $this->headTitle($title);
-
translate("Name"); ?> translate("Storage"); ?> translate("Type"); ?>
+
@@ -70,70 +69,82 @@ $this->headTitle($title); headScript()->prependFile($this->basePath() . '/js/datatables.plugins.js'); echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js'); - echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js'); - echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css'); + echo $this->headLink()->prependStylesheet($this->basePath() . '/css/bootstrap-table.min.css'); + echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-table-locale-all.min.js'); + echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-table-cookie.min.js'); + echo $this->headScript()->prependFile($this->basePath() . '/js/bootstrap-table.min.js'); ?>
translate("Name"); ?>