예제 #1
0
	<fieldset>

		<!-- Form Name -->
		<legend>Edit this aspect</legend>

		<input name="action" type="hidden" value="<?php 
echo $action;
?>
" /> <input
			name="aspect_id" type="hidden" value="<?php 
echo $current_aspect->id;
?>
" />
		<input name="aspect_type" type="hidden"
			value="<?php 
echo $current_aspect->return_aspect_type_id();
?>
">

		<!-- Select Basic -->
		<div class="form-group">
			<label class="col-md-4 control-label" for="aspect_type">Type</label>
			<div class="col-md-5">

				<!-- <select id="aspect_type" name="aspect_type" class="form-control">
      <?php 
//=$current_aspect_group->get_html_dropdown_list();
?>
    </select> -->
				<p><?php 
echo $current_aspect->return_aspect_type_name();