aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_modules.html
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-08-24 16:59:05 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:16 +0200
commitbcb824a9f2407523c84501ac1d4260bb27661ff1 (patch)
tree0df91675b0ccb48b0ed41c35cc7e0c9b90817bce /phpBB/adm/style/acp_modules.html
parente7e09f8da26abf0d4e625653d14d68774050a244 (diff)
downloadforums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar.gz
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar.bz2
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar.xz
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.zip
[ticket/10272] Renamed AJAX callback "style_act_deact" to "act_deact".
PHPBB3-10272
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r--phpBB/adm/style/acp_modules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html
index 6c4645e80c..380a037977 100644
--- a/phpBB/adm/style/acp_modules.html
+++ b/phpBB/adm/style/acp_modules.html
@@ -148,7 +148,7 @@
<tr>
<td style="width: 5%; text-align: center;">{modules.MODULE_IMAGE}</td>
<td><a href="{modules.U_MODULE}">{modules.MODULE_TITLE}</a><!-- IF not modules.MODULE_DISPLAYED --> <span class="small">[{L_HIDDEN_MODULE}]</span><!-- ENDIF --></td>
- <td style="width: 15%; white-space: nowrap; text-align: center; vertical-align: middle;">&nbsp;<!-- IF modules.MODULE_ENABLED --><a href="{modules.U_DISABLE}">{L_DISABLE}</a><!-- ELSE --><a href="{modules.U_ENABLE}">{L_ENABLE}</a><!-- ENDIF -->&nbsp;</td>
+ <td style="width: 15%; white-space: nowrap; text-align: center; vertical-align: middle;">&nbsp;<!-- IF modules.MODULE_ENABLED --><a href="{modules.U_DISABLE}" data-ajax="act-deact">{L_DISABLE}</a><!-- ELSE --><a href="{modules.U_ENABLE}" data-ajax="act-deact">{L_ENABLE}</a><!-- ENDIF -->&nbsp;</td>
<td style="width:90px; white-space: nowrap; text-align: right; vertical-align: middle;">
<!-- IF modules.S_FIRST_ROW && not modules.S_LAST_ROW -->
{ICON_MOVE_UP_DISABLED}