From: Davide Franco Date: Mon, 6 Dec 2010 12:53:48 +0000 (+0100) Subject: bacula-web: Changed main layout apparence X-Git-Tag: Release-5.2.1~597 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bae5db2f48ed4bad43569395e8c27dd757b7d2f;p=bacula%2Fbacula bacula-web: Changed main layout apparence --- diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css index c0b46ded8d..f7fc759bad 100644 --- a/gui/bacula-web/style/default.css +++ b/gui/bacula-web/style/default.css @@ -72,7 +72,7 @@ a:hover { color: #736F6E } #main_left { position: absolute; left:10px; - width: 550px; + width: 500px; border:none; margin-top: 1em; background-color: #FFFFFF; @@ -80,8 +80,8 @@ a:hover { color: #736F6E } #main_right { position: absolute; - left:570px; - width: 420px; + left:520px; + width: 500px; border: none; margin-top: 1em; } @@ -135,10 +135,11 @@ a:hover { color: #736F6E } } .box table tr td.label { - font-weight: bold; + /*font-weight: bold;*/ width: 150px; text-align: left; - padding-left: 3px; + padding-left: 15px; + padding: 3px; } .box table tr td.info { diff --git a/gui/bacula-web/templates/index.tpl b/gui/bacula-web/templates/index.tpl index 507ef4fd1b..62ed02b226 100644 --- a/gui/bacula-web/templates/index.tpl +++ b/gui/bacula-web/templates/index.tpl @@ -18,32 +18,10 @@ {include file=header.tpl}
-{include file=volumes.tpl} -
- - -{if $server==""} - -{else} - -{/if} - -
- -
-

Job Status Report (last 24 hours)

- -
- - -
-

Job Status Report (last 24 hours)

- -

General informations

- +
@@ -58,7 +36,50 @@
{t}Clients{/t} {$clientes_totales}
- + + +
+

Pools and volumes status

+ +
+ + {include file=volumes.tpl} +
+ + +{if $server==""} + +{else} + +{/if} + +
+ +
+

Last 24 hours status

+ {* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *} + + + + + + + + + + + + + +
Failed jobs {$failed_jobs}
Completed jobs {$completed_jobs}
Elapsed time {$elapsed_jobs}
Transferred Bytes {$bytes_totales}
+ +
+ +
+

Job Status Report (last 24 hours)

+ +
+ {include file="$last_report"}
diff --git a/gui/bacula-web/templates/last_run_report.tpl b/gui/bacula-web/templates/last_run_report.tpl index f7bd6b0b83..d6392b72b7 100644 --- a/gui/bacula-web/templates/last_run_report.tpl +++ b/gui/bacula-web/templates/last_run_report.tpl @@ -1,24 +1,5 @@ -
-

Last 24 hours status

-{* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *} - - - - - - - - - - - - - -
Failed jobs {$failed_jobs}
Completed jobs {$completed_jobs}
Elapsed time {$elapsed_jobs}
Transferred Bytes {$bytes_totales}
- -