mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14755] Fix subsilver2
PHPBB3-14755
This commit is contained in:
parent
bd0244180b
commit
b3e8eb9feb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap="nowrap"><span class="gen">{L_MERGE_TOPIC_ID}</span></td>
|
||||
<td class="row2" colspan="2"><input class="post" type="number" min="0" max="999999" name="to_topic_id" value="{TO_TOPIC_ID}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a></td>
|
||||
<td class="row2" colspan="2"><input class="post" type="number" min="0" max="9999999999" name="to_topic_id" value="{TO_TOPIC_ID}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a></td>
|
||||
</tr>
|
||||
<!-- IF TO_TOPIC_INFO -->
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue