Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 53 → Rev 54

/trunk/papyrus/applications/admin_menu/admin_menu.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: admin_menu.php,v 1.4 2004-07-06 17:24:54 jpm Exp $
// CVS : $Id: admin_menu.php,v 1.5 2004-09-23 16:49:24 jpm Exp $
/**
* Application gérant les menus de Papyrus
*
33,7 → 33,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2004-07-06 17:24:54 $
*@version $Revision: 1.5 $ $Date: 2004-09-23 16:49:24 $
// +------------------------------------------------------------------------------------------------------+
*/
 
421,7 → 421,7
// Gestion des menus communs
$etiquette_title_ajouter = 'Ajouter un menu commun';
$res .= '<p>'."\n";
$res .= '<a href="'.$baseURL.'&amp;doccmd=addupper">'.
$res .= '<a href="'.$baseURL.'&amp;adminProject='.$adminProject.'&amp;doccmd=addupper">'.
$etiquette_title_ajouter.'&nbsp;'.
'<img src="'.ADME_IMAGE_NOUVEAU.'" alt="" width="16" height="16" border="0" />'.
'</a>'."\n";
452,6 → 452,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2004/07/06 17:24:54 jpm
* Suppression d'inclusions de fichiers inutiles.
*
* Revision 1.3 2004/07/06 17:07:28 jpm
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
*