Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 878 → Rev 879

/trunk/papyrus/applications/admin_menu/bibliotheque/adme_menu_commun.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: adme_menu_commun.fonct.php,v 1.22 2006-06-29 19:13:26 ddelon Exp $
// CVS : $Id: adme_menu_commun.fonct.php,v 1.23 2006-06-29 23:04:01 ddelon Exp $
/**
* Application de gestion des menus communs
*
38,7 → 38,7
*@author David Delon <david.delon@clapas.net>
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.22 $ $Date: 2006-06-29 19:13:26 $
*@version $Revision: 1.23 $ $Date: 2006-06-29 23:04:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
181,8 → 181,9
// XHTML image plier-déplier
$url->addQueryString('adme_site_id', $adme_site_id);
$url->addQueryString('adme_menu_id', $ligne->gm_id_menu);
$url->addQueryString('adme_menu_id', $adme_menu_id);
$xhtml_pd = '';
if ($int_deplier != 0) {
if ($int_deplier == 1) {
// Afficher un -
1547,6 → 1548,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.22 2006/06/29 19:13:26 ddelon
* Bug defaut traduction sur menu commun
*
* Revision 1.21 2006/06/29 18:58:57 ddelon
* Multilinguisme : menu par defaut pour les menu commun
*