[Rt-commit] r14199 - in rt/branches/3.999-DANGEROUS: . share/html/Ticket
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Jul 17 02:50:03 EDT 2008
Author: sunnavy
Date: Thu Jul 17 02:49:45 2008
New Revision: 14199
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/SelfService/Create.html
rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html
Log:
r14603 at sunnavys-mb: sunnavy | 2008-07-17 14:19:58 +0800
name fixes
Modified: rt/branches/3.999-DANGEROUS/share/html/SelfService/Create.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/SelfService/Create.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/SelfService/Create.html Thu Jul 17 02:49:45 2008
@@ -65,7 +65,7 @@
<&|/l&>Requestors</&>:
</td>
<td class="value">
-<& /Elements/EmailInput, name => 'Requestors', Size => '20', default => Jifty->web->current_user->email &>
+<& /Elements/EmailInput, name => 'requestors', Size => '20', default => Jifty->web->current_user->email &>
</td>
</tr>
<tr>
Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/Create.html Thu Jul 17 02:49:45 2008
@@ -84,7 +84,7 @@
<&|/l&>Requestors</&>:
</td>
<td class="value" colspan="5">
- <& /Elements/EmailInput, name => 'Requestors', Size => '40', default => $ARGS{requestors} || Jifty->web->current_user->email &>
+ <& /Elements/EmailInput, name => 'requestors', Size => '40', default => $ARGS{requestors} || Jifty->web->current_user->email &>
</td>
</tr>
<tr>
More information about the Rt-commit
mailing list