redray
2009-03-08 ada1e6979c92651c13e8538881d2d756c7b54e6d
interface/web/mail/templates/spamfilter_users_edit.htm
@@ -13,7 +13,7 @@
      </div>
      <div class="ctrlHolder">
         <label for="priority">{tmpl_var name='priority_txt'}</label>
        <select name="priority" id="priority" class="selectInput">
        <select name="priority" id="priority" class="selectInput formLengthLimit">
               {tmpl_var name='priority'}
            </select>
      </div>
@@ -33,7 +33,7 @@
         </div>
      <div class="ctrlHolder">
         <label for="local">{tmpl_var name='local_txt'}</label>
        <select name="local" id="local" class="selectInput">
        <select name="local" id="local" class="selectInput formLengthBool">
               {tmpl_var name='local'}
            </select>
      </div>