From 08001c9934f7124166e3223dd820cc9ac9bb5901 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 22 Oct 2010 18:37:36 +0200 Subject: [PATCH] bacula-web: Fixed html and css issue in report page - Fixed in report.tpl and report_select.tpl --- gui/bacula-web/templates/report.tpl | 25 +++----- gui/bacula-web/templates/report_select.tpl | 73 +++++++++++----------- 2 files changed, 47 insertions(+), 51 deletions(-) diff --git a/gui/bacula-web/templates/report.tpl b/gui/bacula-web/templates/report.tpl index 0b33d16653..e0dba5726e 100644 --- a/gui/bacula-web/templates/report.tpl +++ b/gui/bacula-web/templates/report.tpl @@ -3,17 +3,12 @@ - -{popup_init src="js/overlib.js"} {t}Stats Bacula: Job{/t} {$smarty.get.server} - - - - +{popup_init src="js/overlib.js"} @@ -70,12 +65,12 @@ + + + + + + + + + + + + + + + +
@@ -48,11 +43,11 @@
{if $smarty.get.server==""} - + {elseif $smarty.get.default == 1} - + {else} - + {/if}
- - - - - - + + + + + + {section name=job loop=$jobs} diff --git a/gui/bacula-web/templates/report_select.tpl b/gui/bacula-web/templates/report_select.tpl index 820ff4d5a0..ff9177f066 100644 --- a/gui/bacula-web/templates/report_select.tpl +++ b/gui/bacula-web/templates/report_select.tpl @@ -1,9 +1,11 @@ +
{t}JobID{/t}{t}Date{/t}{t}Elapsed{/t}{t}Level{/t}{t}Bytes{/t}{t}Status{/t}{t}JobID{/t}{t}Date{/t}{t}Elapsed{/t}{t}Level{/t}{t}Bytes{/t}{t}Status{/t}
- + @@ -26,38 +28,37 @@ - - - - - - - - - - - - - - - - - - -
+
{t}SELECT NEW REPORT{/t}
- + {t}Select a job:{/t}
- {t}Data to show:{/t} - -
- {t}Start period:{/t} - - {html_select_date prefix="StartDate" time=$time2 field_order="DMY" start_year="-1" end_year="+1" display_days=true} -
{t}End period:{/t} - - {html_select_date prefix="EndDate" time=$time field_order="DMY" start_year="-1" end_year="+1" display_days=true} -
- - -
\ No newline at end of file + +
+ {t}Data to show:{/t} + + +
+ {t}Start period:{/t} + + {html_select_date prefix="StartDate" time=$time2 field_order="DMY" start_year="-1" end_year="+1" display_days=true} +
{t}End period:{/t} + {html_select_date prefix="EndDate" time=$time field_order="DMY" start_year="-1" end_year="+1" display_days=true} +
+ +
+ \ No newline at end of file -- 2.39.5