Changeset 898 for LATMOS-Accounts-Web


Ignore:
Timestamp:
02/22/12 16:32:09 (12 years ago)
Author:
nanardon
Message:
  • cleanup useless information about forms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r894 r898  
    1717 
    1818my $attrs = { 
    19     uid => [ 'Login', 'text:12' ], 
    20     uidNumber => [ 'UID', 'text-U:6' ], 
    21     gidNumber => [ 'GID', 'select:group:gidNumber' ], 
    22     manager => [ 'Responsable', 'select-N:user' ], 
    23     managedBy => [ 'Responsable', 'select-N:user' ], 
     19    uid => [ 'Login' ], 
     20    uidNumber => [ 'UID' ], 
     21    gidNumber => [ 'GID' ], 
     22    manager => [ 'Responsable' ], 
     23    managedBy => [ 'Responsable' ], 
    2424    sn => [ 'Nom' ], 
    2525    givenName => [ 'Prénom' ], 
    26     homeDirectory => [ 'Home', 'text-U:25' ], 
    27     loginShell => [ 'Shell', 'text-A' ], 
     26    homeDirectory => [ 'Home' ], 
     27    loginShell => [ 'Shell' ], 
    2828    physicalDeliveryOfficeName => [ 'Bureau' ], 
    2929    telephoneNumber => [ 'Téléphone' ], 
    3030    otherTelephone => [ 'Téléphone (autre)' ], 
    31     company => [ 'Société', 'text-A' ], 
     31    company => [ 'Société' ], 
    3232    l => [ 'Ville' ], 
    3333    postalCode => [ 'Code postal' ], 
    3434    postOfficeBox => [ 'BP' ], 
    35     department => [ 'Département', 'select-N:group/sutype=dpmt' ], 
    36     streetAddress => [ 'Rue', 'textarea' ], 
     35    department => [ 'Département' ], 
     36    streetAddress => [ 'Rue' ], 
    3737    title => [ 'Fonction' ], 
    38     expire => [ 'Expire le', 'date' ], 
     38    expire => [ 'Expire le' ], 
    3939    st => [ 'État (US)' ], 
    40     sutype => [ 'Structure admin.', 'select-N:sutype' ], 
    41     exported => [ 'Propagé', 'label' ], 
     40    sutype => [ 'Structure admin.' ], 
     41    exported => [ 'Propagé' ], 
    4242    unexported => [ 'Caché' ], 
    43     locked => [ 'Vérouillé', 'checkbox:l' ], 
    44     isMainAddress => [ 'Adresse principale', 'checkbox' ], 
    45     site => [ 'Site', 'select-N:site' ], 
     43    locked => [ 'Vérouillé' ], 
     44    isMainAddress => [ 'Adresse principale' ], 
     45    site => [ 'Site' ], 
    4646    co => [ 'Pays' ], 
    47     mail => [ 'Mail', 'text-U:30' ], 
    48     grade => [ 'Grade', 'text-A' ], 
    49     facsimileTelephoneNumber => [ 'Fax', 'text' ], 
    50     nickname => [ 'Nick', 'text-U:3' ], 
     47    mail => [ 'Mail' ], 
     48    grade => [ 'Grade' ], 
     49    facsimileTelephoneNumber => [ 'Fax' ], 
     50    nickname => [ 'Nick' ], 
    5151    cn => [ 'Nom' ], 
    52     initials => [ 'Initiales', 'text:5' ], 
     52    initials => [ 'Initiales' ], 
    5353    create => [ 'Créé le' ], 
    5454    date => [ 'Modifié le' ], 
    55     college => [ 'College', 'select-N:group/sutype=college' ], 
    56     contratType => [ 'Type de contrat', 'select-N:group/sutype=contrattype' ], 
     55    college => [ 'College' ], 
     56    contratType => [ 'Type de contrat' ], 
    5757    managerContact => [ 'Contact' ], 
    5858    owner => [ 'Propriétaire' ], 
Note: See TracChangeset for help on using the changeset viewer.