Increase email entry box length

This commit is contained in:
Bob Mottram 2016-03-05 09:11:15 +00:00
parent 0b2bae6e5d
commit ba8c587a0d
2 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ function block_unblock_email {
dialog --backtitle $"Freedombone Control Panel" \ dialog --backtitle $"Freedombone Control Panel" \
--title "$blockstr $SELECTED_USERNAME" \ --title "$blockstr $SELECTED_USERNAME" \
--form "\n" 8 65 3 \ --form "\n" 8 65 3 \
$"When email arrives from address:" 1 1 "" 1 35 24 28 \ $"When email arrives from address:" 1 1 "" 1 35 24 100 \
$"Block it:" 2 1 "yes" 2 35 4 4 \ $"Block it:" 2 1 "yes" 2 35 4 4 \
2> $data 2> $data
sel=$? sel=$?

View File

@ -283,7 +283,7 @@ function block_unblock_email {
dialog --backtitle $"Freedombone User Control Panel" \ dialog --backtitle $"Freedombone User Control Panel" \
--title "$blockstr" \ --title "$blockstr" \
--form "\n" 8 65 3 \ --form "\n" 8 65 3 \
$"When email arrives from address:" 1 1 "" 1 35 24 28 \ $"When email arrives from address:" 1 1 "" 1 35 24 100 \
$"Block it:" 2 1 "yes" 2 35 4 4 \ $"Block it:" 2 1 "yes" 2 35 4 4 \
2> $data 2> $data
sel=$? sel=$?