[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/suggestion... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Feb 5 17:16:17 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/02/05 16:16:17

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/suggestion: acceptorreject.tmpl 

Log message:
	writing a message if there is no waiting suggestion.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: acceptorreject.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- acceptorreject.tmpl	24 Jan 2007 13:55:36 -0000	1.1.2.5
+++ acceptorreject.tmpl	5 Feb 2007 16:16:17 -0000	1.1.2.6
@@ -13,6 +13,7 @@
 
 <!-- TMPL_IF name="op_else" -->
     <br />
+    <!-- TMPL_IF NAME="suggestions_loop" -->
     <b>Waiting suggestion,</b> accept or reject these suggestions with a reason.
     <form name="f" method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
     <input type="hidden" name="op" value="aorr_confirm">
@@ -67,6 +68,9 @@
         </table>
         <input type="submit" value="Change Status">
 </form>
+<!-- TMPL_ELSE -->
+    <b>No waiting suggestion to accept or reject.</b>
+<!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="done" -->





More information about the Koha-cvs mailing list