Пример #1
0
										</script>

								<div class="report_row">
									<h4><?php 
echo Kohana::lang('ui_main.reports_categories');
?>
</h4>
									<div class="report_category" id="categories">
										<?php 
$selected_categories = array();
if (!empty($form['incident_category']) && is_array($form['incident_category'])) {
    $selected_categories = $form['incident_category'];
}
$columns = 2;
echo category::pseudo_tree_checkboxes($categories, $selected_categories, 'incident_category', $columns);
?>
									</div>
								</div>
								<div class="report_optional">
									<h3><?php 
echo Kohana::lang('ui_main.reports_optional');
?>
</h3>
									<div class="report_row">
											 <h4><?php 
echo Kohana::lang('ui_main.reports_first');
?>
</h4>
											 <?php 
print form::input('person_first', $form['person_first'], ' class="text long"');
Пример #2
0
                            <hr />
                            
                   <!--### Step 2: Preferences ###-->
                            <h2 class="s2">Set Your Alert Preferences</h2>
                            <div class="step-body">
                    	       	<h3>Select Categories<?php 
//echo Kohana::lang('ui_main.reports_categories');
?>
</h3>
                                <div class="report_category" id="categories">
	                                <?php 
$selected_categories = array();
if (!empty($form['alert_category']) && is_array($form['alert_category'])) {
    $selected_categories = $form['alert_category'];
}
echo category::pseudo_tree_checkboxes($categories, $selected_categories, 'alert_category', 2);
?>
	                            </div>
                             </div>
                            
                            <hr />
                            
                    <!--### Step 3: How To Receive ###-->        
                            <h2 class="s3">Choose Where To Receive Alerts</h2>
                            <h2 class="hide"><?php 
echo Kohana::lang('ui_main.alerts_step2_send_alerts');
?>
</h2>
							<div class="step-body">
                                <table class="tbl-two-col" border="0">
                                <tr>