seitime-frappe/webnotes/templates/includes/sitemap_permission.html
2014-02-03 20:23:14 +05:30

8 lines
420 B
HTML

<tr class="sitemap-permission" data-profile="{{ profile.name }}">
<td>
{% include "templates/includes/profile_display.html" %}
</td>
<td><input type="checkbox" data-perm="read" {% if profile.read %}checked{% endif %}></td>
<td><input type="checkbox" data-perm="write" {% if profile.write %}checked{% endif %}></td>
<td><input type="checkbox" data-perm="admin" {% if profile.admin %}checked{% endif %}></td>
</tr>