Code

Updated table summary
[gosa.git] / gosa-plugins / mail / admin / systems / services / spam / goSpamServerRule.tpl
1 <p>
2 {t}Name{/t}
3 <input type='text' name='name' value='{$name}' >
4 </p>
6 <hr>
8 <h3>{t}Rule{/t}</h3>
9 <textarea name='rule' style='width:100%;'>{$rule}</textarea>
11 <hr>
12 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
13  <button type='submit' name='SaveRule'>
14  {msgPool type=saveButton}</button>&nbsp;
15  <button type='submit' name='CancelRule'>
16  {msgPool type=cancelButton}</button>
17 </div>