Changeset 5258


Ignore:
Timestamp:
05/22/14 09:35:45 (10 years ago)
Author:
Twan Goosen
Message:

'permalink' -> 'link'

Location:
vlo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/CHANGES

    r5254 r5258  
    1111* DC-3786 (application type) was added to facet 'resourceClass'
    1212        <https://trac.clarin.eu/ticket/195>
     13* Renamed 'permalink' to 'link'
    1314
    1415VLO 3.0 (May 2014)
  • vlo/trunk/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/panels/TopLinksPanel.html

    r5135 r5258  
    2626            <wicket:enclosure child="linkRequest">
    2727                <form id="permalink" wicket:id="linkRequest">
    28                     <input wicket:id="linkRequestButton" type="submit" title="Get a permanent link to this page" value="Permalink" />
     28                    <input wicket:id="linkRequestButton" type="submit" title="Get a reusable/bookmarkable link to this page" value="Link" />
    2929                </form>
    3030                <input wicket:id="linkfield" type="text" id="permalinkfield"></input>
Note: See TracChangeset for help on using the changeset viewer.