[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-121-g9031c98

Ruslan Zakirov ruz at bestpractical.com
Thu Dec 3 18:21:41 EST 2009


The branch, 3.8-trunk has been updated
       via  9031c9822980b842125f3e989660bf037fc4395c (commit)
      from  9af5e79efcad3e8bffc9c2fe97d3fabc53f42cac (commit)

Summary of changes:
 share/html/Elements/CreateTicket |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 9031c9822980b842125f3e989660bf037fc4395c
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Tue Dec 1 13:27:28 2009 +0300

    Implement $SendTo in CreateTicket

diff --git a/share/html/Elements/CreateTicket b/share/html/Elements/CreateTicket
index 9c8f3aa..fd2ba9e 100755
--- a/share/html/Elements/CreateTicket
+++ b/share/html/Elements/CreateTicket
@@ -45,6 +45,9 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<form action="<% RT->Config->Get('WebPath') %>/Ticket/Create.html" name="CreateTicketInQueue" id="CreateTicketInQueue">
-<&|/l, $m->scomp('/Elements/SelectNewTicketQueue', OnChange => 'document.CreateTicketInQueue.submit()')&><input type="submit" class="button" value="New ticket in" />&nbsp;[_1]</&>
+<form action="<% RT->Config->Get('WebPath') %><% $SendTo %>" name="CreateTicketInQueue" id="CreateTicketInQueue">
+<&|/l, $m->scomp('/Elements/SelectNewTicketQueue', OnChange => 'document.CreateTicketInQueue.submit()', SendTo => $SendTo ) &><input type="submit" class="button" value="New ticket in" />&nbsp;[_1]</&>
 </form>
+<%ARGS>
+$SendTo => '/Ticket/Create.html',
+</%ARGS>

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


More information about the Rt-commit mailing list