The templete calendar jump
<form action="calendar.php" method="get">
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="month" value="$month" />
<input type="hidden" name="year" value="$year" />
<input type="hidden" name="do" value="$docalendar" />
<strong>$vbphrase[calendar_jump]</strong><br />
<select name="c" onchange="this.form.submit();">
<optgroup label="$vbphrase[please_select_one]">
$jumpcalendarbits
</optgroup>
</select>$gobutton
</div>
</form>
To this part changed :
<select name="c" onchange="this.form.submit();">
<optgroup label="$vbphrase[please_select_one]" >
$jumpcalendarbits
</optgroup>
<optgroup label="Blue Lodge Member" >
$jumpcalendarbits_bl
</optgroup>
<optgroup label="Scottish Rite Member" >
$jumpcalendarbits_sr
</optgroup>
<optgroup label="York Rite Member" >
$jumpcalendarbits_yr
</optgroup>
<optgroup label="Shrine Member" >
$jumpcalendarbits_s
</optgroup>
<optgroup label="Administrators" >
$jumpcalendarbits_a
</optgroup>
</select>$gobutton
So you need to understand that I have already fixed the permisions system to support the filtering that way - but i need to add the functulity to filter a lot more then the permisom system will support so I will have and need the information asked in the prevouse posting to this thread to help me figure out that peice.
THANKS
Frank H. Shaw
|