diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-12 16:06:45 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-12 16:06:45 +0000 |
| commit | 87fcf104546cb2846d1a291f9ac5b540a99ef560 (patch) | |
| tree | c779df7a05e95f57c6f8d7def84a4a070b4a7fa9 /phpBB | |
| parent | d521902402539d9802f42a2d746187d89c67a0b3 (diff) | |
| download | forums-87fcf104546cb2846d1a291f9ac5b540a99ef560.tar forums-87fcf104546cb2846d1a291f9ac5b540a99ef560.tar.gz forums-87fcf104546cb2846d1a291f9ac5b540a99ef560.tar.bz2 forums-87fcf104546cb2846d1a291f9ac5b540a99ef560.tar.xz forums-87fcf104546cb2846d1a291f9ac5b540a99ef560.zip | |
oops, that name change won't work on current CVS posting ...
git-svn-id: file:///svn/phpbb/trunk@2108 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl index f7d61ee7f9..c7a6536762 100644 --- a/phpBB/templates/subSilver/posting_body.tpl +++ b/phpBB/templates/subSilver/posting_body.tpl @@ -433,7 +433,7 @@ function storeCaret(textEl) { </tr> {POLLBOX} <tr> - <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td> + <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="submit" class="mainoption" value="{L_SUBMIT}" /></td> </tr> </table> |
