[freeside-commits] freeside/rt/share/html/Callbacks/RT-Extension-MobileUI/index.html Initial, NONE, 1.1
Mark Wells
mark at wavetail.420.am
Wed Apr 27 01:31:04 PDT 2011
- Previous message: [freeside-commits] freeside/rt/share/html/Callbacks/RT-Extension-MobileUI/Ticket/Display.html Initial, NONE, 1.1
- Next message: [freeside-commits] freeside/rt/share/html/m dhandler, NONE, 1.1 index.html, NONE, 1.1 login, NONE, 1.1 logout, NONE, 1.1 style.css, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/rt/share/html/Callbacks/RT-Extension-MobileUI/index.html
In directory wavetail.420.am:/tmp/cvs-serv23959/rt/share/html/Callbacks/RT-Extension-MobileUI/index.html
Added Files:
Initial
Log Message:
RT mobile UI, #11630
--- NEW FILE: Initial ---
<%init>
# avoid fatal errors if the extension isn't loaded
if ( defined( $RT::Extension::MobileUI::VERSION )
and RT::Extension::MobileUI->MobileClient()) {
my $path = 'm';
if ( $ARGSRef->{'q'} ) {
$path = "m/tickets/search?q=". $m->interp->apply_escapes($ARGSRef->{'q'});
}
RT::Interface::Web::Redirect( RT->Config->Get('WebURL') . $path);
} else {
return
}
</%init>
<%ARGS>
$ARGSRef => {}
</%ARGS>
- Previous message: [freeside-commits] freeside/rt/share/html/Callbacks/RT-Extension-MobileUI/Ticket/Display.html Initial, NONE, 1.1
- Next message: [freeside-commits] freeside/rt/share/html/m dhandler, NONE, 1.1 index.html, NONE, 1.1 login, NONE, 1.1 logout, NONE, 1.1 style.css, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list