diff options
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index 3fafd1288b..cae5781c8d 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -5,8 +5,7 @@ <!-- IF S_EDIT_MODULE --> <script type="text/javascript"> - <!-- - + // <![CDATA[ function display_options(value) { if (value == 'category') @@ -38,7 +37,7 @@ var j = 0; <!-- BEGIN m_names --> - if (value == '{m_names.NAME}') + if (value == '{m_names.A_NAME}') { <!-- BEGIN modes --> item.options[j] = new Option('{m_names.modes.A_VALUE}'); @@ -52,7 +51,7 @@ item.options[0].selected = true; } - //--> + // ]]> </script> <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> |