[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-suggestio... [rel_3_0]

paul poulain paul at koha-fr.org
Mon Oct 30 11:19:02 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 10:19:02

Modified files:
	koha-tmpl/opac-tmpl/prog/en: opac-suggestions.tmpl 

Log message:
	reindenting with spaces

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: opac-suggestions.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-suggestions.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- opac-suggestions.tmpl	3 Mar 2006 20:10:26 -0000	1.1
+++ opac-suggestions.tmpl	30 Oct 2006 10:19:02 -0000	1.1.2.1
@@ -6,6 +6,7 @@
 <!--TMPL_INCLUDE NAME="navigation.inc" -->
 
 <div id="main">
+    <!-- TMPL_INCLUDE name="usermenu.inc" -->
 <!-- TMPL_IF name="op_add" -->
 	<h1>Enter a new purchase suggestion</h1>
 
@@ -87,10 +88,7 @@
 					</select>
 				</td>
 				<td>
-					<select name="suggestedbyme">
-						<!-- TMPL_IF NAME="suggestedbyme" --><option value="1" selected="selected"><!-- TMPL_ELSE --><option value="1"><!-- /TMPL_IF -->Me</option>
-						<!-- TMPL_UNLESS name="suggestedbyme" --><option value="0" selected="selected"><!-- TMPL_ELSE --><option value="0"><!-- /TMPL_UNLESS -->Anybody</option>
-					</select>
+                    &nbsp;
 				</td>
 				<td>
 					&nbsp;
@@ -148,7 +146,6 @@
 		<input type="hidden" name="op" value="add" />
 		<input type="submit" value="Enter a new purchase suggestion" />
 	</form>
-	<p>Note : if you're viewing purchase suggestions submitted by anybody, the results will contain only <em>new</em> purchase suggestions. Suggestions being processed by a librarian will not be shown.</p>
 <!-- /TMPL_IF -->
 </div>
 </body>





More information about the Koha-cvs mailing list