remove thumb icons for edit submit
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
<td>[% d.name %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Location</td>
|
||||
<td>Location
|
||||
[% IF vars.user.port_control %]
|
||||
<i class="icon-edit nd_edit_icon nd_device_details_edit"></i>
|
||||
[% END %]
|
||||
</td>
|
||||
[% IF vars.user.port_control %]
|
||||
<td class="nd_editable_cell" contenteditable="true"
|
||||
data-field="location" data-for-device="[% d.ip %]">
|
||||
<i class="icon-edit nd_edit_icon nd_device_details_edit"></i>
|
||||
[% d.location %]
|
||||
<i class="icon-thumbs-up nd_thumb_icon"
|
||||
rel="tooltip" data-placement="left" data-offset="3"
|
||||
data-animation="" title="Click to Apply"></i>
|
||||
</td>
|
||||
[% ELSE %]
|
||||
<td>
|
||||
@@ -23,15 +23,15 @@
|
||||
[% END %]
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Contact</td>
|
||||
<td>Contact
|
||||
[% IF vars.user.port_control %]
|
||||
<i class="icon-edit nd_edit_icon nd_device_details_edit"></i>
|
||||
[% END %]
|
||||
</td>
|
||||
[% IF vars.user.port_control %]
|
||||
<td class="nd_editable_cell" contenteditable="true"
|
||||
data-field="contact" data-for-device="[% d.ip %]">
|
||||
<i class="icon-edit nd_edit_icon nd_device_details_edit"></i>
|
||||
[% d.contact %]
|
||||
<i class="icon-thumbs-up nd_thumb_icon"
|
||||
rel="tooltip" data-placement="left" data-offset="3"
|
||||
data-animation="" title="Click to Apply"></i>
|
||||
</td>
|
||||
[% ELSE %]
|
||||
<td>[% d.contact %]</td>
|
||||
|
||||
Reference in New Issue
Block a user