Replace old template buttons with new for slave domains.

This commit is contained in:
Ivan Filippov 2016-04-29 15:59:10 -06:00
parent b4e96ceda8
commit b8b238b25a

View File

@ -75,8 +75,9 @@
Edit&nbsp;<i class="fa fa-edit"></i>
</button>
{% else %}
<!-- TODO: replace this link for slave records -->
<a href="#" class="btn default btn-xs purple"> <i class="fa fa-exclamation-circle"></i></a>
<button type="button" class="btn btn-flat btn-warning"">
&nbsp;&nbsp;<i class="fa fa-exclamation-circle"></i>&nbsp;&nbsp;
</button>
{% endif %}
</td>
<td width="6%">
@ -85,16 +86,20 @@
Delete&nbsp;<i class="fa fa-trash"></i>
</button>
{% else %}
<!-- TODO: replace this link for slave records -->
<a href="#" class="btn default btn-xs red"> <i class="fa fa-exclamation-circle"></i></a>
<button type="button" class="btn btn-flat btn-warning"">
&nbsp;&nbsp;<i class="fa fa-exclamation-circle"></i>&nbsp;&nbsp;
</button>
{% endif %}
{% else %}
<!-- TODO: replace these links for slave records -->
<td width="6%">
<a href="#" class="btn default btn-xs purple"> <i class="fa fa-exclamation-circle"></i></a>
<button type="button" class="btn btn-flat btn-warning"">
&nbsp;&nbsp;<i class="fa fa-exclamation-circle"></i>&nbsp;&nbsp;
</button>
</td>
<td width="6%">
<a href="#" class="btn default btn-xs purple"> <i class="fa fa-exclamation-circle"></i></a>
<button type="button" class="btn btn-flat btn-warning"">
&nbsp;&nbsp;<i class="fa fa-exclamation-circle"></i>&nbsp;&nbsp;
</button>
</td>
{% endif %}
</td>