Changeset 9900


Ignore:
Timestamp:
2005-05-17T13:32:43+12:00 (19 years ago)
Author:
kjdon
Message:

uncommented teh horizontaAtTop hack - now don't get horizontalAtTop added to the config file unless it is.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/GS2BrowseAction.java

    r9874 r9900  
    126126        horizontal_at_top = true;
    127127    }
    128     // *** TODO need to fix this
    129     //if (top_id.equals(classifier_node) && horizontal_at_top) {
     128    if (top_id.equals(classifier_node) && horizontal_at_top) {
    130129        // we have asked for a top node - if the first list is horizontal, we will select the first element of that list
    131130        // this is a hack. also it craps out if the classifier really isn't horizontalAtTop. -
    132         //classifier_node = classifier_node+".1";
     131        classifier_node = classifier_node+".1";
    133132           
    134     //}
     133    }
    135134
    136135    // get the browse structure for the selected node
Note: See TracChangeset for help on using the changeset viewer.