diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-03 11:49:24 -0800 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-03 11:49:24 -0800 |
| commit | ad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5 (patch) | |
| tree | 68e4aa49d8eedee6ffa5fc5cf93843cbf2e63b5a /phpBB/adm/style | |
| parent | 2cc6d03cca3f79125574e0cf938fa9edfab3a7b2 (diff) | |
| parent | c7f6cccdf13d6e461f212aa1fe3134a2613a4de2 (diff) | |
| download | forums-ad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5.tar forums-ad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5.tar.gz forums-ad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5.tar.bz2 forums-ad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5.tar.xz forums-ad2d1fcbcb4ca905ee7c1358e2545e1475c81ff5.zip | |
Merge pull request #1942 from nickvergessen/ticket/11996
[ticket/11996] Add explanation how to correctly remove and update an extension
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index 8408ebe748..09cf6a31f5 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -55,5 +55,22 @@ <!-- ENDIF --> </tbody> </table> + <br /> + + <table class="table1"> + <tr> + <th>{L_EXTENSION_UPDATE_HEADLINE}</th> + </tr> + <tr> + <td class="row3">{L_EXTENSION_UPDATE_EXPLAIN}</td> + </tr> + <tr> + <th>{L_EXTENSION_REMOVE_HEADLINE}</th> + </tr> + <tr> + <td class="row3">{L_EXTENSION_REMOVE_EXPLAIN}</td> + </tr> + </tbody> + </table> <!-- INCLUDE overall_footer.html --> |
