[freeside-commits] freeside/rt/html/Elements QuickCreate, 1.1.1.2, 1.1.1.2.4.1

Ivan,,, ivan at wavetail.420.am
Wed Jun 20 15:58:12 PDT 2007


Update of /home/cvs/cvsroot/freeside/rt/html/Elements
In directory wavetail:/tmp/cvs-serv14224/html/Elements

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	QuickCreate 
Log Message:
add QuickCreateLong option, part of merging spiritone RT changes

Index: QuickCreate
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Elements/QuickCreate,v
retrieving revision 1.1.1.2
retrieving revision 1.1.1.2.4.1
diff -u -d -r1.1.1.2 -r1.1.1.2.4.1
--- QuickCreate	15 Oct 2005 09:10:09 -0000	1.1.1.2
+++ QuickCreate	20 Jun 2007 22:58:10 -0000	1.1.1.2.4.1
@@ -44,12 +44,12 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <& /Elements/TitleBoxStart, title => loc('Quick ticket creation') &>
-<form method="post" action="<%$RT::WebPath%>/index.html">
+<form method="post" action="<%$RT::WebPath%>/<% $RT::QuickCreateLong ? 'Ticket/Create.html' : 'index.html' %>">
 <input type="hidden" name="QuickCreate" value="1">
 <table>
 <tr>
 <td>
-<font size="-2"><&|/l&>Subject</&>:<br><input size="15" name="Subject"></font>
+<font size="-2"><&|/l&>Subject</&>:<br><input size="30" name="Subject"></font>
 </td>
 <td>
 <font size="-2"><&|/l&>Queue</&>:<br><& /Elements/SelectQueue, Name => 'Queue', ShowNullOption => 0 &></font>



More information about the freeside-commits mailing list