aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_database.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-13 15:25:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-13 15:25:20 +0000
commit8c64d7c32afa5a8c28522ac0d99faa78a75ebefc (patch)
treee288300925880cb5fc22419144217f9d0dfa14c1 /phpBB/adm/style/acp_database.html
parentf115ab68a52fd3b163093d71319572251d0b1070 (diff)
downloadforums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar
forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar.gz
forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar.bz2
forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar.xz
forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.zip
merging #r8426 to #r8430
git-svn-id: file:///svn/phpbb/trunk@8431 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_database.html')
-rw-r--r--phpBB/adm/style/acp_database.html22
1 files changed, 13 insertions, 9 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html
index e64c5ed437..ebc76c36a3 100644
--- a/phpBB/adm/style/acp_database.html
+++ b/phpBB/adm/style/acp_database.html
@@ -7,8 +7,9 @@
<p>{L_ACP_RESTORE_EXPLAIN}</p>
+ <!-- IF .files -->
<form id="acp_backup" method="post" action="{U_ACTION}">
-
+
<fieldset>
<legend>{L_RESTORE_OPTIONS}</legend>
<dl>
@@ -16,16 +17,19 @@
<dd><select id="file" name="file" size="10"><!-- BEGIN files --><option value="{files.FILE}"<!-- IF files.S_LAST_ROW --> selected="selected"<!-- ENDIF -->>{files.NAME}</option><!-- END files --></select></dd>
</dl>
- <!-- IF .files -->
- <p class="submit-buttons">
- <input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" />&nbsp;
- <input class="button2" type="submit" id="delete" name="delete" value="{L_DELETE_BACKUP}" />&nbsp;
- <input class="button2" type="submit" id="download" name="download" value="{L_DOWNLOAD_BACKUP}" />
- </p>
- <!-- ENDIF -->
- {S_FORM_TOKEN}
+ <p class="submit-buttons">
+ <input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" />&nbsp;
+ <input class="button2" type="submit" id="delete" name="delete" value="{L_DELETE_BACKUP}" />&nbsp;
+ <input class="button2" type="submit" id="download" name="download" value="{L_DOWNLOAD_BACKUP}" />
+ </p>
+ {S_FORM_TOKEN}
</fieldset>
</form>
+ <!-- ELSE -->
+ <div class="errorbox">
+ <p>{L_ACP_NO_ITEMS}</p>
+ </div>
+ <!-- ENDIF -->
<!-- ELSE -->
<h1>{L_ACP_BACKUP}</h1>