pb2menu 1

background none

widget
	type pic
	bpic popup1
	picwidth 280
	picheight 100
	xcent 0
	ycent 0
	valign center
	halign center

widget type text
	text "LOAD MAP ROTATION"
	halign center
	xcent 0
	ycent -32

widget type field
	width 30
	xcent 0
	ycent 0
	halign center
	valign center
	cvar menu_admin_rotfile
	cvar_default "pball/configs/rotation.txt"

widget
	type text
	ycent 28
	xcent -48
	halign center
	text "Load"
	command "cmd rotation load $menu_admin_rotfile ; menu pop"

widget
	type text
	xcent 48
	text "Cancel"
	halign center
	command "menu pop"
