|
From: <dh...@us...> - 2003-07-20 19:24:59
|
Update of /cvsroot/gplugs/Themes/ClearBlue/admin/database
In directory sc8-pr-cvs1:/tmp/cvs-serv21897/admin/database
Added Files:
index.html listbackups.thtml listitem.thtml
Log Message:
Updates for Geeklog 1.3.8
--- NEW FILE: index.html ---
--- NEW FILE: listbackups.thtml ---
<table width="100%" border="0">
<tr>
<th align="left">{lang_backupfile}</th>
<th align="right">{lang_backupsize}</th>
</tr>
{backup_item}
</table>
<p>{number_backups}</p>
--- NEW FILE: listitem.thtml ---
<tr>
<td align="left">{backup_file}</td>
<td align="right">{backup_size} <b>{lang_bytes}</b></td>
</tr>
|