---
 .../en/modules/members/moremember-receipt.tmpl     |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
index a63e15d..1f5cbb5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
@@ -56,4 +56,15 @@ Date due: <!-- TMPL_VAR NAME="date_due" --></p>
 <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 
+<!-- TMPL_IF NAME="koha_news_count" -->
+            <hr><h3>News</h3>
+                       <!-- <!-- TMPL_VAR name="koha_news_count" --> recent 
news item(s) -->
+            <!-- TMPL_LOOP name="koha_news" -->
+                    <div class="newsitem" id="news<!-- TMPL_VAR NAME="idnew" 
-->"><h4><!-- TMPL_VAR name="title" --></h4>
+                                        <p><!-- TMPL_VAR name="new" --></p>
+                                       <p class="newsfooter"> Posted on <!-- 
TMPL_VAR name="newdate" --> <!-- TMPL_IF NAME="CAN_user_tools" -->
+    <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=<!-- TMPL_VAR 
NAME="idnew" -->">Edit</a> | <a 
href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=<!-- TMPL_VAR 
NAME="idnew" -->">Delete</a> | <a 
href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a><!-- /TMPL_IF 
--></p></div>
+            <!-- /TMPL_LOOP -->
+<!-- /TMPL_IF -->
+
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to