[Rt-commit] [svn] r1004 - in rt/branches/rt-3.1/html: . Admin/Elements Admin/Users Elements NoAuth Search SelfService Ticket/Elements User

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Thu Jun 3 21:54:55 EDT 2004


Author: alexmv
Date: Thu Jun  3 21:54:54 2004
New Revision: 1004

Removed:
   rt/branches/rt-3.1/html/Admin/Elements/ModifyQueue
   rt/branches/rt-3.1/html/Admin/Elements/ModifyUser
   rt/branches/rt-3.1/html/Admin/Users/Prefs.html
Modified:
   rt/branches/rt-3.1/html/Admin/Users/Modify.html
   rt/branches/rt-3.1/html/Elements/TitleBoxStart
   rt/branches/rt-3.1/html/NoAuth/webrt.css
   rt/branches/rt-3.1/html/Search/Build.html
   rt/branches/rt-3.1/html/SelfService/Display.html
   rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary
   rt/branches/rt-3.1/html/User/Prefs.html
   rt/branches/rt-3.1/html/index.html
Log:
 * Introduce boxcontainer class; this is to be applied on td's that
   contain columns of titleboxes
 * Cull three vestigal files



Modified: rt/branches/rt-3.1/html/Admin/Users/Modify.html
==============================================================================
--- rt/branches/rt-3.1/html/Admin/Users/Modify.html	(original)
+++ rt/branches/rt-3.1/html/Admin/Users/Modify.html	Thu Jun  3 21:54:54 2004
@@ -39,7 +39,7 @@
 <TABLE WIDTH=100% BORDER=0>
 <TR>
 
-<TD VALIGN=TOP ROWSPAN=2>
+<TD VALIGN=TOP class="boxcontainer">
 <& /Elements/TitleBoxStart, title => loc('Identity') &>
 
 <TABLE>
@@ -106,10 +106,8 @@
 % }
 <& /Elements/TitleBoxEnd &>
 </TD>
-</TR>
-<TR>
 
-<TD VALIGN=TOP>
+<TD VALIGN=TOP class="boxcontainer">
 <& /Elements/TitleBoxStart, title => loc('Location') &>
 <TABLE>
 <TR><TD ALIGN="RIGHT">

Modified: rt/branches/rt-3.1/html/Elements/TitleBoxStart
==============================================================================
--- rt/branches/rt-3.1/html/Elements/TitleBoxStart	(original)
+++ rt/branches/rt-3.1/html/Elements/TitleBoxStart	Thu Jun  3 21:54:54 2004
@@ -21,7 +21,7 @@
 %# 
 %# 
 %# END LICENSE BLOCK
-<TABLE CLASS="<%$class|n%>" 
+<TABLE CLASS="box <%$class|n%>" 
         BGCOLOR="<%$color%>" 
         CELLSPACING=0
         BORDER=0

Modified: rt/branches/rt-3.1/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/rt-3.1/html/NoAuth/webrt.css	(original)
+++ rt/branches/rt-3.1/html/NoAuth/webrt.css	Thu Jun  3 21:54:54 2004
@@ -174,6 +174,12 @@
         margin-right: 1em;
 }
 
+td.boxcontainer + td.boxcontainer {
+	margin-left: 1em;
+	padding-left: 1em;
+	border-collapse: collapse;
+}
+
 th.ticketheader { font-size: 80%;
      font-weight: bold;
      color: #336699;

Modified: rt/branches/rt-3.1/html/Search/Build.html
==============================================================================
--- rt/branches/rt-3.1/html/Search/Build.html	(original)
+++ rt/branches/rt-3.1/html/Search/Build.html	Thu Jun  3 21:54:54 2004
@@ -31,7 +31,7 @@
 
 <table width=100%>
 <tr>
-<td valign=top>
+<td valign=top class="boxcontainer">
 <FORM METHOD="POST" ACTION="Build.html" NAME="BuildQuery">
 <input type=hidden name=SearchId value="<%$ARGS{'SearchId'}%>">
 <input type=hidden name=Query value="<%$Query%>">
@@ -40,7 +40,7 @@
 <& /Elements/Submit, Caption => "Add additional criteria", Label => loc('Add'), Name => 'AddClause'&>
 
 </td>
-<td valign=top>
+<td valign=top class="boxcontainer">
 <& /Elements/TitleBoxStart, title => loc("Query") . ": " .$search_hash->{'Description'} &>
 <& Elements/NewListActions, actions => \@actions &>
 <select size=10 name=clauses style="width : 100%">
@@ -68,7 +68,7 @@
 </td>
 </tr>
 <tr>
-<td colspan=2>
+<td colspan=2 class="boxcontainer">
 
 <FORM METHOD="POST" ACTION="Build.html" NAME="EditFormat">
 <input type=hidden name=Query value="<%$Query%>">

Modified: rt/branches/rt-3.1/html/SelfService/Display.html
==============================================================================
--- rt/branches/rt-3.1/html/SelfService/Display.html	(original)
+++ rt/branches/rt-3.1/html/SelfService/Display.html	Thu Jun  3 21:54:54 2004
@@ -27,14 +27,14 @@
 
   <TABLE WIDTH="100%" class="ticketsummary" >
       <TR>
-        <TD VALIGN=TOP WIDTH="50%">
+        <TD VALIGN=TOP WIDTH="50%" class="boxcontainer">
           <& /Elements/TitleBoxStart, title => loc('The Basics'), 
                 title_class=> 'inverse',  
                 color => "#993333" &>
                 <& /Ticket/Elements/ShowBasics, Ticket => $Ticket &>
           <& /Elements/TitleBoxEnd &>
 </TD>
-        <TD VALIGN=TOP WIDTH="50%">
+        <TD VALIGN=TOP WIDTH="50%" class="boxcontainer">
           <& /Elements/TitleBoxStart, title => loc("Dates"),
                 title_class=> 'inverse',
                  color => "#663366" &>

Modified: rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary	Thu Jun  3 21:54:54 2004
@@ -23,7 +23,7 @@
 %# END LICENSE BLOCK
       <TABLE WIDTH="100%" class="ticketsummary" >
       <TR>
-	<TD VALIGN=TOP WIDTH="50%">
+	<TD VALIGN=TOP WIDTH="50%" class="boxcontainer">
 	  <& /Elements/TitleBoxStart, title => loc('The Basics'), 
 		title_href =>"$RT::WebPath/Ticket/Modify.html?id=".$Ticket->Id, 
 		title_class=> 'inverse',  
@@ -49,7 +49,7 @@
 	  <& /Elements/TitleBoxEnd &>
 	<BR>
 	</TD>
-	<TD VALIGN=TOP WIDTH="50%">
+	<TD VALIGN=TOP WIDTH="50%" class="boxcontainer">
 
 	  <& /Elements/TitleBoxStart, title => loc("Dates"),
 		title_href =>"$RT::WebPath/Ticket/ModifyDates.html?id=".$Ticket->Id, 

Modified: rt/branches/rt-3.1/html/User/Prefs.html
==============================================================================
--- rt/branches/rt-3.1/html/User/Prefs.html	(original)
+++ rt/branches/rt-3.1/html/User/Prefs.html	Thu Jun  3 21:54:54 2004
@@ -34,7 +34,7 @@
 <TABLE WIDTH=100% BORDER=0>
 <TR>
 
-<TD VALIGN=TOP ROWSPAN=2>
+<TD VALIGN=TOP class="boxcontainer">
 <& /Elements/TitleBoxStart, title => loc('Identity') &>
 
 <input type=hidden name="Name" value="<%$UserObj->Name%>">
@@ -78,7 +78,7 @@
 </table>
 <& /Elements/TitleBoxEnd &>
 </TD>
-<TD VALIGN=TOP>
+<TD VALIGN=TOP class="boxcontainer">
 % unless ($RT::WebExternalAuth and !$RT::WebFallbackToInternalAuth) {
 <& /Elements/TitleBoxStart, title => loc('Password') &>
 <TABLE>
@@ -100,10 +100,7 @@
 </TABLE>
 <& /Elements/TitleBoxEnd &>
 % }
-</TD>
-<TR>
 
-<TD VALIGN=TOP>
 <& /Elements/TitleBoxStart, title => loc('Location') &>
 <table callspacing=0 cellpadding=0>
   <tr>
@@ -142,7 +139,7 @@
 
 
 
-<TD COLSPAN=2 VALIGN=TOP>
+<TD COLSPAN=2 VALIGN=TOP class="boxcontainer">
 %if ($UserObj->Privileged) {
 <BR>
 <& /Elements/TitleBoxStart, title => loc('Signature') &>

Modified: rt/branches/rt-3.1/html/index.html
==============================================================================
--- rt/branches/rt-3.1/html/index.html	(original)
+++ rt/branches/rt-3.1/html/index.html	Thu Jun  3 21:54:54 2004
@@ -54,14 +54,14 @@
 <& /Elements/ListActions, actions => \@results &>    
 <TABLE BORDER=0 WIDTH=100%>
 <TR VALIGN=TOP>
-<TD WIDTH=70%>
+<TD WIDTH=70% class="boxcontainer">
 <& /Elements/MyTickets &>
 <BR>
 <& /Elements/MyRequests &>
 <BR>
 <& /Elements/QuickCreate &>
 </TD>
-<TD>
+<TD class="boxcontainer">
 <& /Elements/Quicksearch &>
 <BR>
 <form method=get action="index.html">


More information about the Rt-commit mailing list