Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 884 Rev 885
Línea 624... Línea 624...
624
                     <button class="btn btn-primary" id="btn-add-conduct" data-toggle="tooltip" title="LABEL_ADD LABEL_CONDUCT"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_CONDUCT</button>
624
                     <button class="btn btn-primary" id="btn-add-conduct" data-toggle="tooltip" title="LABEL_ADD LABEL_CONDUCT"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_CONDUCT</button>
625
                  </div>
625
                  </div>
Línea 626... Línea 626...
626
             
626
             
-
 
627
           
627
           
628
                  <div class="col-xs-12 col-md-12">
-
 
629
<br/>
-
 
630
                  <div class="table-responsive">
-
 
631
                    <table class="table table-bordered">
-
 
632
                        <thead>
-
 
633
                            <tr>
-
 
634
 
-
 
635
                                <th style="width: 40%;">LABEL_DESCRIPTION</th>
-
 
636
                                <th style="width: 20%;">LABEL_LEVEL</th>
-
 
637
                                <th style="width: 20%;">LABEL_ACTIONS</th>
-
 
638
                            </tr>
-
 
639
                        </thead>
-
 
640
                        
-
 
641
                        <tbody id="rows"></tbody>
-
 
642
                </table>
628
                  <div class="col-xs-12 col-md-12">
643
 
629
                     <div class="panel-group" id="rows"></div>
644
              
630
                  </div>
645
                  </div>
631
                  <div class="col-xs-12 col-md-12">
646
                  <div class="col-xs-12 col-md-12">
632
                  <div class="form-group">
647
                  <div class="form-group">
Línea 680... Línea 695...
680
      </form>
695
      </form>
681
   </div>
696
   </div>
682
</div>
697
</div>
Línea 683... Línea 698...
683
 
698
 
684
<script id="behaviorTemplate" type="text/x-jsrender">
-
 
685
 <div class="table-responsive">
-
 
686
                    <table class="table table-bordered">
-
 
687
                        <thead>
-
 
Línea 688... Línea -...
688
                            <tr>
-
 
689
 
-
 
690
                                <th style="width: 60%;">LABEL_DESCRIPTION</th>
-
 
691
                                <th style="width: 20%;">LABEL_LEVEL</th>
-
 
692
                                <th style="width: 20%;">LABEL_ACTIONS</th>
-
 
693
                            </tr>
-
 
694
                        </thead>
699
<script id="behaviorTemplate" type="text/x-jsrender">
695
                        <tbody>
700
 
696
                            <tr >
701
                            <tr >
Línea 697... Línea 702...
697
                                <td class="text-left">{{:description}}</td>
702
                                <td class="text-left">{{:description}}</td>
Línea 702... Línea 707...
702
                                    <button class="btn btn-default btn-delete-conduct" data-conduct="{{:id}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE</button> 
707
                                    <button class="btn btn-default btn-delete-conduct" data-conduct="{{:id}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE</button> 
Línea 703... Línea 708...
703
                                    
708
                                    
704
                                </td>
709
                                </td>
Línea 705... Línea -...
705
                            </tr>
-
 
706
                          
-
 
707
                        </tbody>
-
 
-
 
710
                            </tr>
708
                    </table>
711