pb2menu 1

include setup_header_include


widget
	type text
	xcent 0
	y 48
	halign center
	text "ADD PROFILE"



widget type text
	xcent 0
	ycent -16
	text "Login Name:"
	halign center

widget
	xcent 0
	ycent 0
	type field
	halign center
	cvar "menu_profile_login"
	nospace
	width 20


widget
	xcent 0
	yrel 32
	halign center
	text "Add"
	command "profile_add $menu_profile_login $menu_profile_login"


include back_include