Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 147 Rev 148
Línea 1885... Línea 1885...
1885
 
1885
 
1886
<script id="formTmpl" type="text/x-jsrender">
1886
<script id="formTmpl" type="text/x-jsrender">
1887
                                <tr>
1887
                                <tr>
1888
                                    <td>{{:name}}</td>
1888
                                    <td>{{:name}}</td>
1889
                                    <td>{{:language}}</td>
-
 
1890
                                    <td>{{:status}}</td>
1889
                                    <td>{{:language}}</td>
-
 
1890
                                    <td>
-
 
1891
									<div class="checkbox checkbox-success">
-
 
1892
									{{if(status =='a' )}}
-
 
1893
											<input class="styled" type="checkbox" checked="checked" disabled="disabled">
-
 
1894
											{{/if}}
-
 
1895
 
-
 
1896
											{{if (status !='a' )}}
-
 
1897
											<input class="styled" type="checkbox"  disabled="disabled">
-
 
1898
											{{/if}}
-
 
1899
 
-
 
1900
											<label></label>
-
 
1901
										</div>
-
 
1902
									</td>
1891
                                    <td>
1903
                                    <td>
1892
									if(allowEdit) {
1904
									{{if (allowEdit)}}
1893
										<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>
1905
										<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>
1894
									}
1906
										{{/if}}
1895
									if(allowDelete) {
1907
									if(allowDelete)}}
1896
										<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>
1908
										<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>
1897
									}
1909
										{{/if}}
1898
									</td>
1910
									</td>
1899
</tr>
1911
</tr>
Línea 1900... Línea 1912...
1900
                            </script>
1912
                            </script>