mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix to use alert instead of text message
This commit is contained in:
@@ -42,7 +42,7 @@ else {
|
||||
# Check if config is from Virtualmin
|
||||
@conf = &get_procmailrc();
|
||||
if (&check_virtualmin_config(\@conf)) {
|
||||
print "<b>",$text{'index_virtualmin'},"</b><p>\n";
|
||||
print &ui_alert_box($text{'index_virtualmin'}, 'warn');
|
||||
}
|
||||
|
||||
# Build links for adding things
|
||||
|
||||
@@ -2,7 +2,7 @@ index_title=Procmail Mail Filter
|
||||
index_procmail=Procmail mail filter
|
||||
index_desc_other=The procmail actions below from $1 will apply to <b>all</b> email delivered to users on your system. However, they will only be used if Procmail is installed and your mail server is configured to use it.
|
||||
index_mserr=Warning - any rules defined below will not be used : $1
|
||||
index_virtualmin=Warning - your system's procmail configuration was created by Virtualmin to allow per-domain spam and virus filtering. Changing it here may interfere with Virtualmin's functionality.
|
||||
index_virtualmin=Your system's procmail configuration was created by Virtualmin to allow per-domain spam and virus filtering. Changing it here may interfere with Virtualmin's functionality.
|
||||
index_action=Action to take
|
||||
index_conds=Conditions
|
||||
index_move=Move
|
||||
|
||||
Reference in New Issue
Block a user