
# stolen from /usr/lib/lu/menu/Help

title=`gettext "Pkgadm Help Information"`

wrap=true
columns=`expr $DISPLAYW - 4`
# rows=11 only works realy well if window is 80 columns
rows=11

#I think this is what lets us more easily redefine the function keys
#altslks=true

framemsg=`gettext "Press the CANCEL function key to return to main menu."`

#`gettext "Strike the CANCEL function key to return to main menu(F6)." | message`

text=`gettext "Pkgadm - package administration"`\
`gettext "This program gives you a hopefully easy way to add and delete packages."`\
`gettext "You can install packages from a local filesystem, or automatically download them from a SunFreeware.com mirror."`"\n"\
`gettext "The 8 highlighted blocks at the bottom of the screen stand for FUNCTION KEYS. They are grouped in fours, just like yours probably are.\n"`\
`gettext "For example, at the Pkgadm Main Menu, F3 will 'ENTER' a section."`\
`gettext "F6 will EXIT."`\
`gettext "Similarly, F6 should CANCEL the display of this help window."`\
`gettext "For choosing items, use either arrow keys, or the first letter."`

# "button 14" somehow maps to F6. Huh??
name=`gettext "CANCEL"`
button=14
action=cancel

name=
button=15
action=nop

name=
button=16
action=nop
