ftimme
2013-01-23 7c7d9f375e91f33fc84dd4f41cf293e7d3ec4e7b
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();
?>