564d214b80b952e6e0d360702164b7be7e69a6f7 tdreszer Tue Aug 31 14:35:52 2010 -0700 Moved cgiDropDownnWithTextValsAndExtra from searchTracks diff --git src/inc/cheapcgi.h src/inc/cheapcgi.h index a5412e1..c351347 100644 --- src/inc/cheapcgi.h +++ src/inc/cheapcgi.h @@ -315,6 +315,10 @@ void cgiMakeDropListFull(char *name, char *menu[], char *values[], int menuSize, char *checked, char *extraAttribs); /* Make a drop-down list with names and values. */ +void cgiDropDownWithTextValsAndExtra(char *name, char *text[], char *values[], + int count, char *selected, char *extra); +/* Make a drop-down list with both text and values. */ + void cgiMakeMultList(char *name, char *menu[], int menuSize, struct slName *checked, int length); /* Make a list of names which can have multiple selections. * Same as drop-down list except "multiple" is added to select tag */