Changeset 5920


Ignore:
Timestamp:
01/16/15 08:29:50 (9 years ago)
Author:
Twan Goosen
Message:

Changed concept link button labels and window titles in Flex frontend from 'ISOcat' to 'CLARIN Concept Registry'
Refs #731

Location:
ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/ConceptLinkInput.as

    r2526 r5920  
    5252               
    5353                private function createSearchConceptLinkButton():void {
    54                         searchConceptLink.label = "Search in isocat...";
     54                        searchConceptLink.label = "Search in concept registry...";
    5555                        searchConceptLink.addEventListener(MouseEvent.CLICK, handleButtonClick);
    5656                }
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/IsocatSearchPopUp.mxml

    r2126 r5920  
    55                                creationComplete="PopUpManager.centerPopUp(this)"
    66                                close="cleanUp();"
    7                                 title="Search in Isocat.org">
     7                                title="Search in CLARIN Concept Registry">
    88
    99        <mx:Metadata>
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/ValueSchemePopUp.mxml

    r2525 r5920  
    125125                                        <mx:Button label="Use Controlled Vocabulary"
    126126                                                           click="setControlledVocabulary()"/>
    127                                         <mx:Button label="Search in isocat..."
     127                                        <mx:Button label="Search in concept registry..."
    128128                                                           click="handleIsocatButtonClick(event)"
    129129                                                           enabled="{enumerationGrid.conceptLinkEdit}"/>
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/services/Config.as

    r5803 r5920  
    5959                private static const USER_SETTINGS_URL:String = "/admin/userSettings";
    6060                private static const COMMENTS_URL_PATH:String = "/comments/";
    61                 private static const ISOCAT_SERVLET:String = "/isocat";
     61                private static const ISOCAT_SERVLET:String = "/ccr";
    6262                private static const USER_GROUPS_MEMBERSHIP_URL:String = "/rest/registry/groups/usermembership";
    6363               
Note: See TracChangeset for help on using the changeset viewer.