Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 150 Rev 151
Línea 1897... Línea 1897...
1897
         {{/if}}
1897
         {{/if}}
1898
         <label></label>
1898
         <label></label>
1899
      </div>
1899
      </div>
1900
   </td>
1900
   </td>
1901
   <td>
1901
   <td>
1902
      {{if allowEdit }}
1902
   <?php if ($allowAdd) : ?>
1903
      <button class="btn btn-primary btn-edit-form" data-href="{{:actions.link_edit}}" data-toggle="tooltip" title="LABEL_EDIT"><i class="fa fa-pencil"></i> LABEL_EDIT </button>
1903
      <button class="btn btn-primary btn-edit-form" data-href="{{:actions.link_edit}}" data-toggle="tooltip" title="LABEL_EDIT"><i class="fa fa-pencil"></i> LABEL_EDIT </button>
1904
      {{/if}}
1904
	  <?php endif; ?>
1905
      {{if allowDelete}}
1905
	  <?php if ($allowDelete) : ?>
1906
      <button class="btn btn-danger btn-delete" data-href="{{:actions.link_delete}}" data-toggle="tooltip" title="LABEL_DELETE"><i class="fa fa-trash"></i> LABEL_DELETE </button>
1906
      <button class="btn btn-danger btn-delete" data-href="{{:actions.link_delete}}" data-toggle="tooltip" title="LABEL_DELETE"><i class="fa fa-trash"></i> LABEL_DELETE </button>
1907
      {{/if}}
1907
	  <?php endif; ?>
1908
   </td>
1908
   </td>
1909
</tr>
1909
</tr>
1910
</script>
1910
</script>
Línea 1911... Línea 1911...
1911
 
1911