aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-30 15:41:24 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-30 15:41:24 +0000
commit9c435ef53d501c07c893e970b67e06780c1f57b9 (patch)
tree095b7ea12d2d3216949efbfc5827b2fc6cb2354f
parent94c4c558e0c567866cf9cfcd0db9aafd1d10bd31 (diff)
downloadforums-9c435ef53d501c07c893e970b67e06780c1f57b9.tar
forums-9c435ef53d501c07c893e970b67e06780c1f57b9.tar.gz
forums-9c435ef53d501c07c893e970b67e06780c1f57b9.tar.bz2
forums-9c435ef53d501c07c893e970b67e06780c1f57b9.tar.xz
forums-9c435ef53d501c07c893e970b67e06780c1f57b9.zip
Limit display of "secondary" submit/preview/cancel/save row
git-svn-id: file:///svn/phpbb/trunk@4337 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 081ad8d30b..80a4f12da5 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -284,6 +284,11 @@ function checkForm()
</table></td>
</tr>
<!-- ENDIF -->
+ <!-- IF S_SHOW_ATTACH_BOX or S_SHOW_POLL_BOX -->
+ <tr>
+ <td class="cat" colspan="2" align="center"><input class="btnlite" type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" />&nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" /><!-- IF S_SAVE_ALLOWED -->&nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="8" name="save" value="{L_SAVE}" /><!-- ENDIF -->&nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="7" name="cancel" value="{L_CANCEL}" /></td>
+ </tr>
+ <!-- ENDIF -->
<!-- IF S_SHOW_ATTACH_BOX -->
<!-- INCLUDE posting_attach_body.html -->
<!-- ENDIF -->