Code

Updated Image Production.
[gosa.git] / plugins / admin / systems / goSpamServer.tpl
index 745ff497d36b2fcac10e2430da17b6188d78904f..8952c8373be5c1b60b067ccab0cf820271dcea1a 100644 (file)
@@ -16,7 +16,9 @@
       {t}Required score{/t}      
      </td>
      <td>
-      <input type='text' name='saRequiredScore' value='{$saRequiredScore}' {$saRequiredScoreACL}>
+      <select name='saRequiredScore' title='{t}Select required score to tag mail as spam{/t}'>
+       {html_options options=$SpamScore selected=$saRequiredScore}
+      </select>
      </td>
     </tr>
    </table>
   </td>
 </table>
 <input type='hidden' value='1' name='goSpamServer'>
+
+{if !$servtabs}
+<p class='seperator'>&nbsp;</p>
+<p>
+<div style="width:100%; text-align:right;">
+    <input type='submit' name='SaveService' value='{t}Save{/t}'>
+    &nbsp;
+    <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
+</div>
+</p>
+{/if}
+