1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/11010] applying some of EXreaction notes

PHPBB3-11010
This commit is contained in:
Senky
2013-01-27 22:45:45 +01:00
parent 4bb7a69afa
commit cf9d407493
9 changed files with 16 additions and 16 deletions

View File

@@ -1671,7 +1671,7 @@ class acp_attachments
$value = $filesize['value'];
// size="8" and maxlength="15" attributes as a fallback for browsers that do not support type="number" yet.
return '<input type="number" id="' . $key . '" size="8" maxlength="15" min="0" max="999999999999999" name="config[' . $key . ']" value="' . $value . '" /> <select name="' . $key . '">' . size_select_options($size_var) . '</select>';
return '<input type="number" id="' . $key . '" size="8" maxlength="15" min="0" name="config[' . $key . ']" value="' . $value . '" /> <select name="' . $key . '">' . size_select_options($size_var) . '</select>';
}
/**