switch to templated sieve editor; disable old.
[citadel.git] / webcit / static / t / sieve / display_one.html
index 836109883574ef37dd4de466b14c8d7d1e0440b0..1d7165402189b5dcef8707a59b4a5f3c2efe8af9 100644 (file)
@@ -90,8 +90,8 @@
 <td width=10% align="center"><?_("and then")></td>
 <td width=20%>
 <select name="final<?ITERATE:N>" id="final<?ITERATE:N>" size=1 onChange="UpdateRules();">
-<option <?%("COND:SIEVE:FINAL", 1, 0, 0, #"continue", "select", "")> value="continue"><?_("continue processing")></option>
-<option <?%("COND:SIEVE:FINAL", 1, 0, 0, #"stop", "select", "")> value="stop"><?_("stop")></option>
+<option <?%("COND:SIEVE:FINAL", 1, 0, #"continue", "selected", "")> value="continue"><?_("continue processing")></option>
+<option <?%("COND:SIEVE:FINAL", 1, 0, #"stop", "selected", "")> value="stop"><?_("stop")></option>
 </select>
 </td>
 </tr>