[freeside-commits] freeside/rt/share/html/Callbacks/RT-Extension-MobileUI/Ticket/Create.html Init, NONE, 1.1

Mark Wells mark at wavetail.420.am
Wed Apr 27 01:31:04 PDT 2011


Update of /home/cvs/cvsroot/freeside/rt/share/html/Callbacks/RT-Extension-MobileUI/Ticket/Create.html
In directory wavetail.420.am:/tmp/cvs-serv23959/rt/share/html/Callbacks/RT-Extension-MobileUI/Ticket/Create.html

Added Files:
	Init 
Log Message:
RT mobile UI, #11630

--- NEW FILE: Init ---
<%INIT>
if ( defined($RT::Extension::MobileUI::VERSION)
    and RT::Extension::MobileUI::MobileClient() ) {
    RT::Interface::Web::Redirect(
      RT->Config->Get('WebURL').'m/ticket/create?'.
      $m->comp('/Elements/QueryString', %$ARGSRef),
      );
    $m->abort;
}
</%INIT>
<%ARGS>
$ARGSRef => {}
</%ARGS>



More information about the freeside-commits mailing list