<?php echo acad_level_select(null, null, 'required'); ?> </div> </div> <!-- // Group END --> <!-- Group --> <div class="form-group"> <label class="col-md-3 control-label"><font color="red">*</font> <?php echo _t('Status / Date'); ?> </label> <div class="col-md-4"> <?php echo status_select(); ?> </div> <div class="col-md-4"> <input class="form-control" type="text" readonly value="<?php echo date('D, M d, o', strtotime(date('Y-m-d'))); ?> " /> </div> </div> <!-- // Group END --> <?php /** * CRSE Form Field (Right) *
echo _h($prog->programDesc); ?> " required /> </div> </div> <!-- // Group END --> <!-- Group --> <div class="form-group"> <label class="col-md-3 control-label"><font color="red">*</font> <?php echo _t('Status / Date'); ?> </label> <div class="col-md-4"> <?php echo status_select(_h($prog->currStatus), csid()); ?> </div> <div class="col-md-4"> <input class="form-control" name="statusDate" type="text" readonly value="<?php echo date("D, M d, o", strtotime(_h($prog->statusDate))); ?> " /> </div> </div> <!-- // Group END --> <!-- Group --> <div class="form-group"> <label class="col-md-3 control-label"><?php
<?php echo acad_level_select(_h($crse->acadLevelCode), null, 'required'); ?> </div> </div> <!-- // Group END --> <!-- Group --> <div class="form-group"> <label class="col-md-3 control-label"><font color="red">*</font> <?php echo _t('Status'); ?> </label> <div class="col-md-4"> <?php echo status_select(_h($crse->currStatus)); ?> </div> <div class="col-md-4"> <input class="form-control"<?php echo cio(); ?> name="statusDate" type="text" readonly value="<?php echo date('D, M d, o', strtotime(_h($crse->statusDate))); ?> " /> </div> </div> <!-- // Group END -->
<select multiple name="supervisors" class = "supervisor_chooser" data-placeholder="None"> <?php echo supervisors_select($supervisors, $supervisor_name_data); ?> </select> </p> <p><label>Status</label> <select name="status" class="status_chooser" data-placeholder = "Please Select"> <?php echo status_select($status); ?> </select> </p> <input type="hidden" name="id" value="<?php echo $id; ?> "> <!-- Value is set to yes only when a new user is being created from the new_account page. Yes triggers the alert to admins to check the user. Here, the admin is creating account, so it's not necessary.