Lines 34-40
Link Here
|
34 |
<p class="newsfooter"> Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by <span class="newsauthor">[% INCLUDE 'patron-title.inc' patron=koha_new.author %]<br />[% END %] |
34 |
<p class="newsfooter"> Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by <span class="newsauthor">[% INCLUDE 'patron-title.inc' patron=koha_new.author %]<br />[% END %] |
35 |
[% IF ( CAN_user_tools_edit_additional_contents ) %] |
35 |
[% IF ( CAN_user_tools_edit_additional_contents ) %] |
36 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=[% koha_new.idnew | uri %]">Edit</a> |
36 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=[% koha_new.idnew | uri %]">Edit</a> |
37 |
| <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=delete_confirmed&ids=[% koha_new.idnew | html %]">Delete</a> |
37 |
| <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=delete_confirmed&ids=[% koha_new.idnew | html %]&csrf_token=[% csrf_token | uri %]">Delete</a> |
38 |
| <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form">New</a> |
38 |
| <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form">New</a> |
39 |
[% END %] |
39 |
[% END %] |
40 |
</p> |
40 |
</p> |