mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
move skip button before abort button
This commit is contained in:
parent
8232657718
commit
5bf98f20eb
@ -339,16 +339,15 @@ enum PageState {
|
||||
<%= gettext("Transaktion unterzeichnen") %>
|
||||
</button>
|
||||
<% } %>
|
||||
<button type="submit" class="form-button button-cancel" name="skip" value="skip">
|
||||
<i class="material-icons-outlined">debug-step-over</i>
|
||||
<%= gettext("Transaktion überspringen") %>
|
||||
</button>
|
||||
<% if(transaction_removeable) { %>
|
||||
<button type="submit" class="form-button button-cancel" name="abort" value="abort">
|
||||
<i class="material-icons-outlined">delete</i>
|
||||
<%= gettext("Transaktion verwerfen") %>
|
||||
</button>
|
||||
<% } else { %>
|
||||
<button type="submit" class="form-button button-cancel" name="skip" value="skip">
|
||||
<i class="material-icons-outlined">debug-step-over</i>
|
||||
<%= gettext("Transaktion überspringen") %>
|
||||
</button>
|
||||
<% } %>
|
||||
</form>
|
||||
<% } %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user