Changeset 37353


Ignore:
Timestamp:
2023-02-24T14:56:28+13:00 (14 months ago)
Author:
anupama
Message:

Undoing one change committed with r36027 that prevented any css theme selected as Admin user through the Preferences page from sticking on all other pages of the DL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/interfaceConfig.xml

    r37327 r37353  
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <interfaceConfig>
     1<?xml version="1.0" encoding="UTF-8"?><interfaceConfig>
    32    <actionList>
    43        <action class="PageAction" name="p">
     
    4948    </actionList>
    5049    <optionList>
    51         <!-- Uncomment and update this option if you want to introduce custom CSS to this interface. -->
    52         <!-- <option name="cssTheme" value="interfaces/default/style/themes/main/jquery-ui.theme.css"/> -->
     50        <!-- Comment out this option if you do *not* want to introduce custom CSS to this interface.
     51             But in that case, beware that setting the theme as Admin user through the Preferences page
     52             will not allow any selected theme to persist on other pages of the Greenstone digital library.
     53             If you want it to persist, leave this line uncommented, so that the theme may get updated here.
     54        -->
     55        <option name="cssTheme" value="https://code.jquery.com/ui/1.13.0/themes/eggplant/theme.css"/>
    5356
    5457        <option name="highlightQueryTerms" value="true"/>
Note: See TracChangeset for help on using the changeset viewer.