quentusrex
2008-10-30 620df024f3d8960a89eb4ed71d3ea61e2b9aa3db
Now a client can view e-mail filters created by admin, but the client can't edit them. The client can submit a change, but it isn't input in the database, nor is the client told that the changes aren't made.
1 files modified
2 ■■■ changed files
interface/web/mail/form/mail_user_filter.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/form/mail_user_filter.tform.php
@@ -42,7 +42,7 @@
$form["db_history"]        = "no";
$form["tab_default"]    = "filter";
$form["list_default"]    = "mail_user_filter_list.php";
$form["auth"]            = 'yes'; // yes / no
$form["auth"]            = 'no'; // yes / no
$form["auth_preset"]["userid"]  = 0; // 0 = id of the user, > 0 id must match with id of current user
$form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user