mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 13:48:55 +00:00
[feature/ajax] Fix acp_styles activate_deactivate ajax callback name
PHPBB3-10270
This commit is contained in:
parent
8138103c6b
commit
ef03f8d053
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<!-- IF S_STYLE -->
|
<!-- 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 -->
|
<!-- ENDIF -->
|
||||||
{installed.S_ACTIONS}
|
{installed.S_ACTIONS}
|
||||||
<!-- IF S_STYLE -->
|
<!-- IF S_STYLE -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue