diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2016-05-29 17:28:33 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2016-05-29 17:28:33 +0200 |
commit | 73073ac8c3f18b48d9c178e150ce00bf4792fbe1 (patch) | |
tree | f123c747e99cd4b06c951c935f179c08e22eb963 /phpBB/adm/style/acp_database.html | |
parent | 0a512b2695342095ecb9745cf1c445c45f3326be (diff) | |
download | forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar.gz forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar.bz2 forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar.xz forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.zip |
[ticket/14643] Offer latest backup to restore by default
PHPBB3-14643
Diffstat (limited to 'phpBB/adm/style/acp_database.html')
-rw-r--r-- | phpBB/adm/style/acp_database.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html index bf0c80bcd9..39f06319f9 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -14,7 +14,7 @@ <legend>{L_RESTORE_OPTIONS}</legend> <dl> <dt><label for="file">{L_SELECT_FILE}{L_COLON}</label></dt> - <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> + <dd><select id="file" name="file" size="10"><!-- BEGIN files --><option value="{files.FILE}"<!-- IF files.S_FIRST_ROW --> selected="selected"<!-- ENDIF -->>{files.NAME}</option><!-- END files --></select></dd> </dl> <p class="submit-buttons"> |