tbrehm
2009-01-11 b67e4fbd493eb5c0bee7480a0dc19ab8112857ab
Fixed: FS#396 - Email Filter + cancel button
1 files modified
2 ■■■ changed files
interface/web/mail/templates/mail_user_filter_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/mail/templates/mail_user_filter_edit.htm
@@ -30,7 +30,7 @@
    <div class="wf_actions buttons">
      <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','mail/mail_user_filter_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
      <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('mail/mail_user_filter_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
      <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('mail/mail_user_edit.php?id={tmpl_var name='mailuser_id'}');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
    </div>
  </div>