mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9630] Make language for moving posts clearer in quickmod/mcp.
This commit is contained in:
@@ -31,7 +31,7 @@ onload_functions.push('subPanels()');
|
||||
</li>
|
||||
<li id="merge-panel-tab"<!-- IF S_MERGE_VIEW --> class="activetab"<!-- ENDIF -->>
|
||||
<span class="corners-top"><span></span></span>
|
||||
<a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_TOPIC}</span></a>
|
||||
<a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_POSTS}</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@@ -35,7 +35,7 @@
|
||||
|
||||
<!-- IF S_CAN_MERGE -->
|
||||
<tr>
|
||||
<th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>
|
||||
<th colspan="3" nowrap="nowrap">{L_MERGE_POSTS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td>
|
||||
|
Reference in New Issue
Block a user