Line | |
---|
1 | <style type="text/css"> |
---|
2 | .property {ldelim} |
---|
3 | width:auto !important; |
---|
4 | } |
---|
5 | </style> |
---|
6 | |
---|
7 | <div class="titrePage"> |
---|
8 | <h2>Comments Blacklist</h2> |
---|
9 | </div> |
---|
10 | |
---|
11 | <form method="post" action="" class="properties"> |
---|
12 | <fieldset> |
---|
13 | <ul> |
---|
14 | <li> |
---|
15 | <span class="property">{'Action'|@translate}</span> |
---|
16 | <label><input type="radio" name="action" value="moderate" {if $action=='moderate'}checked="checked"{/if}> {'Moderate'|@translate}</label> |
---|
17 | <label><input type="radio" name="action" value="reject" {if $action=='reject'}checked="checked"{/if}> {'Reject'|@translate}</label> |
---|
18 | </li> |
---|
19 | <li> |
---|
20 | <span class="property">{'Blacklist'|@translate} <span style="font-weight:normal;">({'one word per line, case insensitive'|@translate})</span></span> |
---|
21 | <br> |
---|
22 | <textarea name="content" style="width:500px;height:300px;">{$blacklist}</textarea> |
---|
23 | </li> |
---|
24 | </ul> |
---|
25 | </fieldset> |
---|
26 | |
---|
27 | <p style="text-align:left;"><input type="submit" name="save_config" value="{'Save Settings'|@translate}"></p> |
---|
28 | |
---|
29 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.