コード例 #1
0
ファイル: edit.php プロジェクト: sumudinie/hubzero-cms
					<input type="text" name="title" id="field-title" maxlength="250" value="<?php 
echo $this->escape(html_entity_decode(stripslashes($this->row->title)));
?>
" /></td>
				</div>

				<div class="input-wrap">
					<label for="catid"><?php 
echo Lang::txt('COM_EVENTS_CAL_LANG_EVENT_CATEGORY');
?>
:<span class="required"><?php 
echo Lang::txt('JOPTION_REQUIRED');
?>
</span></label><br />
					<?php 
echo \Components\Events\Helpers\Html::buildCategorySelect($this->row->catid, '', 0, $this->option);
?>
</td>
				</div>

				<div class="input-wrap">
					<label for="field-econtent"><?php 
echo Lang::txt('COM_EVENTS_CAL_LANG_EVENT_ACTIVITY');
?>
:</label><br />
					<?php 
echo $this->editor('econtent', $this->row->content, '45', '10', 'field-econtent');
?>
</td>
				</div>