phpbb/phpBB/templates/subSilver/admin/db_utils_restore_body.tpl
Paul S. Owen ae1e381f99 Various updates to bring style in-line with main board ... Tom, feel free to do whatever else is necessary
git-svn-id: file:///svn/phpbb/trunk@1185 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-14 15:55:50 +00:00

13 lines
514 B
Smarty

<h1>{L_DATABASE_RESTORE}</h1>
<P>{L_RESTORE_EXPLAIN}</p>
<form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead">{L_SELECT_FILE}</th>
</tr>
<tr>
<td class="row1" align="center">&nbsp;<input type="file" name="backup_file">&nbsp;&nbsp;{S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}" class="mainoption" />&nbsp;</td>
</tr>
</table></form>