diff --git a/procmail/CHANGELOG b/procmail/CHANGELOG index 14cb8d861..54332e5ad 100644 --- a/procmail/CHANGELOG +++ b/procmail/CHANGELOG @@ -1,2 +1,4 @@ ---- Changes since 1.270 ---- Added a button for deleting multiple recipes at once. +---- Changes since 1.390 ---- +Converted all code to use the new Webmin UI library, for a more consistent look. diff --git a/procmail/edit_env.cgi b/procmail/edit_env.cgi index 63e2d9e8e..b6479ca9d 100755 --- a/procmail/edit_env.cgi +++ b/procmail/edit_env.cgi @@ -13,41 +13,29 @@ else { $env = $conf[$in{'idx'}]; } -print "
\n"; &ui_print_footer("", $text{'index_return'}); diff --git a/procmail/edit_inc.cgi b/procmail/edit_inc.cgi index 3c08f25d5..dc09eca15 100755 --- a/procmail/edit_inc.cgi +++ b/procmail/edit_inc.cgi @@ -13,31 +13,25 @@ else { $inc = $conf[$in{'idx'}]; } -print "\n"; &ui_print_footer("", $text{'index_return'}); diff --git a/procmail/edit_recipe.cgi b/procmail/edit_recipe.cgi index 4de5a96e0..c82ee8f80 100755 --- a/procmail/edit_recipe.cgi +++ b/procmail/edit_recipe.cgi @@ -15,111 +15,84 @@ else { $block++ if (defined($rec->{'block'})); } -print "\n"; &ui_print_footer("", $text{'index_return'}); diff --git a/procmail/lang/en b/procmail/lang/en index b9f7dda8b..76c9ae9d4 100644 --- a/procmail/lang/en +++ b/procmail/lang/en @@ -68,6 +68,8 @@ edit_cmode_gt=Mail is bigger than edit_conddesc=For the above action to be carried out, all the conditions below must match. If there are no conditions, the action will always be executed. edit_none=None edit_lock=Specific file +edit_ctype=Condition type +edit_cvalue=Regular expression or command save_err=Failed to save action save_eaction_0=Missing file to append to diff --git a/procmail/manual_form.cgi b/procmail/manual_form.cgi index ea3dbd939..8a96475c6 100755 --- a/procmail/manual_form.cgi +++ b/procmail/manual_form.cgi @@ -6,13 +6,12 @@ require './procmail-lib.pl'; &ui_print_header(undef, $text{'manual_title'}, ""); print &text('manual_desc', "$procmailrc"),"\n"; -print "