diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-27 14:01:31 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-27 14:01:31 +0200 |
| commit | 18763d7286b1e6119f67ec510fc18a9789d172b2 (patch) | |
| tree | 8623d931be04bc13aaec34b0a1a2f122cf269c0b /phpBB/adm | |
| parent | cc4f1e401e0a7b493dc14439a956dbeb7d5736b1 (diff) | |
| parent | 7c16d1c2abd78460c69b27a9b187e9b0e796fedc (diff) | |
| download | forums-18763d7286b1e6119f67ec510fc18a9789d172b2.tar forums-18763d7286b1e6119f67ec510fc18a9789d172b2.tar.gz forums-18763d7286b1e6119f67ec510fc18a9789d172b2.tar.bz2 forums-18763d7286b1e6119f67ec510fc18a9789d172b2.tar.xz forums-18763d7286b1e6119f67ec510fc18a9789d172b2.zip | |
Merge pull request #2493 from Nicofuma/ticket/12325
[ticket/12325] Automatic update should notify about outdated files
* Nicofuma/ticket/12325:
[ticket/12325] Fix the language var name
[ticket/12325] Update coding style in template
[ticket/12325] Fix: add a missing colon
[ticket/12325] Don't use L_COLON
[ticket/12325] Fix: it's not stuck in an inifinite loop anymore
[ticket/12325] Automatic update should notify about outdated files
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/install_update.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index f0df138641..2faa2bb6fa 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -348,6 +348,24 @@ <!-- ENDIF --> + <!-- IF .deleted --> + <h2>{L_FILES_DELETED}</h2> + <p>{L_FILES_DELETED_EXPLAIN}</p> + + <fieldset> + <legend><img src="{T_IMAGE_PATH}icon_delete.gif" alt="{L_STATUS_DELETED}" /></legend> + <!-- BEGIN deleted --> + <dl> + <dt style="width: 60%;"><strong><!-- IF deleted.DIR_PART -->{deleted.DIR_PART}<br /><!-- ENDIF -->{deleted.FILE_PART}</strong></dt> + <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 60%;"> + <!-- IF not deleted.S_BINARY -->[<a href="{deleted.U_SHOW_DIFF}" onclick="diff_popup(this.href); return false;">{deleted.L_SHOW_DIFF}</a>]<!-- ELSE -->{L_BINARY_FILE}<!-- ENDIF --> + </dd> + </dl> + <!-- END deleted --> + </fieldset> + + <!-- ENDIF --> + <br /> <fieldset class="quick"> |
