Skip to content

Commit

Permalink
Admin / Schematron / Fix icon in rules (#8569)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre authored Dec 17, 2024
1 parent 86242e8 commit d975d52
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,18 @@
</div>
<div class="form-group col-sm-2">
<a
class="gn-action fa fa-save"
class="gn-action"
data-ng-mousedown="handleFocus($event)"
data-ng-click="saveEdit()"
data-ng-disabled="criteria.uitype === 'NEW' || (criteria.uitype !== 'ALWAYS_ACCEPT' && criteria.uivalue === '')"
>
<i class="fa fa-save"></i>
{{'save' | translate}}</a
>
<br />
<a
class="fa fa-times"
data-ng-mousedown="handleFocus($event)"
data-ng-click="cancelEditing()"
>{{'cancel' | translate}}</a
<a data-ng-mousedown="handleFocus($event)" data-ng-click="cancelEditing()">
<i class="fa fa-times"></i>
{{'cancel' | translate}}</a
>
</div>
</form>
Expand Down

0 comments on commit d975d52

Please sign in to comment.