|
@@ -490,7 +490,7 @@ function menu_users {
|
490
|
490
|
data=$(tempfile 2>/dev/null)
|
491
|
491
|
trap "rm -f $data" 0 1 2 5 15
|
492
|
492
|
dialog --backtitle "Freedombone Control Panel" \
|
493
|
|
- --title "Control Panel" \
|
|
493
|
+ --title "Manage Users" \
|
494
|
494
|
--radiolist "Choose an operation:" 12 70 5 \
|
495
|
495
|
1 "Add a user" off \
|
496
|
496
|
2 "Delete a user" off \
|
|
@@ -521,10 +521,10 @@ function menu_top_level {
|
521
|
521
|
--title "Control Panel" \
|
522
|
522
|
--radiolist "Choose an operation:" 13 70 6 \
|
523
|
523
|
1 "Backup and Restore" off \
|
524
|
|
- 2 "Turn logging on/off" off \
|
525
|
|
- 3 "Manage users" off \
|
526
|
|
- 4 "Email filtering rules" off \
|
527
|
|
- 5 "Security settings" off \
|
|
524
|
+ 2 "Logging on/off" off \
|
|
525
|
+ 3 "Manage Users" off \
|
|
526
|
+ 4 "Email Filtering Rules" off \
|
|
527
|
+ 5 "Security Settings" off \
|
528
|
528
|
6 "Exit" on 2> $data
|
529
|
529
|
sel=$?
|
530
|
530
|
case $sel in
|