[otrs-cvs] otrs/Kernel/Output/HTML/Standard AdminProcessManagementTransitionAction.dtl, 1.13, 1.14
"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-serv9203/Kernel/Output/HTML/Standard
Modified Files:
AdminProcessManagementTransitionAction.dtl
Log Message:
Fixed a problem, that when deleting the last key/value pair in a transition action, you couldn't add new ones. Also changed the type of buttons to not send form automatically on pressing enter.
Author: mn
Index: AdminProcessManagementTransitionAction.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransitionAction.dtl,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- AdminProcessManagementTransitionAction.dtl 22 Jan 2013 11:50:17 -0000 1.13
+++ AdminProcessManagementTransitionAction.dtl 28 Jan 2013 10:25:10 -0000 1.14
@@ -92,5 +92,5 @@
<label for="ConfigValue[$QData{"Index"}]">$Text{"Value"}:</label>
<input type="text" value="$QData{"Value"}" name="ConfigValue[$QData{"Index"}]" id="ConfigValue[$QData{"Index"}]" />
- <button class="Remove" title="$Text{"Remove this Parameter"}">
+ <button class="Remove" type="button" title="$Text{"Remove this Parameter"}">
$Text{"Remove this Parameter"}
</button>
---------------------------------------------------------------------
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