Bug 34478: (follow-up) audio_alerts: Correct duplicate form id's
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
688759b0d5
commit
d8909a5eb9
1 changed files with 4 additions and 4 deletions
|
@ -120,7 +120,7 @@
|
|||
<td><input id="del-checkbox-[% a.id | html %]" class="del-checkbox" type="checkbox" value="[% a.id | html %]" /></td>
|
||||
<td>[% a.precedence | html %]</td>
|
||||
<td style="white-space:nowrap;">
|
||||
<form id="delete-alert-form" action="audio_alerts.pl" method="post">
|
||||
<form class="move-alert-form" action="audio_alerts.pl" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<input type="hidden" name="op" value="cud-move"/>
|
||||
<input type="hidden" name="where" value="up"/>
|
||||
|
@ -130,7 +130,7 @@
|
|||
</button>
|
||||
</form>
|
||||
|
||||
<form id="delete-alert-form" action="audio_alerts.pl" method="post">
|
||||
<form class="move-alert-form" action="audio_alerts.pl" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<input type="hidden" name="op" value="cud-move"/>
|
||||
<input type="hidden" name="where" value="top"/>
|
||||
|
@ -140,7 +140,7 @@
|
|||
</button>
|
||||
</form>
|
||||
|
||||
<form id="delete-alert-form" action="audio_alerts.pl" method="post">
|
||||
<form class="move-alert-form" action="audio_alerts.pl" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<input type="hidden" name="op" value="cud-move"/>
|
||||
<input type="hidden" name="where" value="bottom"/>
|
||||
|
@ -150,7 +150,7 @@
|
|||
</button>
|
||||
</form>
|
||||
|
||||
<form id="delete-alert-form" action="audio_alerts.pl" method="post">
|
||||
<form class="move-alert-form" action="audio_alerts.pl" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<input type="hidden" name="op" value="cud-move"/>
|
||||
<input type="hidden" name="where" value="down"/>
|
||||
|
|
Loading…
Reference in a new issue