diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 01:15:13 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:10:17 +0200 |
commit | ef03f8d0536033d1ef4739c5884d1a1f919618bd (patch) | |
tree | 896327296d9ac188a5abd31bf9a311d2410b0451 /phpBB/adm/style | |
parent | 8138103c6b5695b07c2f98d7ff9942e22903591a (diff) | |
download | forums-ef03f8d0536033d1ef4739c5884d1a1f919618bd.tar forums-ef03f8d0536033d1ef4739c5884d1a1f919618bd.tar.gz forums-ef03f8d0536033d1ef4739c5884d1a1f919618bd.tar.bz2 forums-ef03f8d0536033d1ef4739c5884d1a1f919618bd.tar.xz forums-ef03f8d0536033d1ef4739c5884d1a1f919618bd.zip |
[feature/ajax] Fix acp_styles activate_deactivate ajax callback name
PHPBB3-10270
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index a166623f89..3532e8c7d9 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -288,7 +288,7 @@ </td> <td style="text-align: center;"> <!-- IF S_STYLE --> - <a href="{installed.U_STYLE_ACT_DEACT}" data-ajax="activate_deactive">{installed.L_STYLE_ACT_DEACT}</a> | + <a href="{installed.U_STYLE_ACT_DEACT}" data-ajax="activate_deactivate">{installed.L_STYLE_ACT_DEACT}</a> | <!-- ENDIF --> {installed.S_ACTIONS} <!-- IF S_STYLE --> |