Diff
Not logged in

Differences From:

File src/setup.c part of check-in [5fb14b9a0f] - Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. by eric on 2008-08-21 20:59:01. Also file src/setup.c part of check-in [f85bc24e4d] - Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. by cle on 2008-08-15 18:48:06. [view]

To:

File src/setup.c part of check-in [ac3f1f2ba7] - Improvements to how ticket changes are displayed in the UI. The hyperlink is show with strick-through if the ticket is closed. The title is shown after the ticket hyperlink. SQL to determine the closed condition and the title can be set in the ticket setup screens. by drh on 2008-10-18 02:27:13. [view]

@@ -558,9 +558,9 @@
 
 /*
 ** Generate an entry box for an attribute.
 */
-static void entry_attribute(
+void entry_attribute(
   const char *zLabel,   /* The text label on the entry box */
   int width,            /* Width of the entry box */
   const char *zVar,     /* The corresponding row in the VAR table */
   const char *zQParm,   /* The query parameter */