diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-30 19:30:49 -0500 |
---|---|---|
committer | Unknown Bliss <m@michaelcullum.com> | 2012-09-01 15:05:54 +0100 |
commit | dce04b2d03f93c9237b743afbcbd89fb6405f836 (patch) | |
tree | b7f2d778d3785f35ad2302838918a78dd6372628 /phpBB/adm/style/acp_ext_details.html | |
parent | 47898cb37a1c1f517b5e6ae95427807ea5de11da (diff) | |
download | forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar.gz forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar.bz2 forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar.xz forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.zip |
[ticket/10631] Various front-end fixes (extensions manager)
Add Back button from details
Add cancel button from actions
Correct language strings
PHPBB3-10631
Diffstat (limited to 'phpBB/adm/style/acp_ext_details.html')
-rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 7408e88758..e927e9de18 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -2,6 +2,8 @@ <a name="maincontent"></a> + <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> + <h1>{L_EXTENSIONS_ADMIN}</h1> <fieldset> |