mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
[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
This commit is contained in:
parent
9a07f5287c
commit
c52e99fdbb
2 changed files with 2 additions and 2 deletions
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
<!-- INCLUDE jumpbox.html -->
|
<!-- INCLUDE jumpbox.html -->
|
||||||
|
|
||||||
<!-- 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}">
|
<form method="post" action="{S_MOD_ACTION}">
|
||||||
<fieldset class="quickmod">
|
<fieldset class="quickmod">
|
||||||
<label for="quick-mod-select">{L_QUICK_MOD}:</label>
|
<label for="quick-mod-select">{L_QUICK_MOD}:</label>
|
||||||
|
|
|
@ -348,7 +348,7 @@
|
||||||
<table width="100%" cellspacing="1">
|
<table width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}">
|
<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}">
|
<form method="post" action="{S_MOD_ACTION}">
|
||||||
<span class="gensmall">{L_QUICK_MOD}:</span>
|
<span class="gensmall">{L_QUICK_MOD}:</span>
|
||||||
<select name="action" id="quick-mod-select">
|
<select name="action" id="quick-mod-select">
|
||||||
|
|
Loading…
Add table
Reference in a new issue