[Rt-commit] rt branch, no-prototype, updated. rt-3.8.8-195-g134b7aa

Thomas Sibley trs at bestpractical.com
Mon Aug 2 17:12:01 EDT 2010


The branch, no-prototype has been updated
       via  134b7aa14b3f7080ed060381699c429bbc72a837 (commit)
      from  d9023bfe951560f852c719f6a92969e67cbc32d2 (commit)

Summary of changes:
 share/html/Approvals/Elements/PendingMyApproval |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 134b7aa14b3f7080ed060381699c429bbc72a837
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Aug 2 17:09:12 2010 -0400

    Revert "quote fix" and actually fix the quotes
    
    The value attribute was never supposed to be empty, it was single-quoted
    and the tailing quote was on the other side of the datetime
    interpolation.  Double-quoting the class attribute in an earlier commit
    is what introduced the quote fail.
    
    This reverts commit 68f3200a7daf231bb02d874681fffccb6bd9e6cd.

diff --git a/share/html/Approvals/Elements/PendingMyApproval b/share/html/Approvals/Elements/PendingMyApproval
index 8b128c4..721125d 100755
--- a/share/html/Approvals/Elements/PendingMyApproval
+++ b/share/html/Approvals/Elements/PendingMyApproval
@@ -63,9 +63,9 @@
 <input type="checkbox" class="checkbox" value="1" name="ShowRejected" <% defined($ARGS{'ShowRejected'}) && $ARGS{'ShowRejected'} && qq[checked="checked"] |n%> /> <&|/l&>Show denied requests</&><br />
 <input type="checkbox" class="checkbox" value="1" name="ShowDependent" <% defined($ARGS{'ShowDependent'}) && $ARGS{'ShowDependent'} && qq[checked="checked"] |n%> /> <&|/l&>Show requests awaiting other approvals</&><br />
 
-<&|/l,q{<input size="15" class="ui-datepicker" value=""}.($created_before->Unix > 0 &&$created_before->ISO)."' name='CreatedBefore' id='CreatedBefore' />"&>Only show approvals for requests created before [_1]</&><br />
+<&|/l, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO)."' name='CreatedBefore' id='CreatedBefore' />"&>Only show approvals for requests created before [_1]</&><br />
 
-<&|/l, q{<input size="15" class="ui-datepicker" value=""}.( $created_after->Unix >0 && $created_after->ISO)."' name='CreatedAfter' id='CreatedAfter' />"&>Only show approvals for requests created after [_1]</&>
+<&|/l, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO)."' name='CreatedAfter' id='CreatedAfter' />"&>Only show approvals for requests created after [_1]</&>
 </&>
 
 <%init>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list