From 201e8e36d3cc17a3ec704c0da074942c97b919fe Mon Sep 17 00:00:00 2001 From: rk Date: Mon, 1 Apr 2002 20:22:44 +0000 Subject: [PATCH] template alternating colors --- dbscripts/create_pg.sql | 5 +++++ templates-dist/admin/commentlist.template | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dbscripts/create_pg.sql b/dbscripts/create_pg.sql index bacd92ca..c0a38058 100755 --- a/dbscripts/create_pg.sql +++ b/dbscripts/create_pg.sql @@ -527,6 +527,11 @@ CREATE INDEX "comment_checksum_index" on "comment" using btree ( "checksum" "in CREATE INDEX "idx_comment_to_media" on "comment" using btree ( "to_media" "int4_ops" ); + +create index idx_comment_webdb_create on comment(webdb_create); + + + -- -- diff --git a/templates-dist/admin/commentlist.template b/templates-dist/admin/commentlist.template index 4e36ecda..8829768d 100755 --- a/templates-dist/admin/commentlist.template +++ b/templates-dist/admin/commentlist.template @@ -47,11 +47,11 @@ - bgcolor="#dddddd" > + bgcolor="#dddddd" > ${entry.date}
V- - + ${entry.title}
${entry.creator} @@ -77,6 +77,7 @@   + zurueck  @@ -88,7 +89,9 @@ ${lang("no_matches_found")} + + -- 2.11.0