diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-07-23 17:02:40 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-07-23 17:02:40 +0200 |
commit | 22951e43674d023f43edc8da7ade33f01b5428c8 (patch) | |
tree | 9acd9761cd1cec0533fc9364ca7bc4ae56b45b30 /phpBB/styles/subsilver2 | |
parent | 841ea0e494504400c798faa6cc860dd1179e1004 (diff) | |
download | forums-22951e43674d023f43edc8da7ade33f01b5428c8.tar forums-22951e43674d023f43edc8da7ade33f01b5428c8.tar.gz forums-22951e43674d023f43edc8da7ade33f01b5428c8.tar.bz2 forums-22951e43674d023f43edc8da7ade33f01b5428c8.tar.xz forums-22951e43674d023f43edc8da7ade33f01b5428c8.zip |
[ticket/11004] Make suggestion button a real button and fix it's value
PHPBB3-11004
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/timezone_option.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/timezone_option.html b/phpBB/styles/subsilver2/template/timezone_option.html index 3f1e14b33d..c7e47a8ee4 100644 --- a/phpBB/styles/subsilver2/template/timezone_option.html +++ b/phpBB/styles/subsilver2/template/timezone_option.html @@ -7,7 +7,7 @@ <option value="">{L_SELECT_CURRENT_TIME}</option> {S_TZ_DATE_OPTIONS} </select><br /> - <input id="tz_select_date_suggest" class="btnlite" style="display: none;" data-is-registration="<!-- IF S_REGISTRATION -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="{L_TIMEZONE_DATE_SUGGESTION}" /> + <input type="button" id="tz_select_date_suggest" class="btnlite" style="display: none;" data-is-registration="<!-- IF S_REGISTRATION -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="{L_TIMEZONE_DATE_SUGGESTION}" /> </div> <!-- ENDIF --> <select name="tz" id="timezone" class="autowidth tz_select"> |