diff options
author | rxu <rxu@mail.ru> | 2018-01-26 01:02:46 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2018-01-26 01:04:32 +0700 |
commit | 9e1e77f4f99642c21f59bc8edc95c25a7b8f9ea1 (patch) | |
tree | 83931410b2ba785b4c6d3f89107a6b7aa095376e /phpBB/adm/style | |
parent | f1afccb6625b3b5774c39749f39cfb760ab4d5f7 (diff) | |
download | forums-9e1e77f4f99642c21f59bc8edc95c25a7b8f9ea1.tar forums-9e1e77f4f99642c21f59bc8edc95c25a7b8f9ea1.tar.gz forums-9e1e77f4f99642c21f59bc8edc95c25a7b8f9ea1.tar.bz2 forums-9e1e77f4f99642c21f59bc8edc95c25a7b8f9ea1.tar.xz forums-9e1e77f4f99642c21f59bc8edc95c25a7b8f9ea1.zip |
[ticket/15534] Update also styles database link in ACP for phpBB 3.2
PHPBB3-15534
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index 6a6341e1a6..8e2c7452a3 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -7,7 +7,7 @@ <p>{L_EXTENSIONS_EXPLAIN}</p> <fieldset class="quick"> - <span class="small"><a href="https://www.phpbb.com/customise/db/extensions-36/3.2" target="_blank">{L_BROWSE_EXTENSIONS_DATABASE}</a> • <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a href="javascript:phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></span> + <span class="small"><a href="https://www.phpbb.com/go/customise/extensions/3.2" target="_blank">{L_BROWSE_EXTENSIONS_DATABASE}</a> • <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a href="javascript:phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></span> </fieldset> <form id="version_check_settings" method="post" action="{U_ACTION}" style="display:none"> diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 37a36b019b..38bec5a1e4 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -33,7 +33,7 @@ <!-- IF L_EXPLAIN --><p>{L_EXPLAIN}</p><!-- ENDIF --> <fieldset class="quick"> - <span class="small"><a href="https://www.phpbb.com/go/customise/styles/3.1" target="_blank">{L_BROWSE_STYLES_DATABASE}</a></span> + <span class="small"><a href="https://www.phpbb.com/go/customise/styles/3.2" target="_blank">{L_BROWSE_STYLES_DATABASE}</a></span> </fieldset> <form id="acp_styles" method="post" action="{U_ACTION}"> |