diff options
Diffstat (limited to 'rt/html/Elements/QuickCreate')
| -rw-r--r-- | rt/html/Elements/QuickCreate | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/rt/html/Elements/QuickCreate b/rt/html/Elements/QuickCreate index bad7503b7..75b3a4598 100644 --- a/rt/html/Elements/QuickCreate +++ b/rt/html/Elements/QuickCreate @@ -47,11 +47,11 @@  %# END BPS TAGGED BLOCK }}}  <div class="quick-create">  <&| /Widgets/TitleBox, 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" class="hidden" name="QuickCreate" value="1" />  <table>  <tr><td> -<&|/l&>Subject</&>:<br /><input size="15" name="Subject" /> +<&|/l&>Subject</&>:<br /><input size="30" name="Subject" />  </td><td>  <&|/l&>Queue</&>:<br /><& /Elements/SelectNewTicketQueue, Name => 'Queue', ShowNullOption => 0 &>  </td><td> | 
