dialog widths
This commit is contained in:
parent
32e380191e
commit
667a4517d9
|
@ -126,12 +126,12 @@ function configure_interactive_turtl_signups {
|
||||||
0)
|
0)
|
||||||
turtl_enable_registrations
|
turtl_enable_registrations
|
||||||
dialog --title $"Allow new turtl signups" \
|
dialog --title $"Allow new turtl signups" \
|
||||||
--msgbox $"New turtl user registrations are now allowed" 6 40
|
--msgbox $"New turtl user registrations are now allowed" 6 60
|
||||||
return;;
|
return;;
|
||||||
1)
|
1)
|
||||||
turtl_disable_registrations
|
turtl_disable_registrations
|
||||||
dialog --title $"Disable new turtl signups" \
|
dialog --title $"Disable new turtl signups" \
|
||||||
--msgbox $"New turtl user registrations are now disabled" 6 40
|
--msgbox $"New turtl user registrations are now disabled" 6 60
|
||||||
return;;
|
return;;
|
||||||
255) return;;
|
255) return;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue