Lines 33-39
Link Here
|
33 |
<div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4> |
33 |
<div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4> |
34 |
<div class="newsbody">[% koha_new.content | $raw %]</div> |
34 |
<div class="newsbody">[% koha_new.content | $raw %]</div> |
35 |
<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 |
<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 %] |
36 |
[% IF ( CAN_user_tools ) %] |
36 |
[% IF ( CAN_user_tools_edit_additional_contents ) %] |
37 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=[% koha_new.idnew | uri %]">Edit</a> |
37 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=[% koha_new.idnew | uri %]">Edit</a> |
38 |
| <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=del&ids=[% koha_new.idnew | html %]">Delete</a> |
38 |
| <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=del&ids=[% koha_new.idnew | html %]">Delete</a> |
39 |
| <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form">New</a> |
39 |
| <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form">New</a> |
40 |
- |
|
|