Ignore:
Timestamp:
06/01/15 17:57:34 (9 years ago)
Author:
nanardon
Message:

Add endcircuit attribute

Location:
trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model
Files:
2 edited

Legend:

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

    r1346 r1348  
    2626            mail initials nickname 
    2727            expire 
     28            endcircuit 
    2829            locked 
    2930            create 
     
    4243            contratType 
    4344            expire 
     45            endcircuit 
    4446            snNative 
    4547            givenNameNative 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrFormsA.pm

    r1329 r1348  
    288288    my ($self, $value) = @_; 
    289289    return sprintf(q| 
    290         $('[name="%s"]').datepicker( { dateFormat: 'dd/mm/yy' } ); 
     290        $('[name="%s"]').datepicker( { 
     291            changeMonth: true, 
     292            changeYear: true, 
     293            dateFormat: 'dd/mm/yy' 
     294        } ); 
    291295    |, $self->escape($self->htmlname)); 
    292296} 
Note: See TracChangeset for help on using the changeset viewer.