aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorcallumacrae <callum@lynxphp.com>2011-08-24 09:28:45 +0100
committercallumacrae <callum@lynxphp.com>2011-08-24 10:17:28 +0100
commit81f682a81252fa9199fe140b2b0e1a6caf575f72 (patch)
tree9064a2e0ebcc6a6b5e5bccd5b9f7d22aa0c2ea98 /phpBB/adm/style
parent13ca659f1f992f3cd4f8395366ccd01b951ee96d (diff)
downloadforums-81f682a81252fa9199fe140b2b0e1a6caf575f72.tar
forums-81f682a81252fa9199fe140b2b0e1a6caf575f72.tar.gz
forums-81f682a81252fa9199fe140b2b0e1a6caf575f72.tar.bz2
forums-81f682a81252fa9199fe140b2b0e1a6caf575f72.tar.xz
forums-81f682a81252fa9199fe140b2b0e1a6caf575f72.zip
[ticket/8599] Added ability to select all to add multiple smilies screen.
PHPBB3-8599
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_icons.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html
index eedf39b440..a34a91043c 100644
--- a/phpBB/adm/style/acp_icons.html
+++ b/phpBB/adm/style/acp_icons.html
@@ -74,7 +74,7 @@
<fieldset class="tabulated">
<legend>{L_TITLE}</legend>
- <table cellspacing="1">
+ <table cellspacing="1" id="smilies">
<thead>
<tr>
<th colspan="{COLSPAN}">{L_CONFIG}</th>
@@ -94,7 +94,7 @@
<td>{L_ORDER}</td>
<!-- ENDIF -->
<!-- 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 -->
</tr>
</thead>