Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 21 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 25
Line 78... Line 78...
78
    
78
    
Line 79... Line 79...
79
    
79
    
80
    
80
    
81
// Validation bouton
81
// Validation bouton
82
    
82
    
83
	HTML okButton=new HTML("Ok");
83
	HTML okButton=new HTML("Oui");
84
	okButton.setStyleName("html_button");
84
	okButton.setStyleName("html_button");
Line 91... Line 91...
91
	);		
91
	);		
Line 92... Line 92...
92
 
92
 
Line 93... Line 93...
93
	
93
	
94
// Annulation
94
// Annulation
95
	
95
	
96
	HTML cancelButton=new HTML("Annuler");
96
	HTML cancelButton=new HTML("Non");
97
	cancelButton.setStyleName("html_button");
97
	cancelButton.setStyleName("html_button");
98
	cancelButton.addClickListener(
98
	cancelButton.addClickListener(
Line 158... Line 158...
158
 
158
 
Line 159... Line 159...
159
}
159
}
160
 
160
 
-
 
161
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
162
* $Log$
-
 
163
* Revision 1.1  2007-05-21 18:14:06  ddelon
161
/* +--Fin du code ---------------------------------------------------------------------------------------+
164
* Gestion importation releve locaux
162
* $Log$
165
*
163
* Revision 1.7  2007-05-21 11:47:30  ddelon
166
* Revision 1.7  2007-05-21 11:47:30  ddelon
164
* meta cvs
167
* meta cvs
165
*
168
*