Lines 183-189
Link Here
|
183 |
[% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %] |
183 |
[% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %] |
184 |
[% FOREACH koha_new IN koha_news %] |
184 |
[% FOREACH koha_new IN koha_news %] |
185 |
<div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4> |
185 |
<div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4> |
186 |
<div class="newsbody">[% koha_new.new %]</div> |
186 |
<div class="newsbody">[% koha_new.content %]</div> |
187 |
<p class="newsfooter"> Posted on [% koha_new.newdate %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by <span class="newsauthor_title">[% koha_new.author_title %] </span>[% koha_new.author_firstname %] [% koha_new.author_surname %]<br />[% END %] |
187 |
<p class="newsfooter"> Posted on [% koha_new.newdate %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by <span class="newsauthor_title">[% koha_new.author_title %] </span>[% koha_new.author_firstname %] [% koha_new.author_surname %]<br />[% END %] |
188 |
[% IF ( CAN_user_tools ) %] |
188 |
[% IF ( CAN_user_tools ) %] |
189 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> |
189 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> |