Lines 127-133
Link Here
|
127 |
[% END # /add_op %] |
127 |
[% END # /add_op %] |
128 |
|
128 |
|
129 |
[% IF ( MY_TAGS ) %] |
129 |
[% IF ( MY_TAGS ) %] |
130 |
<form method="post" action="opac-tags.pl"> |
130 |
<form id="deletetags" name="deletetags" method="post" action="opac-tags.pl"> |
|
|
131 |
[% INCLUDE 'csrf-token.inc' %] |
132 |
<input type="hidden" name="op" value="cud-del" /> |
131 |
<table id="mytagst" class="table table-bordered table-striped"> |
133 |
<table id="mytagst" class="table table-bordered table-striped"> |
132 |
<caption>Your tags</caption> |
134 |
<caption>Your tags</caption> |
133 |
<thead> |
135 |
<thead> |
Lines 183-192
Link Here
|
183 |
</table> |
185 |
</table> |
184 |
<input type="submit" value="Remove selected tags" class="btn btn-danger remove"> |
186 |
<input type="submit" value="Remove selected tags" class="btn btn-danger remove"> |
185 |
</form> |
187 |
</form> |
186 |
<form id="deletetags" name="deletetags" method="post" action="/cgi-bin/koha/opac-tags.pl"> |
|
|
187 |
[% INCLUDE 'csrf-token.inc' %] |
188 |
<input type="hidden" name="op" value="cud-del" /> |
189 |
</form> |
190 |
[% END # /MY_TAGS %] |
188 |
[% END # /MY_TAGS %] |
191 |
</div> <!-- / .usertags --> |
189 |
</div> <!-- / .usertags --> |
192 |
</div> <!-- / .span10/12 --> |
190 |
</div> <!-- / .span10/12 --> |
193 |
- |
|
|