Project

General

Profile

« Previous | Next » 

Revision 56328

[Library|Trunk]

Sherpa romeo: update text and tooltip

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/landingPages/landing-utils/showPublisher.component.ts
50 50
    <li *ngIf=" properties.environment != 'production' && journal && (journal['issn'] ||
51 51
                journal['lissn'] || journal['eissn'] )">
52 52
                  <span class="custom-external custom-icon"
53
                        uk-tooltip="title: Publisher copyright policies & self-archiving">
53
                        uk-tooltip="title: Visit Journal in Sherpa/RoMEO  ">
54 54
                    <a target="_blank"
55 55
                       [href]="sherpaUrl+(journal['issn']?journal['issn']:(journal['eissn']?journal['eissn']:journal['lissn'] ))">
56
                      Sherpa/RoMEO Information <img src="assets/common-assets/common/SHERPA-RoMEO-short-logo.gif"  width=16 height=16 alt=""></a></span>
56
                      Publisher copyright policies & self-archiving <img src="assets/common-assets/common/SHERPA-RoMEO-short-logo.gif"  width=16 height=16 alt=""></a></span>
57 57
    </li>
58 58

  
59 59
  `

Also available in: Unified diff