Ignore:
Timestamp:
Sep 19, 2010, 9:27:31 PM (14 years ago)
Author:
mlg
Message:

Feature :
Adds the ui to add tags. It's done in the thumbnail viewer (right click on the thumbnail)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/transverse/enumeration/MethodsEnum.java

    r6964 r6968  
    3838    LOGIN("pwg.session.login"), LISTER_CATEGORIES("pwg.categories.getList"), LISTER_IMAGES("pwg.categories.getImages"), GET_INFO(
    3939            "pwg.images.getInfo"), AJOUTER_CATEGORIE("pwg.categories.add"), AJOUTER_COMMENTAIRE("pwg.images.addComment"), LISTER_TAGS(
    40             "pwg.tags.getList"), TAGS_ADMIN_LIST("pwg.tags.getAdminList"), ADD_TAG("pwg.tags.add");
     40            "pwg.tags.getList"), TAGS_ADMIN_LIST("pwg.tags.getAdminList"), ADD_TAG("pwg.tags.add"), SET_INFO(
     41            "pwg.images.setInfo");
    4142
    4243    protected String label;
Note: See TracChangeset for help on using the changeset viewer.