diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-08-24 12:46:33 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:15 +0200 |
commit | 11112314f757f4a6c65852817fba0f1a2f4526d2 (patch) | |
tree | 4f80b810b5a24e48747e50d059acf1c219e18d1b /phpBB/adm/style/acp_bbcodes.html | |
parent | 7a933bdb5ad4a9bc4877a7d4d516fa0b21d9e4c0 (diff) | |
download | forums-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_bbcodes.html')
-rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index b85e8eca81..5939af24ae 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -101,7 +101,7 @@ <!-- BEGIN bbcodes --> <!-- IF bbcodes.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> <td style="text-align: center;">{bbcodes.BBCODE_TAG}</td> - <td style="text-align: right; width: 40px;"><a href="{bbcodes.U_EDIT}">{ICON_EDIT}</a> <a href="{bbcodes.U_DELETE}">{ICON_DELETE}</a></td> + <td style="text-align: right; width: 40px;"><a href="{bbcodes.U_EDIT}">{ICON_EDIT}</a> <a href="{bbcodes.U_DELETE}" data-ajax="row_delete">{ICON_DELETE}</a></td> </tr> <!-- BEGINELSE --> <tr class="row3"> |