Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1050 | Rev 1053 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1050 Rev 1051
Línea 564... Línea 564...
564
            </div>
564
            </div>
565
         </div>
565
         </div>
566
      </div>
566
      </div>
567
   </div>
567
   </div>
568
   <!-- Create/Edit Form -->
568
   <!-- Create/Edit Form -->
569
   <div class="row" id="row-form" style="display: none">
569
   <div class="row" id="row-form" style="display: none; padding: 16px;">
570
      <div class="col-xs-12 col-md-12">
570
      <div class="col-xs-12 col-md-12">
571
         <form action="#" name="form-main" id="form-main">
571
         <form action="#" name="form-main" id="form-main">
572
            <input type="hidden" name="form-id" id="form-id" value="0" />
572
            <input type="hidden" name="form-id" id="form-id" value="0" />
573
            <input type="hidden" name="form-continue" id="form-continue" value="0" />
573
            <input type="hidden" name="form-continue" id="form-continue" value="0" />
574
            <div class="form-group">
574
            <div class="form-group">
Línea 576... Línea 576...
576
               <input type="text" name="form-name" id="form-name" class="form-control" maxlength="50" />
576
               <input type="text" name="form-name" id="form-name" class="form-control" maxlength="50" />
577
            </div>
577
            </div>
578
            <div class="form-group">
578
            <div class="form-group">
579
                    <label for="job_description_id">LABEL_JOB_DESCRIPTION</label>
579
                    <label for="job_description_id">LABEL_JOB_DESCRIPTION</label>
580
                    <select name="job_description_id" id="job_description_id" class="form-control">
580
                    <select name="job_description_id" id="job_description_id" class="form-control">
-
 
581
                        <option value="">LABEL_SELECT</option>
-
 
582
                        <?php foreach ($jobsDescription as $rs): ?>
581
                        <option value="<?php echo $status_inactive; ?>">LABEL_INACTIVE</option>
583
                            <option value="<?php echo $rs->id;?>"><?php echo $rs->name;?></option>
-
 
584
                        <?php endforeach; ?>
582
                    </select>
585
                    </select>
583
                </div>
586
                </div>
584
            <div class="form-group">
587
            <div class="form-group">
585
                    <label for="form-status">LABEL_STATUS</label>
588
                    <label for="form-status">LABEL_STATUS</label>
586
                    <select name="form-status" id="form-status" class="form-control">
589
                    <select name="form-status" id="form-status" class="form-control">