diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-11 13:11:28 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-11 13:11:28 +0000 |
commit | 09ed27b4aa2ec7ace17713dc13ac5fdd16ea5cd0 (patch) | |
tree | ea654779a3b3b80c2f3da205b3515cc02c5ecaa3 | |
parent | bb5e17f40b5cc1e9a2b4d501d48eb71e03264e85 (diff) | |
download | forums-09ed27b4aa2ec7ace17713dc13ac5fdd16ea5cd0.tar forums-09ed27b4aa2ec7ace17713dc13ac5fdd16ea5cd0.tar.gz forums-09ed27b4aa2ec7ace17713dc13ac5fdd16ea5cd0.tar.bz2 forums-09ed27b4aa2ec7ace17713dc13ac5fdd16ea5cd0.tar.xz forums-09ed27b4aa2ec7ace17713dc13ac5fdd16ea5cd0.zip |
#7032
git-svn-id: file:///svn/phpbb/trunk@6883 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/template/posting_buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_buttons.html b/phpBB/styles/subSilver/template/posting_buttons.html index a6540e3634..e4527570d4 100644 --- a/phpBB/styles/subSilver/template/posting_buttons.html +++ b/phpBB/styles/subSilver/template/posting_buttons.html @@ -87,7 +87,7 @@ </tr> <!-- ENDIF --> <tr> - <td><input type="text" name="helpbox" style="width:100%" maxlength="100" class="helpline" value="{L_STYLES_TIP}" /></td> + <td><input type="text" readonly="readonly" name="helpbox" style="width:100%" maxlength="100" class="helpline" value="{L_STYLES_TIP}" /></td> <!-- IF not $S_SIGNATURE and not S_EDIT_DRAFT --> <td class="genmed" align="center">{L_FONT_COLOR}</td> <!-- ENDIF --> |