diff --git a/cat-functions b/cat-functions index b2ad741..d8a15ff 100755 --- a/cat-functions +++ b/cat-functions @@ -250,6 +250,7 @@ POST=$(yad --form --width=420 --text-align=center --center --title="Position" -- --field="Enter Call Below ONLY for Single Station Requests":LBL \ --field="Call Sign-SSID" \ --field="Comment for Post Position" \ +--button="Search Positions":3 \ --button="Main Menu":1 \ --button="Continue":2) @@ -260,6 +261,8 @@ $MAIN & exit elif [ $QUIT = 252 ]; then exit +elif [ $QUIT = 3 ]; then +$MYPATH/keyword-search & exit fi REPORT=$(echo $POST | awk -F "|" '{print $1}')