- Added templates_c to cvs repository.
- Added German translation
- Fix mysql database size (reported by Roland Arendes)
+ - Added JobID column in report template. (thanks to Stephan Ebeit)
25-10-2004 Bacula web 1.1
- Add array_fill function (as Mikael suggested)
<td>
<table width=100% border=0 class=genmed cellpadding=0 cellspacing=2>
<tr class=titulo2>
+ <td background="images/bg7.gif" height=25>{t}JobID{/t}</td>
<td background="images/bg7.gif" height=25>{t}Date{/t}</td>
<td background="images/bg7.gif" height=25>{t}Elapsed{/t}</td>
<td background="images/bg7.gif" height=25>{t}Level{/t}</td>
</tr>
{section name=job loop=$jobs}
<tr class={cycle values="table1,table2"}>
+ <td align=center>{$jobs[job].JobId}</td>
<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>