Example #1
0
table_dropdown('term', 'termCode <> "NULL"', 'termCode', 'termCode', 'termName');
?>
                                </select>
                            </div>
                        </div>
                        <!-- // Group END -->
                        
                        <!-- Group -->
                        <div class="form-group">
                            <label class="col-md-3 control-label"><?php 
echo _t('Admit Status');
?>
</label>
                            <div class="col-md-8">
                                <?php 
echo admit_status_select();
?>
                            </div>
                        </div>
                        <!-- // Group END -->
                        
                        <?php 
/**
 * Application Form Field (Left)
 * 
 * Action will print a form field or any type of data
 * on the left side of the appl screen via the
 * dashboard when triggered.
 * 
 * @since 6.1.10
 */
Example #2
0
table_dropdown('term', 'termCode <> "NULL"', 'termCode', 'termCode', 'termName', _h($appl->startTerm));
?>
                                </select>
                            </div>
                        </div>
                        <!-- // Group END -->
                        
                        <!-- Group -->
                        <div class="form-group">
                            <label class="col-md-3 control-label"><?php 
echo _t('Admit Status');
?>
</label>
                            <div class="col-md-8">
                                <?php 
echo admit_status_select(_h($appl->admitStatus));
?>
                            </div>
                        </div>
                        <!-- // Group END -->
                        
                        <!-- Group -->
                        <div class="form-group">
                            <label class="col-md-3 control-label"><font color="red">*</font> <?php 
echo _t('Application Status');
?>
</label>
                            <div class="col-md-8">
                                <select name="applStatus" class="selectpicker form-control" data-style="btn-info" data-size="10" data-live-search="true" required>
                                    <option value="">&nbsp;</option>
                                    <option value="Pending"<?php