mcramer
2013-07-12 deb58f07341ee3c79faccb929c7dc23d43cecd4e
interface/web/client/client_template_list.php
@@ -44,5 +44,6 @@
if(!$_SESSION["s"]["user"]["typ"] == 'admin') die('Client-Templates are only for Admins.');
$app->uses('listform_actions');
$app->listform_actions->SQLOrderBy = 'ORDER BY client_template.template_name';
$app->listform_actions->onLoad();
?>