From 727850dd10867edade1ce792a319ac82e755a64e Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 31 Jan 2007 06:25:42 +0000 Subject: Minor changes: - Filter Icon on Rub request is floated right except on my request for wipi. template/yoga/menubar.css template/yoga/theme/wipi/theme.css - Font-family is revised on Rub advice (he doesn't have Bitstream Vera Sans as many people). template/yoga/default-layout.css - Plugin Admin Advice has been reviewed to be W3C compliant. plugins/admin_advices/admin_advices.tpl plugins/admin_advices/default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1772 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/admin_advices.tpl | 6 ++---- plugins/admin_advices/default-layout.css | 1 - .../admin_advices/en_UK.iso-8859-1/lang.adv.php | 20 ------------------ .../admin_advices/fr_FR.iso-8859-1/lang.adv.php | 20 ------------------ plugins/admin_advices/main.inc.php | 24 ---------------------- 5 files changed, 2 insertions(+), 69 deletions(-) (limited to 'plugins') 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 @@ - -

{lang:An_advice_about} {ADVICE_ABOUT}

{ADVICE_TEXT}

- +
{More.ADVICE}
@@ -11,7 +9,7 @@
- + {thumbnail.IMAGE_ALT} 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' ); -- cgit v1.2.3