new remove button
This commit is contained in:
parent
9bdd0d116a
commit
e952073c3c
|
@ -146,7 +146,7 @@
|
||||||
<div class="col-md-1">
|
<div class="col-md-1">
|
||||||
<br class="hidden-xs" />
|
<br class="hidden-xs" />
|
||||||
<a href="#" ng-click="removeField(field)" stop-click>
|
<a href="#" ng-click="removeField(field)" stop-click>
|
||||||
<i class="fa fa-remove"></i>
|
<i class="fa fa-window-close-o fa-lg"></i>
|
||||||
<span class="visible-xs-inline">Remove Custom Field</span>
|
<span class="visible-xs-inline">Remove Custom Field</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<div class="col-md-1">
|
<div class="col-md-1">
|
||||||
<br class="hidden-xs" />
|
<br class="hidden-xs" />
|
||||||
<a href="#" ng-click="removeField(field)" stop-click ng-if="!readOnly">
|
<a href="#" ng-click="removeField(field)" stop-click ng-if="!readOnly">
|
||||||
<i class="fa fa-remove"></i>
|
<i class="fa fa-window-close-o fa-lg"></i>
|
||||||
<span class="visible-xs-inline">Remove Custom Field</span>
|
<span class="visible-xs-inline">Remove Custom Field</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue