aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-04-28 18:13:28 +0100
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:04:53 +0100
commit7a954d352ef1fe84256ad691135b6c6bf0d4bcc5 (patch)
tree29ced22db05656cc9d93d9a3453a0c23ffaeeb21 /phpBB/adm
parent3a5843959c754b99e595ca6d1ffa30ad67d31209 (diff)
downloadforums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar
forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar.gz
forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar.bz2
forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar.xz
forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.zip
[ticket/10631] Fixing some items mentioned in PR
PHPBB3-10631
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_ext_delete.html4
-rw-r--r--phpBB/adm/style/acp_ext_details.html6
-rw-r--r--phpBB/adm/style/acp_ext_disable.html4
-rw-r--r--phpBB/adm/style/acp_ext_enable.html4
-rw-r--r--phpBB/adm/style/acp_ext_purge.html4
5 files changed, 9 insertions, 13 deletions
diff --git a/phpBB/adm/style/acp_ext_delete.html b/phpBB/adm/style/acp_ext_delete.html
index 1ce99b8905..f9a52861e5 100644
--- a/phpBB/adm/style/acp_ext_delete.html
+++ b/phpBB/adm/style/acp_ext_delete.html
@@ -18,10 +18,10 @@
</form>
<!-- ELSE IF -->
<div class="successbox">
- <p>{L_DELETE_SUCESS}</p>
+ <p>{L_DELETE_SUCCESS}</p>
<br />
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
</div>
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html
index 397610d83b..bc5fda7cc2 100644
--- a/phpBB/adm/style/acp_ext_details.html
+++ b/phpBB/adm/style/acp_ext_details.html
@@ -69,10 +69,6 @@
<dt><label for="author_name">{L_AUTHOR_NAME}:</label></dt>
<dd><strong id="author_name">{authors.AUTHOR_NAME}</strong></dd>
</dl>
- <dl>
- <dt><label for="author_email">{L_AUTHOR_USERNAME}:</label></dt>
- <dd><strong id="author_email">{authors.AUTHOR_USERNAME}</strong></dd>
- </dl>
<!-- IF authors.AUTHOR_EMAIL -->
<dl>
<dt><label for="author_email">{L_AUTHOR_EMAIL}:</label></dt>
@@ -94,4 +90,4 @@
<!-- END authors -->
</fieldset>
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->
diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html
index 2198db09a1..c7de43a611 100644
--- a/phpBB/adm/style/acp_ext_disable.html
+++ b/phpBB/adm/style/acp_ext_disable.html
@@ -18,10 +18,10 @@
</form>
<!-- ELSE IF -->
<div class="successbox">
- <p>{L_DISABLE_SUCESS}</p>
+ <p>{L_DISABLE_SUCCESS}</p>
<br />
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
</div>
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->
diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html
index 4c94ce7b2b..dd892d3477 100644
--- a/phpBB/adm/style/acp_ext_enable.html
+++ b/phpBB/adm/style/acp_ext_enable.html
@@ -18,10 +18,10 @@
</form>
<!-- ELSE IF -->
<div class="successbox">
- <p>{L_ENABLE_SUCESS}</p>
+ <p>{L_ENABLE_SUCCESS}</p>
<br />
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
</div>
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->
diff --git a/phpBB/adm/style/acp_ext_purge.html b/phpBB/adm/style/acp_ext_purge.html
index c73bbe6e00..55a648a3e3 100644
--- a/phpBB/adm/style/acp_ext_purge.html
+++ b/phpBB/adm/style/acp_ext_purge.html
@@ -18,10 +18,10 @@
</form>
<!-- ELSE IF -->
<div class="successbox">
- <p>{L_PURGE_SUCESS}</p>
+ <p>{L_PURGE_SUCCESS}</p>
<br />
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
</div>
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE overall_footer.html -->