[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue d... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Dec 4 18:11:42 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/12/04 17:11:42

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/catalogue: detail.tmpl 

Log message:
	Fix for Bug 1186: Detail page doesn't show authorized value for lost/damaged/notforloan statuses

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.4.2.11.2.5&r2=1.4.2.11.2.6

Patches:
Index: detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/Attic/detail.tmpl,v
retrieving revision 1.4.2.11.2.5
retrieving revision 1.4.2.11.2.6
diff -u -b -r1.4.2.11.2.5 -r1.4.2.11.2.6
--- detail.tmpl	13 Oct 2006 14:06:49 -0000	1.4.2.11.2.5
+++ detail.tmpl	4 Dec 2006 17:11:42 -0000	1.4.2.11.2.6
@@ -52,7 +52,7 @@
 			</ul><br class="clear" /></div><!-- TMPL_IF NAME="CAN_user_editcatalogue" --><div class="tabitem">
 		<form action="acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Edit Record" /></form>
 		<form action="acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" name="op" value="duplicate" /><input type="submit" class="submit" value="Duplicate Record" /></form>
-		<form action="acqui.simple/additem.pl" method="get" /><input type="hidden" name="bibid" value="<!-- TMPL_VAR name="bibid"-->" /><input type="submit" class="submit" value="Edit Items" /></form>
+		<form action="acqui.simple/additem.pl" method="get"><input type="hidden" name="bibid" value="<!-- TMPL_VAR name="bibid"-->" /><input type="submit" class="submit" value="Edit Items" /></form>
 		<form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->" /><input type="submit" class="cancel" value="Delete Record" onclick="confirm_deletion(); return false;" /></form>
 		</div><!-- /TMPL_IF -->
 <!-- /TMPL_LOOP -->
@@ -77,13 +77,21 @@
 			<td><!-- TMPL_VAR NAME="branchname" --></td>
 			<td>
 			<!-- TMPL_IF name="datedue" -->
-			On issue to <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="cardnumber" --></a>
+			<span class="item-datedue">On issue to <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="cardnumber" --></a></span>
+			<!-- TMPL_ELSE -->
+			<!-- TMPL_IF name="count_reserves" --><span class="item-reserved"><!-- TMPL_VAR name="count_reserves" --></span><!-- /TMPL_IF -->
 			<!-- /TMPL_IF-->
-			<!-- TMPL_IF name="notforloantext" --><!-- TMPL_VAR name="notforloantext" --><!-- /TMPL_IF -->
-			<!-- TMPL_IF NAME="itemlost"-->Item Lost<!-- /TMPL_IF -->
-			<!-- TMPL_IF NAME="wthdrawn" -->Item Cancelled<!-- /TMPL_IF -->
-			<!-- TMPL_IF NAME="binding" -->Damaged<!-- /TMPL_IF -->
-			<!-- TMPL_IF name="count_reserves" --><span class="reserved"><!-- TMPL_VAR name="count_reserves" --></span><!-- /TMPL_IF -->
+			<!-- TMPL_IF name="notforloantext" --><span class="item-notforloan"><!-- TMPL_VAR name="notforloantext" --></span><!-- /TMPL_IF -->
+			<!-- TMPL_IF NAME="itemlost"--><span class="item-lost">
+			
+                                <!-- TMPL_IF name="itemlosttext" -->
+                                <!-- TMPL_VAR NAME="itemlosttext" -->
+                                <!-- TMPL_ELSE -->
+                                Item Lost
+                                <!-- /TMPL_IF -->
+			</span><!-- /TMPL_IF -->
+			<!-- TMPL_IF NAME="wthdrawn" --><span class="item-cancelled">Item Cancelled</span><!-- /TMPL_IF -->
+			<!-- TMPL_IF NAME="binding" --><span class="item-damaged">Damaged</span><!-- /TMPL_IF -->
 			</td>
 			<td><!-- TMPL_VAR NAME="datedue" --></td>
 			<td><!-- TMPL_VAR NAME="datelastseen" --></td>





More information about the Koha-cvs mailing list