Changeset 37353
- Timestamp:
- 2023-02-24T14:56:28+13:00 (4 weeks ago)
- 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> 3 2 <actionList> 4 3 <action class="PageAction" name="p"> … … 49 48 </actionList> 50 49 <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"/> 53 56 54 57 <option name="highlightQueryTerms" value="true"/>
Note:
See TracChangeset
for help on using the changeset viewer.