diff --git a/cat-functions b/cat-functions index ffbeda5..0e9d006 100644 --- a/cat-functions +++ b/cat-functions @@ -246,7 +246,7 @@ POSITION(){ 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="|" \ --text="Position Reports 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 ONLY for Single Station Requests":LBL \ --field="Call Sign-SSID" \ --field="Comment for Post Position" \ @@ -283,6 +283,11 @@ elif [ "$REPORT" = "All Nearby Stations" ]; then SUBJECT="REQUEST" BODY="WL2K_NEARBY" COMPOSE +elif [ "$REPORT" = "100 Mobile Stations" ]; then + TO="INQUIRY" + SUBJECT="REQUEST" + BODY="WL2K_MOBILES" + COMPOSE fi