Ignore:
Timestamp:
2003-03-14T08:51:06+13:00 (21 years ago)
Author:
dana
Message:

added hooks for usability stuff to navbar

File:
1 edited

Legend:

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

    r3812 r3880  
    532532 
    533533  //setting _queryformcontent_ so that the query interface is consistent.
     534  //also adding usability button if necessary
    534535  if(arg_p == "about"){
    535536    if (cinfo != NULL) {
     
    542543    }
    543544      }
     545      check = cinfo->format.find("Usability");
     546      if(check != cinfo->format.end()){
     547    disp.setmacro("usability","Global","_imageusab_");
     548    disp.setmacro("usabinterface","Global",("_usab"+(*check).second+"_"));
     549      }
     550     
    544551    }
    545552  }
     
    747754  }
    748755}
     756
     757
     758
     759
     760
     761
     762
     763
     764
     765
Note: See TracChangeset for help on using the changeset viewer.