caa4f9e9b1b9f87c710ad97d26cc6125ee1a989a tdreszer Wed Nov 30 12:55:02 2011 -0800 Katrina does not want buttons by CSS yet. diff --git src/hg/inc/jsHelper.h src/hg/inc/jsHelper.h index 914100c..2ff6ad7 100644 --- src/hg/inc/jsHelper.h +++ src/hg/inc/jsHelper.h @@ -10,33 +10,30 @@ * in the main form, which get updated onChange of controls that need * to 'ripple' to other controls. The onChange also submits the * control. */ #ifndef JSHELPER_H #define JSHELPER_H #include "cart.h" #include <regex.h> #define JS_CLEAR_ALL_BUTTON_LABEL "Clear all" #define JS_SET_ALL_BUTTON_LABEL "Set all" #define JS_DEFAULTS_BUTTON_LABEL "Set defaults" // Make toggle and [+][-] buttons without image gifs. -#define BUTTONS_BY_CSS - -// Make toggle and [+][-] buttons without image gifs. // Not ready for this release. //#define BUTTONS_BY_CSS void jsCreateHiddenForm(struct cart *cart, char *scriptName, char **vars, int varCount); /* Create a hidden form with the given variables. Must be * called. */ void jsInit(); /* If this is the first call, set window.onload to the operations * performed upon loading a page and print supporting javascript. * Currently this just sets the page vertical position if specified on * CGI, and also calls jsWriteFunctions. * Subsequent calls do nothing, so this can be called many times. */