Diff
Not logged in

Differences From:

File src/setup.c part of check-in [007d0a9b3f] - Add a new "Skins" configuration page that allows the look and feel of the web interface to be changed to one of several prototypes at the click of a button. Currently, there are only two built-in prototypes. by drh on 2009-12-19 21:04:29. [view]

To:

File src/setup.c part of check-in [91b9081425] - Add a khaki color skin. by drh on 2009-12-20 02:53:55. Also file src/setup.c part of check-in [76bc05d739] - merge with trunk by btheado on 2009-12-30 20:33:59. [view]

@@ -965,8 +965,10 @@
   @ </form>
   @ <hr>
   @ The default CSS is shown below for reference.  Other examples
   @ of CSS files can be seen on the <a href="setup_skin">skins page</a>.
+  @ See also the <a href="setup_header">header</a> and
+  @ <a href="setup_footer">footer</a> editing screens.
   @ <blockquote><pre>
   @ %h(zDefaultCSS)
   @ </pre></blockquote>
   style_footer();
@@ -1001,8 +1003,10 @@
   @ </form>
   @ <hr>
   @ The default header is shown below for reference.  Other examples
   @ of headers can be seen on the <a href="setup_skin">skins page</a>.
+  @ See also the <a href="setup_editcss">CSS</a> and
+  @ <a href="setup_footer">footer</a> editing screeens.
   @ <blockquote><pre>
   @ %h(zDefaultHeader)
   @ </pre></blockquote>
   style_footer();
@@ -1036,8 +1040,10 @@
   @ </form>
   @ <hr>
   @ The default footer is shown below for reference.  Other examples
   @ of footers can be seen on the <a href="setup_skin">skins page</a>.
+  @ See also the <a href="setup_editcss">CSS</a> and
+  @ <a href="setup_header">header</a> editing screens.
   @ <blockquote><pre>
   @ %h(zDefaultFooter)
   @ </pre></blockquote>
   style_footer();