diff options
author | Callum Macrae <callum@lynxphp.com> | 2012-03-08 18:41:22 +0000 |
---|---|---|
committer | Callum Macrae <callum@lynxphp.com> | 2012-03-17 18:06:45 +0000 |
commit | c52e99fdbb4854f57ab8e4c6ad1fe06c4944a492 (patch) | |
tree | 3f9785f29c6dee860a7519835fdc0c92c94d6228 /phpBB/styles/subsilver2 | |
parent | 9a07f5287c91549dc989615f0cf6dc1fd8f82e5f (diff) | |
download | forums-c52e99fdbb4854f57ab8e4c6ad1fe06c4944a492.tar forums-c52e99fdbb4854f57ab8e4c6ad1fe06c4944a492.tar.gz forums-c52e99fdbb4854f57ab8e4c6ad1fe06c4944a492.tar.bz2 forums-c52e99fdbb4854f57ab8e4c6ad1fe06c4944a492.tar.xz forums-c52e99fdbb4854f57ab8e4c6ad1fe06c4944a492.zip |
[ticket/10510] Fixed a bug where quickmod tools weren't being displayed.
It was referring to some template variables that were removed in a
previous commit. Changed!
PHPBB3-10510
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index f696254249..2c5351b926 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -348,7 +348,7 @@ <table width="100%" cellspacing="1"> <tr> <td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"> - <!-- IF S_TOPIC_MOD_LOCK or S_TOPIC_MOD_DELETE or S_TOPIC_MOD_MOVE or S_TOPIC_MOD_SPLIT or S_TOPIC_MOD_MERGE or S_TOPIC_MOD_MERGE_TOPIC or S_TOPIC_MOD_FORK or S_TOPIC_MOD_MAKE_NORMAL or S_TOPIC_MOD_MAKE_STICKY or S_TOPIC_MOD_MAKE_ANNOUNCE or S_TOPIC_MOD_MAKE_GLOBAL or S_TOPIC_MOD_TOPIC_LOGS --> + <!-- IF .quickmod --> <form method="post" action="{S_MOD_ACTION}"> <span class="gensmall">{L_QUICK_MOD}:</span> <select name="action" id="quick-mod-select"> |