summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/person/selectmembership.phtml
blob: e226b822dc08fbfb82c8d689606deebcdeaa3ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<h1>Select Membership</h1>
<?php
$this->membershipSelectForm->setAction($this->url());
echo $this->membershipSelectForm;
?>
<script>
$(document).ready(function(){
	$("#membershipID").focus();
});
</script>