Exemple #1
0
<input type="checkbox" name="bmd_direction"  onclick="fixRepeatDates();"  <?php 
echo $this->row->getByDirectionChecked("bymonthday");
?>
/>
				</div>
			</fieldset>
		</div>
		<div id="byday">
			<fieldset >
				<legend><input type="radio" name="whichby"  id="jevbd" value="bd"  onclick="toggleWhichBy('byday');" /><?php 
echo JText::_('BY_DAY');
?>
</legend>           			
				<div class="checkbox btn-group ">
					<?php 
JEventsHTML::buildWeekDaysCheck($this->row->getByDay_days(), '', "weekdays");
?>
				</div>
			</fieldset>
			<fieldset  id="weekofmonth">
				<legend><?php 
echo JText::_('WHICH_WEEK');
?>
</legend>           			
				<div class="checkbox btn-group ">
					<?php 
JEventsHTML::buildWeeksCheck($this->row->getByDay_weeks(), "", "weeknums");
?>
				</div>
				<div class="countback">
					<?php