Esempio n. 1
0
?>
</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 
echo JText::_('COUNT_BACK');
?>
					<input type="checkbox" name="bd_direction" <?php 
echo $this->row->getByDirectionChecked("byday");
?>
  onclick="updateRepeatWarning();"/>
				</div>
			</fieldset>
		</div>
		<div  class="jev_none" id="bysetpos">
			<fieldset><legend><?php