aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_database.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-05-06 20:35:30 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-05-06 20:35:30 +0000
commit6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d (patch)
treed3f928edf10e7a9685b5908f0e151d7c356f083e /phpBB/adm/style/acp_database.html
parent830f1fdab7b1a216ed1d00df1ae98ed31286291e (diff)
downloadforums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar
forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar.gz
forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar.bz2
forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar.xz
forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.zip
- Make it impossible to open/delete/download files that don't exist :P
git-svn-id: file:///svn/phpbb/trunk@5891 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_database.html')
-rw-r--r--phpBB/adm/style/acp_database.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html
index c1db0cda9c..980ed4d68e 100644
--- a/phpBB/adm/style/acp_database.html
+++ b/phpBB/adm/style/acp_database.html
@@ -14,11 +14,13 @@
<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>
</fieldset>
+<!-- IF EXISTS -->
<fieldset 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}" />
</fieldset>
+<!-- ENDIF -->
</form>
<!-- ELSE -->
<h1>{L_ACP_BACKUP}</h1>