aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugins/admin_advices/admin_advices.tpl6
-rw-r--r--plugins/admin_advices/default-layout.css1
-rw-r--r--plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php20
-rw-r--r--plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php20
-rw-r--r--plugins/admin_advices/main.inc.php24
-rw-r--r--template/yoga/default-layout.css10
-rw-r--r--template/yoga/menubar.css2
-rw-r--r--template/yoga/theme/wipi/theme.css9
8 files changed, 17 insertions, 75 deletions
diff --git a/plugins/admin_advices/admin_advices.tpl b/plugins/admin_advices/admin_advices.tpl
index c9857b439..19aa777cb 100644
--- a/plugins/admin_advices/admin_advices.tpl
+++ b/plugins/admin_advices/admin_advices.tpl
@@ -1,9 +1,7 @@
-<!-- $Id$ -->
-
<div class="content">
<h2>{lang:An_advice_about} {ADVICE_ABOUT}</h2>
<h3>{ADVICE_TEXT}</h3>
- <table>
+ <table summary="Admin advices summary">
<tr><td style="text-align: left; width: 50%;">
<!-- BEGIN More -->
{More.ADVICE} <br />
@@ -11,7 +9,7 @@
<br />
</td><td style="text-align: right; width: 20%;">
<!-- BEGIN thumbnail -->
- <a href="{thumbnail.U_MODIFY}" alt="{lang:link_info_image}">
+ <a href="{thumbnail.U_MODIFY}" title="{lang:link_info_image}">
<img class="thumbnail" src="{thumbnail.IMAGE}"
alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"></a>
</td><td style="text-align: left;">
diff --git a/plugins/admin_advices/default-layout.css b/plugins/admin_advices/default-layout.css
index 334d20d1c..766617631 100644
--- a/plugins/admin_advices/default-layout.css
+++ b/plugins/admin_advices/default-layout.css
@@ -1,4 +1,3 @@
-/* $Id$ */
.content {
list-style-type:none;
margin: 0 1em 0 14.5em;
diff --git a/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php b/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php
index a6584b0af..f06b0c6c1 100644
--- a/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php
+++ b/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php
@@ -4,26 +4,6 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $URL$
-// | last update : $Date: 2006-12-21 22:38:20 +0100 (jeu., 4 jan. 2007) $
-// | last modifier : $Author: Vincent $
-// | revision : $Revision: 1677 $
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
-// +-----------------------------------------------------------------------+
//$lang_info['language_name'] = 'English';
//$lang_info['country'] = ''Great Britain';
//$lang_info['charset'] = 'iso-8859-1';
diff --git a/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php b/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php
index e53847b7e..e6a6a6cc6 100644
--- a/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php
+++ b/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php
@@ -4,26 +4,6 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $URL$
-// | last update : $Date: 2006-12-21 22:38:20 +0100 (jeu., 4 jan. 2007) $
-// | last modifier : $Author: Vincent $
-// | revision : $Revision: 1677 $
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
-// +-----------------------------------------------------------------------+
//$lang_info['language_name'] = 'Français';
//$lang_info['country'] = 'France';
//$lang_info['charset'] = 'iso-8859-1';
diff --git a/plugins/admin_advices/main.inc.php b/plugins/admin_advices/main.inc.php
index f91a35a02..b720ecfa9 100644
--- a/plugins/admin_advices/main.inc.php
+++ b/plugins/admin_advices/main.inc.php
@@ -4,30 +4,6 @@ Version: 1.0.0
Author: PhpWebGallery team
Description: Give you an advice on the administration page.
*/
-// +-----------------------------------------------------------------------+
-// | PhpWebGallery - a PHP based picture gallery |
-// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
-// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $URL$
-// | last update : $Date$
-// | last modifier : $Author$
-// | revision : $Rev$
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
-// +-----------------------------------------------------------------------+
add_event_handler('loc_end_page_header', 'set_admin_advice_add_css' );
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 94357b657..5dc97fac3 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -1,11 +1,11 @@
/* $Id$ */
@import "admin/default-layout.css";
BODY {
- margin: 5px;
- padding: 0;
- font-size: 0.8em;
- font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
- text-align: center; /* be nice to IE5 */
+ margin: 5px;
+ padding: 0;
+ font-size: 0.8em;
+ font-family: "Lucida Sans Unicode", Helvetica, Verdana, "Bitstream Vera Sans";
+ text-align: center; /* be nice to IE5 */
}
#the_page {
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css
index 3400a997b..4e0b1e94a 100644
--- a/template/yoga/menubar.css
+++ b/template/yoga/menubar.css
@@ -19,7 +19,7 @@
text-indent: 0;
list-style: none;
text-align: center;
- float: left;
+ float: right;
}
/* H2 properties copied here */
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index 5da064762..093d742e8 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -35,6 +35,15 @@ H2, .throw {
content: " _/__";
color: #f92;
}
+#menubar .button {
+ margin: 0 2px 0px 8px;
+ width: auto;
+ padding: 0;
+ text-indent: 0;
+ list-style: none;
+ text-align: center;
+ float: left;
+}
#theAdminPage #menubar DT:before,
#theAdminPage #menubar DT:after {
content: '';