[Rt-commit] rt branch, create-action, updated. c0d342e410d5e0f2ddfc1786552ee063ad88d49c

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 1 04:20:49 EDT 2009


The branch, create-action has been updated
       via  c0d342e410d5e0f2ddfc1786552ee063ad88d49c (commit)
      from  311a5252a19aed3487b29343c1d8ff64a28ee266 (commit)

Summary of changes:
 share/html/Ticket/Create.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit c0d342e410d5e0f2ddfc1786552ee063ad88d49c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Sep 1 04:20:38 2009 -0400

    Fix overzealous lowercasing

diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
index 4c70873..e5e52ca 100755
--- a/share/html/Ticket/Create.html
+++ b/share/html/Ticket/Create.html
@@ -107,7 +107,7 @@
 </tr>
 <tr>
 <td class="label">
-<&|/l&>subject</&>:
+<&|/l&>Subject</&>:
 </td>
 <td class="value" colspan="5">
 <input name="subject" size="60" maxsize="200" value="<%$ARGS{subject} || ''%>" />
@@ -158,7 +158,7 @@
 
 <tr>
 <td colspan="6">
-<&|/l&>describe the issue below</&>:<br />
+<&|/l&>Describe the issue below</&>:<br />
 % $m->callback( %ARGS, queue_obj => $queue_obj, callback_name => 'BeforeMessageBox' );
 % if (exists $ARGS{content}) {
 <& /Elements/MessageBox, default => $ARGS{content}, include_signature => 0 &>

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


More information about the Rt-commit mailing list