diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index 76eb7c7b84..22cbd3921c 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -44,7 +44,7 @@
-
{LANG_ISO}
+
{LANG_ISO}
@@ -85,7 +85,7 @@ - {missing.FILE} + {missing.FILE} {missing.TPL} @@ -131,8 +131,12 @@ - {PRINT_MESSAGE}
{L_FILE_FROM_STORAGE}
-     {L_UPLOAD_METHOD}:  id="method" checked="checked" value="{buttons.VALUE}" name="method"> {buttons.VALUE}  + {PRINT_MESSAGE}
{L_FILE_FROM_STORAGE}
+    + + + +   {L_UPLOAD_METHOD}:  id="method" checked="checked" value="{buttons.VALUE}" name="method" /> {buttons.VALUE}  @@ -144,7 +148,10 @@ {TPL} -     {L_UPLOAD_METHOD}:  {buttons.VALUE}  +   {L_UPLOAD_METHOD}:  {buttons.VALUE}  + + +    @@ -173,7 +180,7 @@ {L_UPLOAD_SETTINGS}
-
{NAME}
+
{NAME}
@@ -209,27 +216,27 @@ - {L_INSTALLED_LANGUAGE_PACKS} + {L_INSTALLED_LANGUAGE_PACKS} {lang.ENGLISH_NAME} {lang.TAG} {lang.LOCAL_NAME} - {lang.ISO} + {lang.ISO} {lang.USED_BY}  {L_DOWNLOAD} | {L_DELETE} - {L_UNINSTALLED_LANGUAGE_PACKS} + {L_UNINSTALLED_LANGUAGE_PACKS} {notinst.NAME} {notinst.LOCAL_NAME} - {notinst.ISO} + {notinst.ISO} {L_INSTALL} diff --git a/phpBB/styles/subSilver/template/forumlist_body.html b/phpBB/styles/subSilver/template/forumlist_body.html index 5d0108d1f9..acddb62c24 100644 --- a/phpBB/styles/subSilver/template/forumlist_body.html +++ b/phpBB/styles/subSilver/template/forumlist_body.html @@ -12,7 +12,7 @@

{forumrow.FORUM_NAME}

-   + class="catdiv-rtl"class="catdiv" colspan="3">  diff --git a/phpBB/styles/subSilver/template/overall_footer.html b/phpBB/styles/subSilver/template/overall_footer.html index cdb39a7aa4..2669864e11 100644 --- a/phpBB/styles/subSilver/template/overall_footer.html +++ b/phpBB/styles/subSilver/template/overall_footer.html @@ -15,7 +15,8 @@
[ {L_ACP} ]

Powered by phpBB © 2002, 2006 phpBB Group - {L_TRANSLATION_INFO}
[ {DEBUG_OUTPUT} ]
+
{L_TRANSLATION_INFO} +
[ {DEBUG_OUTPUT} ]
diff --git a/phpBB/styles/subSilver/theme/images/cellpic2_rtl.jpg b/phpBB/styles/subSilver/theme/images/cellpic2_rtl.jpg new file mode 100644 index 0000000000..201e063725 Binary files /dev/null and b/phpBB/styles/subSilver/theme/images/cellpic2_rtl.jpg differ diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 239ed7570d..2ca1a36e6e 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -36,9 +36,11 @@ body { } #wrapheader { - height: 120px; + height: 115px; background-image: url('./images/background.gif'); + background-position: 0 2px; background-repeat: repeat-x; + background-color: #dfe4e9; padding: 0 25px 15px 25px; } @@ -293,7 +295,7 @@ td { background-color: #A9B8C2; } -.catdiv { +.catdiv, .catdiv-rtl { height: 28px; margin: 0px; padding: 0px; @@ -302,6 +304,9 @@ td { background-image: url('./images/cellpic2.jpg'); background-repeat: repeat-y; } +.catdiv-rtl { + background-image: url('./images/cellpic2_rtl.jpg'); +} .cat { height: 28px;