From 95049e696e5e75a0eee83bdebe7f4f0eb873141a Mon Sep 17 00:00:00 2001
From: karailiev <karailiev@ispconfig3>
Date: Fri, 21 Nov 2008 20:40:17 -0500
Subject: [PATCH] + Showing last modify time for language files in the list.
---
interface/web/admin/templates/language_list.htm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/interface/web/admin/templates/language_list.htm b/interface/web/admin/templates/language_list.htm
index 37aba39..54b67ec 100644
--- a/interface/web/admin/templates/language_list.htm
+++ b/interface/web/admin/templates/language_list.htm
@@ -20,6 +20,7 @@
<tr>
<th class="tbl_col_module" scope="col"><tmpl_var name="module_txt"></th>
<th class="tbl_col_lang_file" scope="col"><tmpl_var name="lang_file_txt"></th>
+ <th scope="col"><tmpl_var name="lang_file_date_txt"></th>
</tr>
</thead>
<tbody>
@@ -27,12 +28,13 @@
<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
<td class="tbl_col_module"><a href="#" onClick="loadContent('admin/language_edit.php?module={tmpl_var name="module"}&lang_file={tmpl_var name="lang_file"}&lang={tmpl_var name="lang"}');">{tmpl_var name="module"}</a></td>
<td class="tbl_col_lang_file"><a href="#" onClick="loadContent('admin/language_edit.php?module={tmpl_var name="module"}&lang_file={tmpl_var name="lang_file"}&lang={tmpl_var name="lang"}');">{tmpl_var name="lang_file"}</a></td>
+ <td><a href="#" onClick="loadContent('admin/language_edit.php?module={tmpl_var name="module"}&lang_file={tmpl_var name="lang_file"}&lang={tmpl_var name="lang"}');">{tmpl_var name="lang_file_date"}</a></td>
</tr>
</tmpl_loop>
</tbody>
<tfoot>
<tr>
- <td class="tbl_footer tbl_paging" colspan="2"><tmpl_var name="paging"></td>
+ <td class="tbl_footer tbl_paging" colspan="3"><tmpl_var name="paging"></td>
</tr>
</tfoot>
</table>
--
Gitblit v1.9.1