Changeset 38984


Ignore:
Timestamp:
2024-05-02T21:29:09+12:00 (2 weeks ago)
Author:
anupama
Message:

Minor change to display string to make the display string for phind similar to that for the collage applet/application when webswing is unavailable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/webswing-phind.xsl

    r38983 r38984  
    357357              document.getElementById("webswing-phind").style.setProperty("display", "none", "important");
    358358              appletEl.style.setProperty("display", "block", "important");
    359               appletEl.textContent += " This applet cannot be displayed as the webswing extension it requires has possibly been deactivated.";
     359              appletEl.textContent += " cannot be displayed as the webswing extension it requires has possibly been deactivated.";
    360360            }
    361361                }
Note: See TracChangeset for help on using the changeset viewer.