aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_database.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-04-16 17:31:02 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-04-16 17:31:02 +0000
commit8c2f02ca00b41d7aa3282aaacfbf2674a5347a14 (patch)
tree728f6aa9c96dee9c22ce9f6e254115b4d0251e48 /phpBB/adm/style/acp_database.html
parentb0aa0e605040dc33fe87b62ec124cfc8d37deddf (diff)
downloadforums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar
forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar.gz
forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar.bz2
forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar.xz
forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.zip
- Store and Download is now takes advantage of on-the-fly stuff correctly
- Download and deletion of stored backups now allowed git-svn-id: file:///svn/phpbb/trunk@5789 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_database.html')
-rw-r--r--phpBB/adm/style/acp_database.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html
index e40909febc..c1db0cda9c 100644
--- a/phpBB/adm/style/acp_database.html
+++ b/phpBB/adm/style/acp_database.html
@@ -16,7 +16,8 @@
</fieldset>
<fieldset class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" />&nbsp;
- <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
+ <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>
</form>
<!-- ELSE -->