From 44752c0dbfe11afb58de8956a79fbe5ec0f3e127 Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Mon, 14 Apr 2014 19:09:06 +0200 Subject: [ticket/11366] Moving to \phpbb\version_helper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "": { "current": "", [ "announcement": "", ] [ "download": "", ] }, "": { ... } }, "unstable": { } } PHPBB3-11366 --- phpBB/adm/style/acp_ext_details.html | 36 ++++++++++++++++++++---------------- phpBB/adm/style/acp_ext_list.html | 11 ++++------- 2 files changed, 24 insertions(+), 23 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 435c36ccc6..95b23395dd 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -62,22 +62,26 @@
{L_LATEST_VERSION} -
-
-
{LATEST_VERSION}
-
- -
-
-
{L_DOWNLOAD} {META_NAME} {LATEST_VERSION}
-
- - -
-
-
{L_RELEASE_ANNOUNCEMENT}
-
- + +
+
+
+
{updates_available.current}
+
+ +
+
+
{L_DOWNLOAD} {META_NAME} {LATEST_VERSION}
+
+ + +
+
+
{L_RELEASE_ANNOUNCEMENT}
+
+ +
+
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index d612a959e8..2e949e5c3b 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -7,12 +7,11 @@

{L_EXTENSIONS_EXPLAIN}

- + - @@ -25,10 +24,9 @@ - @@ -44,15 +42,14 @@ - + -
{L_EXTENSION_NAME} {L_CURRENT_VERSION}{L_LATEST_VERSION} {L_EXTENSION_OPTIONS} {L_EXTENSION_ACTIONS}
{enabled.META_DISPLAY_NAME}{enabled.META_VERSION} - style="color: #228822;"style="color: #BC2A4D;">{enabled.LATEST_VERSION}{L_VERSIONCHECK_FORCE_UPDATE} ] + style="color: #228822;"style="color: #BC2A4D;">{enabled.META_VERSION}{L_VERSIONCHECK_FORCE_UPDATE} ] {L_DETAILS}
{L_EXTENSIONS_DISABLED}{L_EXTENSIONS_DISABLED}
{disabled.META_DISPLAY_NAME}{disabled.META_VERSION} - style="color: #228822;"style="color: #BC2A4D;">{disabled.LATEST_VERSION}{L_VERSIONCHECK_FORCE_UPDATE} ] + style="color: #228822;"style="color: #BC2A4D;">{disabled.META_VERSION}{L_VERSIONCHECK_FORCE_UPDATE} ] -- cgit v1.2.1