/[openfoncier]/trunk/obj/om_utilisateur.class.php
ViewVC logotype

Diff of /trunk/obj/om_utilisateur.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 390 by nhaye, Wed Sep 19 15:13:15 2012 UTC revision 392 by nhaye, Wed Sep 19 15:41:35 2012 UTC
# Line 72  class om_utilisateur extends om_utilisat Line 72  class om_utilisateur extends om_utilisat
72              // Gestion du login              // Gestion du login
73              $form->setType("login", "hiddenstatic");              $form->setType("login", "hiddenstatic");
74          }          }
75            if ($maj < 2) { // ajouter et modifier
76                $form->setType("instructeur", "checkbox");
77            }
78      }      }
79            
     function setTaille(&$form,$maj) {  
         parent::setTaille($form,$maj);    
         $form->setTaille('pwd',20);  
     }  
   
80      function setOnchange(&$form,$maj){      function setOnchange(&$form,$maj){
81      // * mise en majuscule      // * mise en majuscule
82      // * Put in capital letter      // * Put in capital letter

Legend:
Removed from v.390  
changed lines
  Added in v.392

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26