mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix button id to be more distinctive for easier styling
This commit is contained in:
@@ -135,7 +135,7 @@ $bottom_form = 'data-outside-of-viewport' if ($bottom);
|
||||
if ($access{'mode'} != 3 || !$doneheader) {
|
||||
print &ui_form_start("edit_poll.cgi", "get", undef, $bottom_form);
|
||||
print &ui_hidden("view", 1);
|
||||
print &ui_submit($text{'index_ok'});
|
||||
print &ui_submit($text{'index_fadd'});
|
||||
print &unix_user_input("user");
|
||||
print &ui_form_end();
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ index_run=Check all servers
|
||||
index_global=Edit default settings.
|
||||
index_user=Unix user
|
||||
index_conf=Fetchmail configuration
|
||||
index_ok=Add Fetchmail server for user:
|
||||
index_fadd=Add Fetchmail server for user
|
||||
index_file=Fetchmail configuration in $1
|
||||
index_return=server list
|
||||
index_start=Start Fetchmail Daemon
|
||||
|
||||
Reference in New Issue
Block a user