Ignore:
Timestamp:
2006-01-26T16:44:21+13:00 (18 years ago)
Author:
jrm21
Message:

In the language files, renamed the _tabtext*_ macros to be called _label*_.
The new nav_css.dm macro file re-defines the _tabtext*_ macros and some of
the macros from base.dm/style.dm/home.dm to do with the navigation bar
and the home/help/preferences links have also been moved into nav_css.dm

A separate nav_ns4.dm macro (not committed here) exists that can be used
instead of nav_css.dm and uses the old behaviour of the roll-over images
for the navigation bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/home.dm

    r10872 r11117  
    1414# overridden here as we don't want 'home' links on this page
    1515
     16# home:helplink and home:preflink set in nav_css/ns4 macro files
    1617_globallinks_ {_helplink_ _preflink_}
    17 
    18 _helplink_ {_navtab_(_home:httppagehomehelp_,_linktextHELP_,_textdescrhelp_)}
    19 _preflink_ {_navtab_(_home:httppagehomepref_,_linktextPREFERENCES_,_textdescrpref_)}
    2018
    2119#######################################################################
Note: See TracChangeset for help on using the changeset viewer.