6992d44bfe238ffb2c2d559b23cf739bee503fda chmalee Fri May 11 15:27:50 2018 -0700 Adding a clear button to phyloPng and changing the default tree, refs #17322 diff --git src/inc/cheapcgi.h src/inc/cheapcgi.h index 6422efb..622fb6f 100644 --- src/inc/cheapcgi.h +++ src/inc/cheapcgi.h @@ -534,30 +534,33 @@ /* start HTML table -- no customization. Leaves room * for a fancier implementation */ void cgiTableEnd(); /* end HTML table */ void cgiMakeSubmitButton(); /* Make 'submit' type button. */ void cgiMakeResetButton(); /* Make 'reset' type button. */ void cgiMakeClearButton(char *form, char *field); /* Make button to clear a text field. */ +void cgiMakeClearButtonNoSubmit(char *form, char *field); +/* Make button to clear a text field, without resubmitting the form. */ + void cgiMakeFileEntry(char *name); /* Make file entry box/browser */ void cgiSimpleTableRowStart(); /* Start table row */ void cgiTableRowEnd(); /* End table row */ void cgiSimpleTableFieldStart(); /* Start table field */ void cgiTableFieldStartAlignRight(); /* Start table field */