diff options
author | David M <davidmj@users.sourceforge.net> | 2007-01-11 05:44:22 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-01-11 05:44:22 +0000 |
commit | 3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2 (patch) | |
tree | 95a8f3fedd9034172fc0397b710515ae14488f42 /phpBB/adm/style/acp_reasons.html | |
parent | 7c18792a6e2c3481ec073828039c31c18d922167 (diff) | |
download | forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.gz forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.bz2 forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.xz forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.zip |
#6772
- some other random things
git-svn-id: file:///svn/phpbb/trunk@6880 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_reasons.html')
-rw-r--r-- | phpBB/adm/style/acp_reasons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_reasons.html b/phpBB/adm/style/acp_reasons.html index a9c314e564..e10cc1d1ca 100644 --- a/phpBB/adm/style/acp_reasons.html +++ b/phpBB/adm/style/acp_reasons.html @@ -30,7 +30,7 @@ <p><!-- IF S_TRANSLATED -->{L_IS_TRANSLATED_EXPLAIN}<!-- ELSE -->{L_IS_NOT_TRANSLATED_EXPLAIN}<!-- ENDIF --></p> <dl> <dt><label for="reason_title">{L_REASON_TITLE}:</label></dt> - <dd><input name="reason_title" type="text" id="reason_title" value="{REASON_TITLE}" /></dd> + <dd><input name="reason_title" type="text" id="reason_title" value="{REASON_TITLE}" maxlength="255" /></dd> </dl> <!-- IF S_TRANSLATED --> <dl> |