[ticket/8599] Added ability to select all to add multiple smilies screen.

PHPBB3-8599
This commit is contained in:
callumacrae 2011-08-24 09:28:45 +01:00
parent 13ca659f1f
commit 81f682a812

View file

@ -74,7 +74,7 @@
<fieldset class="tabulated"> <fieldset class="tabulated">
<legend>{L_TITLE}</legend> <legend>{L_TITLE}</legend>
<table cellspacing="1"> <table cellspacing="1" id="smilies">
<thead> <thead>
<tr> <tr>
<th colspan="{COLSPAN}">{L_CONFIG}</th> <th colspan="{COLSPAN}">{L_CONFIG}</th>
@ -94,7 +94,7 @@
<td>{L_ORDER}</td> <td>{L_ORDER}</td>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_ADD --> <!-- IF S_ADD -->
<td>{L_ADD}</td> <td>{L_ADD} <a href="#" onclick="marklist('smilies', 'add_img', true); return false;">({L_MARK_ALL})</a></td>
<!-- ENDIF --> <!-- ENDIF -->
</tr> </tr>
</thead> </thead>