Subversion Repositories eFlore/Applications.coel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 701 → Rev 702

/trunk/src/org/tela_botanica/client/images/icones/vcard_modifier.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/src/org/tela_botanica/client/images/icones/vcard_modifier.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/src/org/tela_botanica/client/images/icones/Icones.java
35,9 → 35,15
@Resource("deconnexion.png")
AbstractImagePrototype deconnexion();
@Resource("deplier_tout.png")
AbstractImagePrototype deplierTout();
 
@Resource("engrenages.png")
AbstractImagePrototype engrenages();
@Resource("enregistrer.png")
AbstractImagePrototype enregistrer();
@Resource("fleche_bascule.png")
AbstractImagePrototype flecheBascule();
68,39 → 74,9
@Resource("reinitialiser.png")
AbstractImagePrototype reinitialiser();
@Resource("supprimer.png")
AbstractImagePrototype supprimer();
@Resource("table.png")
AbstractImagePrototype table();
@Resource("utilisateur.png")
AbstractImagePrototype utilisateur();
@Resource("vcard_ajouter.png")
AbstractImagePrototype vcardAjouter();
@Resource("vcard_supprimer.png")
AbstractImagePrototype vcardSupprimer();
@Resource("vcard.png")
AbstractImagePrototype vcard();
@Resource("deplier_tout.png")
AbstractImagePrototype deplierTout();
@Resource("replier_tout.png")
AbstractImagePrototype replierTout();
@Resource("enregistrer.png")
AbstractImagePrototype enregistrer();
@Resource("script_go.png")
AbstractImagePrototype scriptGo();
@Resource("script_save.png")
AbstractImagePrototype scriptSave();
@Resource("resultset_first.png")
AbstractImagePrototype resultsetFirst();
110,11 → 86,36
@Resource("resultset_next.png")
AbstractImagePrototype resultsetNext();
@Resource("resultset_previous.png")
AbstractImagePrototype resultsetPrevious();
@Resource("script_go.png")
AbstractImagePrototype scriptGo();
@Resource("script_save.png")
AbstractImagePrototype scriptSave();
@Resource("supprimer.png")
AbstractImagePrototype supprimer();
@Resource("table.png")
AbstractImagePrototype table();
@Resource("utilisateur.png")
AbstractImagePrototype utilisateur();
@Resource("valider.png")
AbstractImagePrototype valider();
 
@Resource("vcard_ajouter.png")
AbstractImagePrototype vcardAjouter();
 
@Resource("vcard_modifier.png")
AbstractImagePrototype vcardModifier();
@Resource("vcard_supprimer.png")
AbstractImagePrototype vcardSupprimer();
@Resource("vcard.png")
AbstractImagePrototype vcard();
}