From: rk Date: Mon, 1 Apr 2002 20:22:44 +0000 (+0000) Subject: template alternating colors X-Git-Tag: prexmlproducerconfig~165 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=201e8e36d3cc17a3ec704c0da074942c97b919fe;p=mir.git template alternating colors --- 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")} + +