[otrs-cvs] otrs/Kernel/Output/HTML/Standard AdminProcessManagementTransitionAction.dtl, 1.11, 1.12

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv22685/Kernel/Output/HTML/Standard

Modified Files:
	AdminProcessManagementTransitionAction.dtl 
Log Message:
Fixed bug#9059 - Process Management: transition actions module field too short.

Author: mn

Index: AdminProcessManagementTransitionAction.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransitionAction.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -2 -u -d -r1.11 -r1.12
--- AdminProcessManagementTransitionAction.dtl	27 Nov 2012 11:58:08 -0000	1.11
+++ AdminProcessManagementTransitionAction.dtl	21 Jan 2013 13:56:00 -0000	1.12
@@ -1,5 +1,5 @@
 # --
 # AdminProcessManagementTransitionAction.dtl - provides HTML for AdminProcessManagement
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -52,5 +52,5 @@
                             <label class="Mandatory" for="Name"><span class="Marker">*</span> $Text{"Transition Action Name"}:</label>
                             <div class="Field">
-                                <input type="text" name="Name" id="Name" value="$QData{"Name"}" class="W50pc Validate_Required $QData{"NameServerError"}" maxlength="70"/>
+                                <input type="text" name="Name" id="Name" value="$QData{"Name"}" class="W90pc Validate_Required $QData{"NameServerError"}" maxlength="70"/>
                                 <div id="NameError" class="TooltipErrorMessage">
                                     <p>$Text{"This field is required."}</p>
@@ -65,5 +65,5 @@
                             <label class="Mandatory" for="Module"><span class="Marker">*</span> $Text{"Transition Action Module"}:</label>
                             <div class="Field">
-                                <input type="text" name="Module" id="Module" value="$QData{"Module"}" class="W50pc Validate_Required $QData{"ModuleServerError"}" maxlength="70"/>
+                                <input type="text" name="Module" id="Module" value="$QData{"Module"}" class="W90pc Validate_Required $QData{"ModuleServerError"}" maxlength="120"/>
                                 <div id="ModuleError" class="TooltipErrorMessage">
                                     <p>$Text{"This field is required."}</p>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.