mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-16 14:50:13 -07:00
fix #53
This commit is contained in:
parent
15bccf271d
commit
112e46fc6f
@ -246,7 +246,7 @@ POSITION(){
|
|||||||
POST=$(yad --form --width=420 --text-align=center --center --title="Position" --text-align=center \
|
POST=$(yad --form --width=420 --text-align=center --center --title="Position" --text-align=center \
|
||||||
--image $LOGO --window-icon=$LOGO --image-on-top --separator="|" --item-separator="|" \
|
--image $LOGO --window-icon=$LOGO --image-on-top --separator="|" --item-separator="|" \
|
||||||
--text="<b>Position Reports</b> by KM4ACK" \
|
--text="<b>Position Reports</b> by KM4ACK" \
|
||||||
--field="Choose":CB "Post Position|Single Station Request|All Nearby Stations" \
|
--field="Choose":CB "Post Position|Single Station Request|All Nearby Stations|100 Mobile Stations" \
|
||||||
--field="Enter Call Below <b>ONLY</b> for Single Station Requests":LBL \
|
--field="Enter Call Below <b>ONLY</b> for Single Station Requests":LBL \
|
||||||
--field="Call Sign-SSID" \
|
--field="Call Sign-SSID" \
|
||||||
--field="Comment for Post Position" \
|
--field="Comment for Post Position" \
|
||||||
@ -283,6 +283,11 @@ elif [ "$REPORT" = "All Nearby Stations" ]; then
|
|||||||
SUBJECT="REQUEST"
|
SUBJECT="REQUEST"
|
||||||
BODY="WL2K_NEARBY"
|
BODY="WL2K_NEARBY"
|
||||||
COMPOSE
|
COMPOSE
|
||||||
|
elif [ "$REPORT" = "100 Mobile Stations" ]; then
|
||||||
|
TO="INQUIRY"
|
||||||
|
SUBJECT="REQUEST"
|
||||||
|
BODY="WL2K_MOBILES"
|
||||||
|
COMPOSE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user