mcramer
2012-10-31 7e48bdf4e952f7b700e64e4cd8cb190bfc630ef9
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 template_name';
$app->listform_actions->onLoad();
?>