Ignore:
Timestamp:
2014-10-20T14:04:47+13:00 (9 years ago)
Author:
kjdon
Message:

added in code to have an optional deposit link in the home help prefs global links bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/macros/nav_css.dm

    r28888 r29384  
    1414#######################################################################
    1515
    16 _globallinks_ {_If_("_cgiargu_" ne "1",_homelink_) _helplink_ _preflink__optloginlink_ _optrsslink_}
     16_globallinks_ {_If_("_cgiargu_" ne "1",_homelink_) _helplink_ _preflink__optdepositlink__optloginlink_ _optrsslink_}
    1717_homelink_  {_navtaborig_(_httppagehome_,_linktextHOME_,_textdescrhome_)}
    1818_helplink_  {_navtaborig_(_httppagehelp_,_linktextHELP_,_textdescrhelp_)}
    1919_preflink_  {_navtaborig_(_httppagepref_,_linktextPREFERENCES_,_textdescrpref_)}
     20
     21# should the collection have a deposit button? Set _optdepositlink_ {_depositlink_} in collection's global package.
     22_optdepositlink_ {}
     23
     24_depositlink_{_navtaborig_(_httppagedepositorcurrentcollection_,_linktextDEPOSIT_,_textdescrdeposit_)}
    2025
    2126_optloginlink_ {
Note: See TracChangeset for help on using the changeset viewer.