diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-09-29 11:05:50 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-09-29 11:05:50 +0200 |
commit | 86c56591df441fad78ac69d2f77196df05305758 (patch) | |
tree | 236f879d905d7bee5cc57e6bca0179e9b8eed4c6 /template | |
parent | b689d61d6a800ef8a74f74f08f05218770e0f52d (diff) | |
download | vdradmin-am-3.4.7.tar.gz vdradmin-am-3.4.7.tar.bz2 |
2006-09-29: 3.4.7v3.4.7
- Autosave now takes care of the number of lines to show in commands menu (Requested by Ronny Kornexl).
Diffstat (limited to 'template')
-rw-r--r-- | template/default/rec_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/rec_list.html b/template/default/rec_list.html index 5b7e8a7..eb657ca 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_list.html @@ -89,7 +89,7 @@ <tr class="<?% IF loop.count() % 2 == 0 %?>row_even<?% ELSE %?>row_odd<?% END %?>"> <td class="col_date <?% IF rec.sortbydate %?>selected<?% END %?>"> <span class="date"><?% rec.date %?></span> - <?% IF rec.isfolder %?><span class="total"><?% gettext('Total') %?></span><?% END %?> + <?% IF rec.isfolder %?> <span class="total"><?% gettext('Total') %?></span><?% END %?> </td> <td class="col_time <?% IF rec.sortbytime %?>selected<?% END %?>"> <span class="time"><?% rec.time %?></span> |