mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
Traduction totale des commentaires du fichier
This commit is contained in:
parent
6f1e2844c2
commit
af100aae9c
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ if(LSsession :: startLSsession()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($LSobject)) {
|
if (isset($LSobject)) {
|
||||||
// Création d'un LSobject
|
// LSObject creation
|
||||||
if (LSsession ::loadLSobject($LSobject)) {
|
if (LSsession ::loadLSobject($LSobject)) {
|
||||||
if ( LSsession :: canCreate($LSobject) ) {
|
if ( LSsession :: canCreate($LSobject) ) {
|
||||||
$object = new $LSobject();
|
$object = new $LSobject();
|
||||||
|
@ -44,7 +44,7 @@ if(LSsession :: startLSsession()) {
|
||||||
$form = $object -> getForm('create');
|
$form = $object -> getForm('create');
|
||||||
}
|
}
|
||||||
if ($form->validate()) {
|
if ($form->validate()) {
|
||||||
// MàJ des données de l'objet LDAP
|
// Data update for LDAP object
|
||||||
if ($object -> updateData('create')) {
|
if ($object -> updateData('create')) {
|
||||||
if (!LSerror::errorsDefined()) {
|
if (!LSerror::errorsDefined()) {
|
||||||
LSsession :: addInfo(_("L'objet a bien été ajouté."));
|
LSsession :: addInfo(_("L'objet a bien été ajouté."));
|
||||||
|
@ -80,7 +80,7 @@ if(LSsession :: startLSsession()) {
|
||||||
);
|
);
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
// Définition du Titre de la page
|
// Define page title
|
||||||
$GLOBALS['Smarty'] -> assign('pagetitle',_('Nouveau').' : '.$object -> getLabel());
|
$GLOBALS['Smarty'] -> assign('pagetitle',_('Nouveau').' : '.$object -> getLabel());
|
||||||
LSsession :: setTemplate('create.tpl');
|
LSsession :: setTemplate('create.tpl');
|
||||||
$form -> display();
|
$form -> display();
|
||||||
|
|
Loading…
Reference in a new issue