Changeset 5019


Ignore:
Timestamp:
2003-07-24T06:38:25+12:00 (21 years ago)
Author:
sjboddie
Message:

In the pull down nav bar menu added the -- Select Page -- macro (i.e _textselectpage_) to
replace the uncool looking empty space.

Location:
trunk/gsdl
Files:
2 edited

Legend:

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

    r4812 r5019  
    6161
    6262_textdefaulttitle_ {GSDL Error}
     63
     64_textselectpage_ {-- Select Page --}
    6365
    6466_collectionextra_ {This collection contains _about:numdocs_ documents.
  • trunk/gsdl/src/recpt/documentaction.cpp

    r4984 r5019  
    409409
    410410      if (args["a"] != "q" && args["cl"].empty()) {
    411      navigationbar += "<option value=\"\" selected></option>\n";
     411     navigationbar += "<option value=\"\" selected>_textselectpage_</option>\n";
    412412      }
    413413     
Note: See TracChangeset for help on using the changeset viewer.