pb2menu 1

background none

widget
	type pic
	pic select1bm
	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
	cvar menu_admin_rotfile
	cvar_default "pball/configs/rotation.txt"

widget
	type text
	ycent 32
	xcent -64
	text "[Load]"
	command "cmd rotation load $menu_admin_rotfile ; menu pop"
widget
	type text
	xcent 4
	text "[Cancel]"
	command "menu pop"
