Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1191 → Rev 1192

/trunk/papyrus/applications/installateur/bibliotheque/instal_installation.fonct.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: instal_installation.fonct.php,v 1.6 2006-04-28 12:41:49 florian Exp $
// CVS : $Id: instal_installation.fonct.php,v 1.7 2007-01-04 17:06:03 alexandre_tb Exp $
/**
* Bibliothèque des fonctions de l'application Installateur de Papyrus.
*
33,7 → 33,7
//Autres auteurs :
*@author aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.6 $ $Date: 2006-04-28 12:41:49 $
*@version $Revision: 1.7 $ $Date: 2007-01-04 17:06:03 $
*/
 
// +------------------------------------------------------------------------------------------------------+
78,7 → 78,7
} else {
$sortie .= '<span class="failed">&nbsp;ECHEC&nbsp;</span>';
if ($texte_erreur) {
$sortie .= ' <span class="erreur">'.$texte_erreur.'</span>';
$sortie .= '<p class="erreur">'.$texte_erreur.'</p>';
}
$sortie .= '<br />'."\n" ;
if ($stop_erreur == 1) {
332,6 → 332,9
/* +--Fin du code ---------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.6 2006/04/28 12:41:49 florian
* corrections erreurs chemin
*
* Revision 1.5 2005/09/23 14:20:23 florian
* nouvel habillage installateur, plus correction de quelques bugs
*