Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1435 Rev 1438
Línea 173... Línea 173...
173
            },
173
            },
174
            {
174
            {
175
                'mDataProp': 'job_description'
175
                'mDataProp': 'job_description'
176
            },
176
            },
177
            {
177
            {
178
                'mDataProp': 'status'
-
 
179
            },
-
 
180
            {
-
 
181
                'mDataProp': 'actions'
178
                'mDataProp': 'actions'
182
            },
179
            },
183
        ],
180
        ],
184
        'columnDefs': [{
181
        'columnDefs': [{
185
                'targets': 0,
182
                'targets': 0,
Línea 242... Línea 239...
242
                $('#form-main #job_category_id').val(response['data']['job_category_id']).trigger('change');
239
                $('#form-main #job_category_id').val(response['data']['job_category_id']).trigger('change');
243
                $('#form-main #industry_id').val(response['data']['industry_id']).trigger('change');
240
                $('#form-main #industry_id').val(response['data']['industry_id']).trigger('change');
244
                $('#form-main #last_date').val(response['data']['last_date']).trigger('change');
241
                $('#form-main #last_date').val(response['data']['last_date']).trigger('change');
245
                $('#form-main #form-status').val(response['data']['status']);
242
                $('#form-main #form-status').val(response['data']['status']);
246
                CKEDITOR.instances['description'].setData(response['data']['description']);
243
                CKEDITOR.instances['description'].setData(response['data']['description']);
247
 
-
 
-
 
244
                $('#row-lists').hide();
-
 
245
                $('#row-form').show();
Línea 248... Línea 246...
248
                
246
                
249
            } else {
247
            } else {
250
                $.fn.showError(response['message'] || 'ERROR_UNKNOWN');
248
                $.fn.showError(response['message'] || 'ERROR_UNKNOWN');
251
            }
249
            }
Línea 585... Línea 583...
585
               <table id="gridTable" class="table   table-hover">
583
               <table id="gridTable" class="table   table-hover">
586
                  <thead>
584
                  <thead>
587
                     <tr>
585
                     <tr>
588
                        <th style="width:25%">LABEL_NAME</th>
586
                        <th style="width:25%">LABEL_NAME</th>
589
                        <th style="width:20%">LABEL_JOB_DESCRIPTION</th>
587
                        <th style="width:20%">LABEL_JOB_DESCRIPTION</th>
590
                        <th style="width:10%">LABEL_ACTIVE</th>
-
 
591
                        <th style="width:25%">LABEL_ACTIONS</th>
588
                        <th style="width:25%">LABEL_ACTIONS</th>
592
                     </tr>
589
                     </tr>
593
                  </thead>
590
                  </thead>
594
                  <tbody></tbody>
591
                  <tbody></tbody>
595
               </table>
592
               </table>