Changed 'summary page title' to 'list page title'

SVN revision: 1454
This commit is contained in:
Stefan Ritt 2005-07-26 18:11:06 +00:00
parent 5d588f4497
commit e968865247
2 changed files with 5 additions and 2 deletions

View File

@ -169,7 +169,7 @@ from each message. The option <b><code>Page title</code></b> in the <b><code>[gl
section is used for the logbook selection page.
<p>
<LI><b><code>Summary page title = &lt;string&gt;</code></b>
<LI><b><code>List page title = &lt;string&gt;</code></b>
<br>
The same for the summary or find result page. This may include substitutions as well, although
attribute substitutions make no sense here, since the summary page may contain many messages

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 1.725 2005/07/26 18:11:06 ritt
Changed 'summary page title' to 'list page title'
Revision 1.724 2005/07/26 09:55:43 ritt
Changed 'rss feed' to 'alternate'
@ -17375,7 +17378,7 @@ void show_elog_list(LOGBOOK * lbs, INT past_n, INT last_n, INT page_n, char *inf
/*---- header ----*/
if (getcfg(lbs->name, "Summary Page Title", str, sizeof(str))) {
if (getcfg(lbs->name, "List Page Title", str, sizeof(str))) {
i = build_subst_list(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, NULL, TRUE);
strsubst(str, sizeof(str), (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, i);
strip_html(str);