aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_attachments.html
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-08-24 12:46:33 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:15 +0200
commit11112314f757f4a6c65852817fba0f1a2f4526d2 (patch)
tree4f80b810b5a24e48747e50d059acf1c219e18d1b /phpBB/adm/style/acp_attachments.html
parent7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0 (diff)
downloadforums-11112314f757f4a6c65852817fba0f1a2f4526d2.tar
forums-11112314f757f4a6c65852817fba0f1a2f4526d2.tar.gz
forums-11112314f757f4a6c65852817fba0f1a2f4526d2.tar.bz2
forums-11112314f757f4a6c65852817fba0f1a2f4526d2.tar.xz
forums-11112314f757f4a6c65852817fba0f1a2f4526d2.zip
[ticket/10271] AJAXified various deletions in the ACP.
The following places have had deletion AJAXified: * Smilies and icons * Word censors * BBCodes * Attachment groups * Groups * Admin / User / Moderator / Forum roles * Report / denial reasons * Module management * Custom profile fields PHPBB3-10271
Diffstat (limited to 'phpBB/adm/style/acp_attachments.html')
-rw-r--r--phpBB/adm/style/acp_attachments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index 33ef8062a6..c2f8b34792 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -248,7 +248,7 @@
<!-- ELSE --><br /><span>&raquo; {L_ALLOWED_IN_PM_POST}</span><!-- ENDIF -->
</td>
<td>{groups.CATEGORY}</td>
- <td align="center" valign="middle" style="white-space: nowrap;">&nbsp;<a href="{groups.U_EDIT}">{ICON_EDIT}</a>&nbsp;&nbsp;<a href="{groups.U_DELETE}">{ICON_DELETE}</a>&nbsp;</td>
+ <td align="center" valign="middle" style="white-space: nowrap;">&nbsp;<a href="{groups.U_EDIT}">{ICON_EDIT}</a>&nbsp;&nbsp;<a href="{groups.U_DELETE}" data-ajax="row_delete">{ICON_DELETE}</a>&nbsp;</td>
</tr>
<!-- END groups -->
</tbody>