diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-11-17 17:37:51 +0000 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:22 +0200 |
commit | 05a88966d4d7156417c151d657989dca4ae01b87 (patch) | |
tree | 8715155650e47bc0f3ceab68c3b9b4996c1d44cd /phpBB/adm/style/acp_bots.html | |
parent | f9ddeacd8e25f74845704d1186dbc4edde6a71d7 (diff) | |
download | forums-05a88966d4d7156417c151d657989dca4ae01b87.tar forums-05a88966d4d7156417c151d657989dca4ae01b87.tar.gz forums-05a88966d4d7156417c151d657989dca4ae01b87.tar.bz2 forums-05a88966d4d7156417c151d657989dca4ae01b87.tar.xz forums-05a88966d4d7156417c151d657989dca4ae01b87.zip |
[ticket/10272] Renamed AJAX callback act_deact to activate_deactivate.
PHPBB3-10272
Diffstat (limited to 'phpBB/adm/style/acp_bots.html')
-rw-r--r-- | phpBB/adm/style/acp_bots.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html index 3a5ef72acd..87679fc33a 100644 --- a/phpBB/adm/style/acp_bots.html +++ b/phpBB/adm/style/acp_bots.html @@ -76,7 +76,7 @@ <!-- 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"> {bots.LAST_VISIT} </td> - <td style="text-align: center;"> <a href="{bots.U_ACTIVATE_DEACTIVATE}" data-ajax="act_deact">{bots.L_ACTIVATE_DEACTIVATE}</a> </td> + <td style="text-align: center;"> <a href="{bots.U_ACTIVATE_DEACTIVATE}" data-ajax="activate_deactivate">{bots.L_ACTIVATE_DEACTIVATE}</a> </td> <td style="text-align: center;"> <a href="{bots.U_EDIT}">{L_EDIT}</a> </td> <td style="text-align: center;"> <a href="{bots.U_DELETE}" data-ajax="row_delete">{L_DELETE}</a> </td> <td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{bots.BOT_ID}" /></td> |