[Rt-commit] [svn] r1813 - in rt/branches/PLATANO-EXPERIMENTAL-CSS:
. html/Elements/CollectionAsTable html/NoAuth
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 11 03:16:42 EST 2004
Author: jesse
Date: Thu Nov 11 03:16:42 2004
New Revision: 1813
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
Log:
r9075 at tinbook: jesse | 2004-11-11T02:55:01.141993Z
r6051 at tinbook: jesse | 2004-10-20T05:39:54.597284Z
RT-Ticket: 5837
RT-Status: resolved
RT-Update: correspond
Moved more ticket listing style to the CSS and out of the html, per the suggestion of Dirk Pape
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header Thu Nov 11 03:16:42 2004
@@ -47,7 +47,7 @@
$item = 0;
}
else {
- $m->out('<TH align="center">');
+ $m->out('<TH class="collection-as-table">');
my $title = $col->{title};
$title =~ s/^__(.*)__$/$1/o;
$title = ( $m->comp('/Elements/RT__Ticket/ColumnMap',
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row Thu Nov 11 03:16:42 2004
@@ -47,7 +47,7 @@
next;
}
$item++;
- $m->out('<td align="left">');
+ $m->out('<td class="collection-as-table">');
foreach my $subcol ( @{ $column->{output} } ) {
if ( $subcol =~ /^__(.*?)__$/o ) {
my $col = $1;
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css Thu Nov 11 03:16:42 2004
@@ -711,6 +711,10 @@
+TH.collection-as-table { text-align: center;}
+
+TD.collection-as-table { text-align: left;}
+
%# Provide a callback for adding/modifying the style sheet.
%# http://www.w3.org/TR/REC-CSS1 - section 3.2, says:
%# "latter specified rule wins"
More information about the Rt-commit
mailing list