Changeset 13957 for trunk


Ignore:
Timestamp:
2007-03-06T11:38:12+13:00 (17 years ago)
Author:
kjdon
Message:

the first element in the collections drop down list is not selectable because the javascript works on onChange. I have added a dummy first entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r13367 r13957  
    154154   homeextra += "<select name=\"collections\" onChange=\"location.href=";
    155155   homeextra += "document.browse.collections.options[document.browse.collections.selectedIndex].value\">\n";
    156 
     156   homeextra += "<option value=\"\">_textdescrselcol_</option>\n";
    157157   
    158158  recptprotolistclass::iterator rprotolist_here = protos->begin();
Note: See TracChangeset for help on using the changeset viewer.