mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformElement::supannTypeEntiteAffectation : Renamed in supannTypeEntite
This commit is contained in:
parent
6ebfc6a20b
commit
1240e109c6
2 changed files with 6 additions and 6 deletions
|
@ -21,13 +21,13 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Type d'attribut HTML supannTypeEntiteAffectation
|
* Type d'attribut HTML supannTypeEntite
|
||||||
*
|
*
|
||||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||||
*/
|
*/
|
||||||
class LSattr_html_supannTypeEntiteAffectation extends LSattr_html {
|
class LSattr_html_supannTypeEntite extends LSattr_html {
|
||||||
|
|
||||||
var $LSformElement_type = 'supannTypeEntiteAffectation';
|
var $LSformElement_type = 'supannTypeEntite';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,15 +24,15 @@ LSsession :: loadLSclass('LSformElement_supannLabeledValue');
|
||||||
LSsession :: loadLSaddon('supann');
|
LSsession :: loadLSaddon('supann');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Element supannTypeEntiteAffectation d'un formulaire pour LdapSaisie
|
* Element supannTypeEntite d'un formulaire pour LdapSaisie
|
||||||
*
|
*
|
||||||
* Cette classe définis les éléments supannTypeEntiteAffectation des formulaires.
|
* Cette classe définis les éléments supannTypeEntite des formulaires.
|
||||||
* Elle etant la classe basic LSformElement_supannLabeledValue.
|
* Elle etant la classe basic LSformElement_supannLabeledValue.
|
||||||
*
|
*
|
||||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class LSformElement_supannTypeEntiteAffectation extends LSformElement_supannLabeledValue {
|
class LSformElement_supannTypeEntite extends LSformElement_supannLabeledValue {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Traduit une valeur
|
* Traduit une valeur
|
Loading…
Reference in a new issue