Tidying
This commit is contained in:
parent
8474a2dd74
commit
c5c35a552d
|
@ -490,7 +490,7 @@ function menu_users {
|
||||||
data=$(tempfile 2>/dev/null)
|
data=$(tempfile 2>/dev/null)
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle "Freedombone Control Panel" \
|
dialog --backtitle "Freedombone Control Panel" \
|
||||||
--title "Control Panel" \
|
--title "Manage Users" \
|
||||||
--radiolist "Choose an operation:" 12 70 5 \
|
--radiolist "Choose an operation:" 12 70 5 \
|
||||||
1 "Add a user" off \
|
1 "Add a user" off \
|
||||||
2 "Delete a user" off \
|
2 "Delete a user" off \
|
||||||
|
@ -521,10 +521,10 @@ function menu_top_level {
|
||||||
--title "Control Panel" \
|
--title "Control Panel" \
|
||||||
--radiolist "Choose an operation:" 13 70 6 \
|
--radiolist "Choose an operation:" 13 70 6 \
|
||||||
1 "Backup and Restore" off \
|
1 "Backup and Restore" off \
|
||||||
2 "Turn logging on/off" off \
|
2 "Logging on/off" off \
|
||||||
3 "Manage users" off \
|
3 "Manage Users" off \
|
||||||
4 "Email filtering rules" off \
|
4 "Email Filtering Rules" off \
|
||||||
5 "Security settings" off \
|
5 "Security Settings" off \
|
||||||
6 "Exit" on 2> $data
|
6 "Exit" on 2> $data
|
||||||
sel=$?
|
sel=$?
|
||||||
case $sel in
|
case $sel in
|
||||||
|
|
Loading…
Reference in New Issue