]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/report.tpl
bacula-web: JobFiles detail added in job list (jobs.php)
[bacula/bacula] / gui / bacula-web / templates / report.tpl
index e0dba5726e69c774243f227098edeacfdabadd1c..0a42aabd6957c47124ee179ade328de6ce7aedea 100644 (file)
@@ -8,7 +8,7 @@
 <link rel="stylesheet" type="text/css" href="style/default.css" />
 </head>
 <body>
-{popup_init src="js/overlib.js"}
+{popup_init src="./external_packages/js/overlib.js"}
 <table width=100% border=1 class=back>
 <tr>
        <td width=65% valign=top>
@@ -29,7 +29,7 @@
                                                {t}Bytes transferred in the period:{/t}
                                        </td>
                                        <td align=right width=15% class=table2>
-                                               {$bytesperiod|fsize_format}
+                                               {$bytesperiod}
                                        </td>
                                </tr>
                                <tr>
                        <td>  
                                <table width=100% border=0 class=genmed cellpadding=0 cellspacing=2>
                                <tr class=titulo2>
-                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}JobID{/t}</td>
-                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Date{/t}</td>
-                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Elapsed{/t}</td>
-                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Level{/t}</td>
-                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Bytes{/t}</td>
-                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Status{/t}</td>
+                                       <td style="background-image: url('style/images/bg7.gif'); height: 25px;">{t}JobID{/t}</td>
+                                       <td style="background-image: url('style/images/bg7.gif'); height: 25px;">{t}Date{/t}</td>
+                                       <td style="background-image: url('style/images/bg7.gif'); height: 25px;">{t}Elapsed{/t}</td>
+                                       <td style="background-image: url('style/images/bg7.gif'); height: 25px;">{t}Level{/t}</td>
+                                       <td style="background-image: url('style/images/bg7.gif'); height: 25px;">{t}Bytes{/t}</td>
+                                       <td style="background-image: url('style/images/bg7.gif'); height: 25px;">{t}Status{/t}</td>
                                </tr>
                                {section name=job loop=$jobs}
                                <tr class={cycle values="table1,table2"}>
                                        <td {popup caption="Sheduled time" text=$jobs[job].SchedTime}>{$jobs[job].StartTime}</td>
                                        <td {popup autostatus=yes caption="EndTime" text=$jobs[job].EndTime}>{$jobs[job].elapsed}</td>
                                        <td align=center>{$jobs[job].Level}</td>
-                                       <td align=right>{$jobs[job].JobBytes|fsize_format}</td>
+                                       <td align=right>{$jobs[job].JobBytes}</td>
                                        <td align=center width=1%>
                                                {if $jobs[job].JobStatus eq "T"}
-                                                       <img src={#root#}/images/s_ok.gif>
+                                                       <img src=style/images/s_ok.gif>
                                                {else}
-                                                       <img src={#root#}/images/s_error.gif>
+                                                       <img src=style/images/s_error.gif>
                                                {/if}
                                        </td>
                                </tr>