Changeset 441


Ignore:
Timestamp:
03/26/12 17:19:46 (12 years ago)
Author:
vmipsl
Message:

modif calendar

Location:
tapas/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/project/formTapas_script.jsp

    r440 r441  
    4040 
    4141        var currentDate = new Date(); 
    42         $( "#observationDate" ).val( this.calendarConverter.format( currentDate ) ); 
     42        $( "#iobservation_date" ).val( this.calendarConverter.format( currentDate ) ); 
    4343    }, 
    4444 
     
    100100 
    101101 
    102  
    103         this.createCalendar( tabObservation ); 
    104  
    105  
    106  
    107102        this.createTr( "Right LOS ascension", "ira", tabObservation ); 
    108103        this.createTr( "LOS declension", "ide", tabObservation ); 
     
    117112        divObservation.append( tabObservation ); 
    118113        this.containerForm.append( divObservation ); 
     114 
     115        // Ajout du calendrier APRES la création du formulaire 
     116        this.createCalendar( tabObservation ); 
    119117 
    120118        //jQuery.proxy permet d'envoyer le contexte this courant 
  • tapas/web/resources/css/tapas.css

    r440 r441  
    273273/** ************ CALENDAR ************** **/ 
    274274/** ************************************ **/ 
    275 #observationDate { 
     275#iobservation_date { 
    276276    background-image: url("../../resources/icons/calendrier-icone-16x16.png"); 
    277277    background-position: right center; 
Note: See TracChangeset for help on using the changeset viewer.