aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/captcha_gd_acp.html
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-05-21 09:49:53 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-05-21 09:49:53 -0500
commit3ab222d1c748f26378152606a27accc8de9a45e0 (patch)
tree3674775daf950a12a04bfbb494812b07316c5105 /phpBB/adm/style/captcha_gd_acp.html
parentfd4043526d9008de30ee82b4ea38efaef01796d0 (diff)
parent721bc03b2b992f4df14afcbe64bb2f0cb7d73cf5 (diff)
downloadforums-3ab222d1c748f26378152606a27accc8de9a45e0.tar
forums-3ab222d1c748f26378152606a27accc8de9a45e0.tar.gz
forums-3ab222d1c748f26378152606a27accc8de9a45e0.tar.bz2
forums-3ab222d1c748f26378152606a27accc8de9a45e0.tar.xz
forums-3ab222d1c748f26378152606a27accc8de9a45e0.zip
Merge remote-tracking branch 'remotes/Senky/ticket/11010' into develop
# By Senky (19) and others # Via Senky * remotes/Senky/ticket/11010: (32 commits) [ticket/11010] properly tabifying 'max_autologin_time' [ticket/11010] resolving latest comments [ticket/11010] Fixes for number input in acp [ticket/11010] Fix input type for urls [ticket/11010] Fix email inputs [ticket/11010] updating tests [ticket/11010] dealing with dimensions problem, removing extra code [ticket/11010] Change input type to search for search forms [ticket/11010] Add all HTML5 input types to ACP [ticket/11010] Add HTML5 input types to installer [ticket/11010] validation to match type [ticket/11010] displaying min and max only if they are set [ticket/11010] fixing tests [ticket/11010] replacing maxlenght with max [ticket/11010] applying some of EXreaction notes [ticket/11010] Try to keep min < max. [ticket/11010] Mock user in order for the test to run standalone. [ticket/11010] Progress toward fixing the test suite. [ticket/11010] adding type="url" to 'site_home_url' [ticket/11010] fixing inputs types in memberlist_search.html ...
Diffstat (limited to 'phpBB/adm/style/captcha_gd_acp.html')
-rw-r--r--phpBB/adm/style/captcha_gd_acp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/captcha_gd_acp.html b/phpBB/adm/style/captcha_gd_acp.html
index b333d9205c..43d54adc0b 100644
--- a/phpBB/adm/style/captcha_gd_acp.html
+++ b/phpBB/adm/style/captcha_gd_acp.html
@@ -20,11 +20,11 @@
</dl>
<dl>
<dt><label for="captcha_gd_x_grid">{L_CAPTCHA_GD_X_GRID}{L_COLON}</label><br /><span>{L_CAPTCHA_GD_X_GRID_EXPLAIN}</span></dt>
- <dd><input id="captcha_gd_x_grid" name="captcha_gd_x_grid" value="{CAPTCHA_GD_X_GRID}" type="text" /></dd>
+ <dd><input id="captcha_gd_x_grid" name="captcha_gd_x_grid" value="{CAPTCHA_GD_X_GRID}" type="number" /></dd>
</dl>
<dl>
<dt><label for="captcha_gd_y_grid">{L_CAPTCHA_GD_Y_GRID}{L_COLON}</label><br /><span>{L_CAPTCHA_GD_Y_GRID_EXPLAIN}</span></dt>
- <dd><input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="text" /></dd>
+ <dd><input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="number" /></dd>
</dl>
<dl>
<dt><label for="captcha_gd_wave">{L_CAPTCHA_GD_WAVE}{L_COLON}</label><br /><span>{L_CAPTCHA_GD_WAVE_EXPLAIN}</span></dt>