Diff
Not logged in

Differences From:

File src/setup.c part of check-in [5d3783bd61] - Fix a typo on the user setup page. Reported via email by Brad Harder. by drh on 2008-02-01 12:39:40. Also file src/setup.c part of check-in [dbdc160161] - Merged with mainline. by aku on 2008-02-02 07:33:03. [view]

To:

File src/setup.c part of check-in [ed26056bb5] - fixed a small copy/paste error in /setup_ticket by wanderi1 on 2008-02-21 16:16:00. Also file src/setup.c part of check-in [588bb7cd73] - Merged to ed26056bb5. by aku on 2008-02-24 18:50:35. [view]

@@ -646,9 +646,9 @@
     textarea_attribute(0, 0, 0, "header", "header", zDefaultHeader);
   }
   style_header("Edit Page Header");
   @ <form action="%s(g.zBaseURL)/setup_header" method="POST">
-  @ <p>Edit HTML text with embedded subscript that will be used to
+  @ <p>Edit HTML text with embedded TH1 (a TCL dialect) that will be used to
   @ generate the beginning of every page through start of the main
   @ menu.</p>
   textarea_attribute("", 40, 80, "header", "header", zDefaultHeader);
   @ <br />
@@ -679,9 +679,9 @@
     textarea_attribute(0, 0, 0, "footer", "footer", zDefaultFooter);
   }
   style_header("Edit Page Footer");
   @ <form action="%s(g.zBaseURL)/setup_footer" method="POST">
-  @ <p>Edit HTML text with embedded subscript that will be used to
+  @ <p>Edit HTML text with embedded TH1 (a TCL dialect) that will be used to
   @ generate the end of every page.</p>
   textarea_attribute("", 20, 80, "footer", "footer", zDefaultFooter);
   @ <br />
   @ <input type="submit" name="submit" value="Apply Changes">
@@ -730,18 +730,18 @@
       @ </b></font></p>
     }
   }
   @ <form action="%s(g.zBaseURL)/setup_ticket" method="POST">
-  @ <p>Edit the "subscript" script that defines the ticketing
+  @ <p>Edit the TH1 script that defines the ticketing
   @ system setup for this server.</p>
   @ <textarea name="cfg" rows="40" cols="80">%h(zConfig)</textarea>
   @ <br />
   @ <input type="submit" name="submit" value="Apply Changes">
   @ <input type="submit" name="clear" value="Revert To Default">
   @ </form>
   @ <hr>
-  @ Here is the default page header:
+  @ Here is the default ticket configuration:
   @ <blockquote><pre>
   @ %h(zDefaultTicketConfig)
   @ </pre></blockquote>
   db_end_transaction(0);
 }