Пример #1
0
        			</small>
        			<?php 
}
?>
      		</div>

          <div class="el_date el_endtime floattext">
              <label for="el_endtime">
                  <?php 
echo JText::_('ENDTIME') . ':';
?>
              </label>
        			<?php 
/* <input class="inputbox validate-time" id="el_endtime" name="endtimes" value="<?php echo substr($this->row->endtimes, 0, 5); ?>" size="15" maxlength="8" />&nbsp; */
echo ELHelper::buildtimeselect(23, 'endhours', substr($this->row->endtimes, 0, 2)) . ' : ';
echo ELHelper::buildtimeselect(59, 'endminutes', substr($this->row->endtimes, 4, 6));
?>
        			<small class="editlinktip hasTip" title="<?php 
echo JText::_('NOTES');
?>
::<?php 
echo JText::_('ENDTIME HINT');
?>
">
        			    <?php 
echo $this->infoimage;
?>
        			</small>
      		</div>

        </fieldset>