mcramer
2013-07-16 2b91b03d06d6d30cc120406cf0e98bbeaaec5717
interface/web/dns/dns_template_list.php
@@ -16,8 +16,9 @@
$app->auth->check_module_permissions('dns');
$app->uses('listform_actions');
// $app->listform_actions->SQLExtWhere = "access = 'REJECT'";
// $app->listform_actions->SQLExtWhere = "dns_template.access = 'REJECT'";
$app->listform_actions->SQLOrderBy = 'ORDER BY dns_template.name';
$app->listform_actions->onLoad();