name "Settings - Change BIRCH settings"
icon "$BIRCH/public_html/images/birch_black_ico.png"
tip "Set environment variables that govern how BIRCH works"

# - - - - - - - - Command line prompt - - - - - - - - - - 
panel
    var "prompt"
        type        chooser
        label       "Use BIRCH Custom command line prompt? "
<REPLACE defaultnum=BIRCH_PROMPT>
        choices
<REPLACE list=BIRCH_PROMPT>

    var "SetEdit"
        type    button
        label   "Save"
        shell   "$BIRCH/script/BIRCHSettings.py --setvar BIRCH_PROMPT='%PROMPT%' --birchdir $BIRCH"
        close   true

panel        
    var "Help"
        type    button
        label   "Help"
        shell "$BL_Browser $BIRCH/doc/BIRCH/birchadmin/Settings.html"
        close false

