pb2menu 1

background none

widget
	type pic
	bpic popup1
	picwidth 180
	picheight 80
	xcent 0
	ycent 0
	valign center
	halign center

widget type text
	text "Admin (OP) Login:"
	halign center
	valign center
	xcent 0
	ycent -20

widget type field
	password
	width 12
	xcent 0
	ycent 0
	halign center
	valign center
	cvar menu_admin_login


widget
	type text
	ycent 20
	xcent -40
	valign center
	halign center
	text "Login"
	command "cmd login $menu_admin_login; unset menu_admin_login; menu pop"
widget
	type text
	xcent 40
	valign center
	halign center
	text "Cancel"
	command "unset menu_admin_login; menu pop"
