[Rt-commit] r3450 - in rt/branches/3.5-TESTING: . html/NoAuth/css
html/Ticket/Elements
trs at bestpractical.com
trs at bestpractical.com
Sat Jul 9 14:52:27 EDT 2005
Author: trs
Date: Sat Jul 9 14:52:26 2005
New Revision: 3450
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
Log:
r4961 at wintermute: tom | 2005-07-09 12:43:02 -0400
Some formatting cleaning up
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/forms.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/forms.css Sat Jul 9 14:52:26 2005
@@ -95,3 +95,9 @@
.submit .extra-buttons { float: left; }
.submit .button { font-size: 0.9em; }
+.input-row {
+ clear: both;
+ padding: 0.25em;
+}
+
+
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/misc.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/misc.css Sat Jul 9 14:52:26 2005
@@ -130,7 +130,6 @@
}
#login-box .input-row {
- clear: both;
padding: 0.5em;
}
Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders (original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders Sat Jul 9 14:52:26 2005
@@ -56,6 +56,7 @@
</%init>
<input type="hidden" class="hidden" name="id" value="<% $Ticket->id %>" />
<input type="hidden" class="hidden" name="update-reminders" value="1" />
+<div>
% while (my $reminder = $reminder_collection->Next) {
% if ($reminder->Status eq 'resolved' && !$ShowCompleted) {
<input type="hidden" class="hidden" name="Complete-Reminder-<% $reminder->id %>" value="1" />
@@ -65,26 +66,27 @@
<& SELF:ShowEntry, Reminder => $reminder, Ticket => $Ticket &>
% }
% }
-<br />
-<br />
-<&|/l&>New reminder:</&><br />
+</div>
+<div>
+<h3><&|/l&>New reminder:</&></h3>
<& SELF:NewReminder, Ticket => $Ticket &>
<%method NewReminder>
<%args>
$Ticket
</%args>
-<div class="horizontal">
+<div class="input-row">
<label class="horizontal" for="NewReminder-Subject" ><&|/l&>Subject</&>:</label>
<input type="text" size="15" name="NewReminder-Subject">
</div>
-<div class="horizontal">
+<div class="input-row">
<label class="horizontal" for="NewReminder-Owner" ><&|/l&>Owner</&>:</label>
<& /Elements/SelectOwner, Name => 'NewReminder-Owner', Queue => $Ticket->QueueObj, DefaultValue => 0 &>
</div>
-<div class="horizontal">
+<div class="input-row">
<label class="horizontal" for="NewReminder-Due" ><&|/l&>Due</&> <&|/l&>(yyyy/mm/dd)</&>:</label>
<& /Elements/SelectDate, Name => "NewReminder-Due", Default => "" &>
</div>
+</div>
</%method>
<%method EditEntry>
<%args>
More information about the Rt-commit
mailing list