This commit is contained in:
Laurent Destailleur 2009-08-07 17:37:22 +00:00
parent 819b392281
commit e9b00f6f7d
2 changed files with 20 additions and 18 deletions

View File

@ -1,6 +1,7 @@
<?php <?php
/* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com> /* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
* Copyright (C) 2009 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2009 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2008-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -18,14 +19,14 @@
*/ */
/** /**
\file htdocs/includes/menus/barre_top/auguria_backoffice.php * \file htdocs/includes/menus/barre_top/auguria_backoffice.php
\brief Gestionnaire nomme Auguria du menu du haut * \brief Gestionnaire nomme Auguria du menu du haut
\version $$Id$ * \version $Id$
*
\remarks La construction d'un gestionnaire pour le menu du haut est simple: * \remarks La construction d'un gestionnaire pour le menu du haut est simple:
\remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut * \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut
\remarks doivent etre affichees par <a class="tmenu" href="...?mainmenu=...">...</a> * \remarks doivent etre affichees par <a class="tmenu" href="...?mainmenu=...">...</a>
\remarks ou si menu selectionne <a class="tmenusel" href="...?mainmenu=...">...</a> * \remarks ou si menu selectionne <a class="tmenusel" href="...?mainmenu=...">...</a>
*/ */

View File

@ -1,6 +1,7 @@
<?php <?php
/* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com> /* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
* Copyright (C) 2009 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2009 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2008-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -18,14 +19,14 @@
*/ */
/** /**
\file htdocs/includes/menus/barre_top/auguria_backoffice.php * \file htdocs/includes/menus/barre_top/auguria_backoffice.php
\brief Gestionnaire nomme Auguria du menu du haut * \brief Gestionnaire nomme Auguria du menu du haut
\version $Id$ * \version $Id$
*
\remarks La construction d'un gestionnaire pour le menu du haut est simple: * \remarks La construction d'un gestionnaire pour le menu du haut est simple:
\remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut * \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut
\remarks doivent etre affichees par <a class="tmenu" href="...?mainmenu=...">...</a> * \remarks doivent etre affichees par <a class="tmenu" href="...?mainmenu=...">...</a>
\remarks ou si menu selectionne <a class="tmenusel" href="...?mainmenu=...">...</a> * \remarks ou si menu selectionne <a class="tmenusel" href="...?mainmenu=...">...</a>
*/ */