[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en opac-suggestion... [rel_2_2]

paul poulain paul at koha-fr.org
Mon Apr 3 12:35:30 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	06/04/03 10:35:30

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

Log message:
	changing the <table> for a more readable look

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl.diff?only_with_tag=rel_2_2&tr1=1.6.2.1&tr2=1.6.2.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl
diff -u koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl:1.6.2.1 koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl:1.6.2.2
--- koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl:1.6.2.1	Wed Aug 24 17:49:59 2005
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl	Mon Apr  3 10:35:30 2006
@@ -6,7 +6,7 @@
 	<p>No fields are mandatory. Fill whatever you know. The "Note" field can be used for whatever you want</p>
 	<form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
 		<input type="hidden" name="op" value="add_confirm">
-		<p><label for="stitle">Title</label><input type="text" name="title" id="stitle" size="60" maxlength="80"></p>
+		<p><label for="stitle">title</label><input type="text" name="title" id="stitle" size="60" maxlength="80"></p>
 		<p><label for="author">Author</label><input type="text" name="author" id="author" size="60" maxlength="80"></p>
 		<p><label for="copyrightdate">Copyright date</label><input type="text" name="copyrightdate" id="copyrightdate" size="5" maxlength="4"></p>
 		<p><label for="publishercode">Publisher</label><input type="text" name="publishercode" id="publishercode" size="60" maxlength="80"></p>
@@ -24,10 +24,7 @@
 	<table>
 		<tr>
 			<th>&nbsp;</th>
-			<th>Title</th>
-			<th>Author</th>
-			<th>&copy;</th>
-			<th>Publisher</th>
+			<th>Summary</th>
 			<th>Status</th>
 			<th>Suggested by</th>
 			<th>Managed by</th>
@@ -39,16 +36,9 @@
 					Filter on
 				</th>
 				<th>
-					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
-				</th>
-				<th>
-					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
-				</th>
-				<th>
-					&nbsp;
-				</th>
-				<th>
-					<input type="text" name="publishercode" value="<!-- TMPL_VAR name="publishercode"-->">
+					<p><b>Title: <input type="text" name="title" value="<!-- TMPL_VAR name="title"-->"></b></p>
+					<p>Author/publisher: <input type="text" name="author" value="<!-- TMPL_VAR name="author" -->"> -
+					<input type="text" name="publishercode" value="<!-- TMPL_VAR name="publishercode"-->"></p>
 				</th>
 				<th>
 					<select name="status">
@@ -102,16 +92,14 @@
 					<input type="checkbox" name="delete_field" value="<!--TMPL_VAR name="suggestionid" -->">
 				</td>
 				<td>
-					<!-- TMPL_VAR NAME="title" -->
-				</td>
-				<td>
-					<!-- TMPL_VAR NAME="author" -->
-				</td>
-				<td align="center">
-					<!-- TMPL_VAR NAME="copyrightdate" -->
-				</td>
-				<td align="center">
-					<!-- TMPL_VAR name="publishercode" -->
+					<p><b><!-- TMPL_VAR NAME="title" --></b></p>
+					<p><!-- TMPL_VAR NAME="author" -->
+						<!-- TMPL_IF name="copyrightdate" -->
+							-<!-- TMPL_VAR NAME="copyrightdate" -->
+						<!-- /TMPL_IF -->
+						<!-- TMPL_IF name="publishercode" -->
+							- <!-- TMPL_VAR name="publishercode" -->
+						<!-- /TMPL_IF --></p>
 				</td>
 				<td>
 					<!-- TMPL_IF name="ASKED" -->Asked<!-- /TMPL_IF -->
@@ -140,9 +128,6 @@
 			<td> &nbsp; </td>
 			<td> &nbsp; </td>
 			<td> &nbsp; </td>
-			<td> &nbsp; </td>
-			<td> &nbsp; </td>
-			<td> &nbsp; </td>
 		</tr>
 		</form>
 	</table>





More information about the Koha-cvs mailing list