<ahref="#"title="{% trans "Edit"%}"><imgsrc="/static/icons/pencil.png"alt="{% trans "Edit"%}"/></a>
<ahref="#"class="delete-template-button"data-id="{{ t.id }}"data-name="{{ t.name }}"title="{% trans "Remove"%}"><imgsrc="/static/icons/minus-circle.png"alt="{% trans "Remove"%}"/></a>
<ahref="#"title="{% trans "Share"%}"><imgsrc="static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
<ahref="#"class="template-share"data-id="{{t.id}}"title="{% trans "Share"%}"><imgsrc="static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
</div>
<divclass="clear"></div>
</div>
...
...
@@ -30,9 +30,8 @@
</div>
</li>
{% endfor %}
<!-- rgb(164, 179, 199) -->
{% if not mytemplates %}
{% if not mytemplates and not group %}
<divid="new-wm-tooltip">
<divid="new-wm-tooltip-container">
<p>
...
...
@@ -45,12 +44,14 @@
</div>
</div>
{% endif %}
{% if not group %}
<liid="new-template-button"class="wm new">
<divclass="summary">
<divclass="name">Új Sablon</div>
<divclass="clear"></div>
</div>
</li>
{% endif %}
{% if publictemplates %}
{% for t in publictemplates %}
<liclass="wm"id="t{{t.id }}">
...
...
@@ -58,7 +59,7 @@
<divclass="name">{{t.name}}</div>
<divclass="status">{{t.state}}</div>
<divclass="actions">
<ahref="#"title="{% trans "Share"%}"><imgsrc="static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
<ahref="#"class="template-share"data-id="{{t.id}}"{%ifgroup%}data-gid="{{group.id}}"{%endif%}title="{% trans "Share"%}"><imgsrc="static/icons/user-share.png"alt="{% trans "Share"%}"/></a>