[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.9-13-g108b64c

Alex Vandiver alexmv at bestpractical.com
Thu Nov 13 15:16:56 EST 2014


The branch, 4.2-trunk has been updated
       via  108b64c60f6a318563ef0959b97ff24078b47a9e (commit)
      from  40d49ab6a883955a4c41c61d49b5f38bcadc468f (commit)

Summary of changes:
 share/html/Admin/Elements/ModifyTemplate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 108b64c60f6a318563ef0959b97ff24078b47a9e
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Wed Nov 12 11:27:24 2014 -0600

    increase size of input for template name
    
    There exists template names that are too long to be completely displayed
    when the size of this input is 20. Instead of going to to the next
    arbitrary multiple of 20, go directly to 80 to match the Description and
    Content size.

diff --git a/share/html/Admin/Elements/ModifyTemplate b/share/html/Admin/Elements/ModifyTemplate
index dd47c4f..e2de055 100644
--- a/share/html/Admin/Elements/ModifyTemplate
+++ b/share/html/Admin/Elements/ModifyTemplate
@@ -48,7 +48,7 @@
 <table>
 <tr>
 <td class="label"><&|/l&>Name</&>:</td>
-<td class="value"><input name="Name" value="<%$Name||''%>" size="20" /></td>
+<td class="value"><input name="Name" value="<%$Name||''%>" size="80" /></td>
 </tr>
 <tr>
 <td class="label"><&|/l&>Description</&>:</td>

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


More information about the rt-commit mailing list