diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 6 | ||||
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 95b23395dd..65a9d3c774 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -6,12 +6,16 @@ <h1>{L_EXTENSIONS_ADMIN}</h1> - <!-- IF S_VERSIONCHECK_FAIL --> + <!-- IF S_VERSIONCHECK_STATUS == 0 --> <div class="errorbox notice"> <p>{L_VERSIONCHECK_FAIL}</p> <p>{VERSIONCHECK_FAIL_REASON}</p> <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a></p> </div> + <!-- ELSE IF S_VERSIONCHECK_STATUS == 1 --> + <div class="errorbox notice"> + <p>{VERSIONCHECK_FAIL_REASON}</p> + </div> <!-- ENDIF --> <!-- IF S_VERSIONCHECK --> <div class="<!-- IF S_UP_TO_DATE -->successbox<!-- ELSE -->errorbox<!-- ENDIF -->"> diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index a47b1bd576..0aed0243d9 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -13,7 +13,7 @@ <th>{L_EXTENSION_NAME}</th> <th width="20%">{L_CURRENT_VERSION}</th> <th width="10%">{L_EXTENSION_OPTIONS}</th> - <th width="10%">{L_EXTENSION_ACTIONS}</th> + <th width="25%">{L_EXTENSION_ACTIONS}</th> </tr> </thead> <tbody> |