src/hg/inc/web.h 1.41
1.41 2009/02/13 02:38:27 markd
fixed some invalid html
Index: src/hg/inc/web.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/web.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -b -B -U 4 -r1.40 -r1.41
--- src/hg/inc/web.h 3 Sep 2008 19:19:12 -0000 1.40
+++ src/hg/inc/web.h 13 Feb 2009 02:38:27 -0000 1.41
@@ -242,8 +242,11 @@
void webPrintWideLabelCell(char *label, int colSpan);
/* Print label cell over multiple columns in our colors. */
+void webPrintWideCenteredLabelCell(char *label, int colSpan);
+/* Print label cell over multiple columns in our colors and centered. */
+
void webPrintLinkTableNewRow();
/* start a new row */
void webFinishPartialLinkTable(int rowIx, int itemPos, int maxPerRow);