[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/members mem... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Mar 13 20:36:59 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/03/13 19:36:59

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/members: member.tmpl 

Log message:
	1. Removing unecessary NPL-specific markup
	2. Highlighting overdue count in search results table

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl.diff?only_with_tag=rel_2_2&tr1=1.4.2.5&tr2=1.4.2.6&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl:1.4.2.5 koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl:1.4.2.6
--- koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl:1.4.2.5	Wed Sep 14 20:24:53 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl	Mon Mar 13 19:36:59 2006
@@ -15,7 +15,7 @@
 	<th>Branch</th>
     <th>Address</th>
     <th>OD/Issues</th>
-	<!-- Hide from NPL --><th>Charges</th><!-- /Hide from NPL -->
+	<th>Charges</th>
     <th>Notes</th>
 	<th>&nbsp;</th>
   </tr>
@@ -32,8 +32,8 @@
       <td><!-- TMPL_VAR NAME="categorycode" --></td>
 	  <td><!-- TMPL_VAR name="branchcode" --></td>
       <td><!-- TMPL_VAR NAME="streetaddress" --> <!-- TMPL_VAR NAME=city --></td>
-      <td><!-- TMPL_VAR NAME="odissue" --></td>
-		<!-- Hide from NPL --><td><!-- TMPL_VAR NAME="fines" --></td><!-- /Hide from NPL -->
+      <td><!-- TMPL_IF NAME="overdues" --><span class="overdue"><!-- TMPL_VAR NAME="overdues" --></span><!-- TMPL_ELSE -->0<!-- /TMPL_IF -->/<!-- TMPL_VAR NAME="issues" --></td>
+	 <td><!-- TMPL_VAR NAME="fines" --></td>
       <td><div class="notes"><!-- TMPL_VAR NAME="borrowernotes" --></div></td>
 	  <td><a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;modify=edit">Edit</a></td>
     </tr>





More information about the Koha-cvs mailing list