cfoe
2012-07-04 0e269484a97a41dac8765449cf6f6d52aad6ca69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<h2><tmpl_var name="list_head_txt"></h2>
<p><tmpl_var name="list_desc_txt"></p>
 
<div class="panel panel_spamfilter_config">
 
    <div class="pnl_formsarea">
        <fieldset id="wf_area_spamfilter_config">
            <span class="wf_oneField">
                <label for="module" class="wf_preField">{tmpl_var name='module_txt'}</label>
                <select id="module" name="module">{tmpl_var name='module'}</select>
            </span>
            <span class="wf_oneField">
                <label for="maildir_path" class="wf_preField">{tmpl_var name='maildir_path_txt'}</label>
                <input type="text" id="maildir_path" name="maildir_path" value="{tmpl_var name='maildir_path'}" size="40" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="homedir_path" class="wf_preField">{tmpl_var name='homedir_path_txt'}</label>
                <input type="text" id="homedir_path" name="homedir_path" value="{tmpl_var name='homedir_path'}" size="40" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="mailuser_uid" class="wf_preField">{tmpl_var name='mailuser_uid_txt'}</label>
                <input type="text" id="mailuser_uid" name="mailuser_uid" value="{tmpl_var name='mailuser_uid'}" size="10" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="mailuser_gid" class="wf_preField">{tmpl_var name='mailuser_gid_txt'}</label>
                <input type="text" id="mailuser_gid" name="mailuser_gid" value="{tmpl_var name='mailuser_gid'}" size="10" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="mailuser_name" class="wf_preField">{tmpl_var name='mailuser_name_txt'}</label>
                <input type="text" id="mailuser_name" name="mailuser_name" value="{tmpl_var name='mailuser_name'}" size="10" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="mailuser_group" class="wf_preField">{tmpl_var name='mailuser_group_txt'}</label>
                <input type="text" id="mailuser_group" name="mailuser_group" value="{tmpl_var name='mailuser_group'}" size="10" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="relayhost" class="wf_preField">{tmpl_var name='relayhost_txt'}</label>
                <input type="text" id="relayhost" name="relayhost" value="{tmpl_var name='relayhost'}" size="40" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="relayhost_user" class="wf_preField">{tmpl_var name='relayhost_user_txt'}</label>
                <input type="text" id="relayhost_user" name="relayhost_user" value="{tmpl_var name='relayhost_user'}" size="40" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="relayhost_password" class="wf_preField">{tmpl_var name='relayhost_password_txt'}</label>
                <input type="text" id="relayhost_password" name="relayhost_password" value="{tmpl_var name='relayhost_password'}" size="40" maxlength="255">
            </span>
            <span class="wf_oneField">
                <label for="mailbox_size_limit" class="wf_preField">{tmpl_var name='mailbox_size_limit_txt'}</label>
                <input type="text" id="mailbox_size_limit" name="mailbox_size_limit" value="{tmpl_var name='mailbox_size_limit'}" size="10" maxlength="15">
            </span>
            <span class="wf_oneField">
                <label for="message_size_limit" class="wf_preField">{tmpl_var name='message_size_limit_txt'}</label>
                <input type="text" id="message_size_limit" name="message_size_limit" value="{tmpl_var name='message_size_limit'}" size="10" maxlength="15">
            </span>
        </fieldset>
 
        <input type="hidden" name="id" value="{tmpl_var name='id'}">
 
        <div class="wf_actions buttons">
            <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','mail/spamfilter_config_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
            <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('mail/spamfilter_config_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
        </div>
    </div>
 
</div>