aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/adm/style/admin.css4
-rwxr-xr-xphpBB/adm/style/install_footer.html1
-rwxr-xr-xphpBB/adm/style/install_header.html5
-rw-r--r--phpBB/adm/style/install_update_diff.html3
-rw-r--r--phpBB/adm/style/overall_footer.html1
-rw-r--r--phpBB/adm/style/overall_header.html4
-rw-r--r--phpBB/adm/style/viewsource.html4
7 files changed, 17 insertions, 5 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index b4e0cd554f..226402c403 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -128,6 +128,10 @@ a:hover {
font-size: 1.1em;
}
+#page-header p#skip {
+ display: none;
+}
+
#page-body {
clear: both;
}
diff --git a/phpBB/adm/style/install_footer.html b/phpBB/adm/style/install_footer.html
index dd249d9259..2d9ee0fb9d 100755
--- a/phpBB/adm/style/install_footer.html
+++ b/phpBB/adm/style/install_footer.html
@@ -3,6 +3,7 @@
</div>
<span class="corners-bottom"><span></span></span>
</div>
+ </div>
</div>
<!--
diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html
index aa1fbdf516..2e9999a68b 100755
--- a/phpBB/adm/style/install_header.html
+++ b/phpBB/adm/style/install_header.html
@@ -17,8 +17,8 @@
<div id="wrap">
<div id="page-header">
<h1>{L_INSTALL_PANEL}</h1>
+ <p id="skip"><a href="#acp">{L_SKIP}</a></p>
<!-- IF S_LANG_SELECT -->
- <br />
<form method="post">
<label for="language">{L_SELECT_LANG}:</label>
{S_LANG_SELECT}
@@ -35,7 +35,8 @@
<!-- END t_block1 -->
</ul>
</div>
-
+
+ <div id="acp">
<div class="panel">
<span class="corners-top"><span></span></span>
<div id="content">
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html
index 58b9aa833f..2fd8142279 100644
--- a/phpBB/adm/style/install_update_diff.html
+++ b/phpBB/adm/style/install_update_diff.html
@@ -215,6 +215,7 @@ table.hrdiff caption span {
<!-- ENDIF -->
<!-- IF not S_DIFF_NEW_FILE -->
<br />
+ <p id="skip"><a href="#acp">{L_SKIP}</a></p>
<form method="post">
<label for="diff_mode">{L_SELECT_DIFF_MODE}:</label>
<select name="diff_mode" id="diff_mode">{S_DIFF_MODE_OPTIONS}</select>
@@ -225,6 +226,7 @@ table.hrdiff caption span {
</div>
<div id="page-body">
+ <div id="acp">
<div class="panel" id="codepanel">
<span class="corners-top"><span></span></span>
<div id="content">
@@ -238,6 +240,7 @@ table.hrdiff caption span {
</div>
<span class="corners-bottom"><span></span></span>
</div>
+ </div>
</div>
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 79ec3240fd..42367cf6e6 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -3,6 +3,7 @@
</div>
<span class="corners-bottom"><span></span></span>
</div>
+ </div>
</div>
<!--
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index ea1faef222..fdd39abe6d 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -118,6 +118,7 @@ function swatch(field)
<div id="page-header">
<h1>{L_ADMIN_PANEL}</h1>
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
+ <p id="skip"><a href="#acp">{L_SKIP}</a></p>
</div>
<div id="page-body">
@@ -128,7 +129,8 @@ function swatch(field)
<!-- END t_block1 -->
</ul>
</div>
-
+
+ <div id="acp">
<div class="panel">
<span class="corners-top"><span></span></span>
<div id="content">
diff --git a/phpBB/adm/style/viewsource.html b/phpBB/adm/style/viewsource.html
index da374037e8..077a00b2b5 100644
--- a/phpBB/adm/style/viewsource.html
+++ b/phpBB/adm/style/viewsource.html
@@ -1,5 +1,5 @@
<!-- INCLUDE simple_header.html -->
-
+<div id="acp">
<div class="panel" style="padding: 10px;">
<h1>{FILENAME}</h1>
@@ -16,5 +16,5 @@
</table>
</div>
-
+</div>
<!-- INCLUDE simple_footer.html --> \ No newline at end of file