<!--!Custom order -->
		<div class="cctm_element_wrapper" id="custom_field_wrapper_custom_order">		
			<label for="custom_order" class="cctm_label cctm_text_label" id="cctm_label_custom_order"><?php 
_e('Sort Order', CCTM_TXTDOMAIN);
?>
</label>
			<select name="custom_order" class="cctm_dropdown" id="custom_order">
				<option value="ASC" <?php 
print CCTM::is_selected('ASC', $data['def']['custom_order']);
?>
><?php 
_e('ASC');
?>
</option>
				<option value="DESC" <?php 
print CCTM::is_selected('DESC', $data['def']['custom_order']);
?>
><?php 
_e('DESC');
?>
</option>
			</select>
			<span class="cctm_description"><?php 
_e('If you specify a custom <code>Order By</code>, this setting will determine if your posts sort in ascending or descending order.', CCTM_TXTDOMAIN);
?>
</span>
		</div>

			
	</div>
Example #2
0
					<option value="core" <?php 
print CCTM::is_selected('core', $data['priority']);
?>
><?php 
_e('Core');
?>
</option>
					<option value="default" <?php 
print CCTM::is_selected('default', $data['priority']);
?>
><?php 
_e('Default');
?>
</option>
					<option value="low" <?php 
print CCTM::is_selected('low', $data['priority']);
?>
><?php 
_e('Low');
?>
</option>
				</select>
				<span class="cctm_description"><?php 
_e('The priority within the context where the boxes should show.', CCTM_TXTDOMAIN);
?>
</span>
			</div>

			<!--!callback -->
			<div class="cctm_element_wrapper" id="custom_field_wrapper_callback">			
				<label for="callback_label" class="cctm_label cctm_text_label" id="cctm_label_callback">