aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-08-24 16:39:25 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:15 +0200
commite7e09f8da26abf0d4e625653d14d68774050a244 (patch)
tree94bfa8d1ebffab7be6599488805d8e5a4417c3df /phpBB/adm
parentfc7cb6a70b9e0422bf5658bb9f49de831be08718 (diff)
downloadforums-e7e09f8da26abf0d4e625653d14d68774050a244.tar
forums-e7e09f8da26abf0d4e625653d14d68774050a244.tar.gz
forums-e7e09f8da26abf0d4e625653d14d68774050a244.tar.bz2
forums-e7e09f8da26abf0d4e625653d14d68774050a244.tar.xz
forums-e7e09f8da26abf0d4e625653d14d68774050a244.zip
[ticket/10272] AJAXified the bots page in the ACP.
PHPBB3-10272
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_bots.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html
index 886005caa3..e0e9588364 100644
--- a/phpBB/adm/style/acp_bots.html
+++ b/phpBB/adm/style/acp_bots.html
@@ -76,9 +76,9 @@
<!-- IF bots.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
<td style="width: 50%;">{bots.BOT_NAME}</td>
<td style="width: 15%; white-space: nowrap;" align="center">&nbsp;{bots.LAST_VISIT}&nbsp;</td>
- <td style="text-align: center;">&nbsp;<a href="{bots.U_ACTIVATE_DEACTIVATE}">{bots.L_ACTIVATE_DEACTIVATE}</a>&nbsp;</td>
+ <td style="text-align: center;">&nbsp;<a href="{bots.U_ACTIVATE_DEACTIVATE}" data-ajax="style_act_deact">{bots.L_ACTIVATE_DEACTIVATE}</a>&nbsp;</td>
<td style="text-align: center;">&nbsp;<a href="{bots.U_EDIT}">{L_EDIT}</a>&nbsp;</td>
- <td style="text-align: center;">&nbsp;<a href="{bots.U_DELETE}">{L_DELETE}</a>&nbsp;</td>
+ <td style="text-align: center;">&nbsp;<a href="{bots.U_DELETE}" data-ajax="row_delete">{L_DELETE}</a>&nbsp;</td>
<td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{bots.BOT_ID}" /></td>
</tr>
<!-- END bots -->