[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-userdetail... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Nov 30 22:03:09 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/11/30 21:03:09

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-userdetails.tmpl 

Log message:
	Correcting handling of a missing value

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-userdetails.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.5&r2=1.1.2.1.2.6

Patches:
Index: opac-userdetails.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-userdetails.tmpl,v
retrieving revision 1.1.2.1.2.5
retrieving revision 1.1.2.1.2.6
diff -u -b -r1.1.2.1.2.5 -r1.1.2.1.2.6
--- opac-userdetails.tmpl	3 Oct 2006 14:01:44 -0000	1.1.2.1.2.5
+++ opac-userdetails.tmpl	30 Nov 2006 21:03:09 -0000	1.1.2.1.2.6
@@ -52,7 +52,9 @@
 
 <tr><th>Expires:</th><td><!-- TMPL_VAR NAME="expiry" --></td></tr>
 
-<!-- TMPL_IF NAME="joiningbranch" --><tr><th>Joining Branch:</th><td><!-- TMPL_VAR NAME="joiningbranch" --></td></tr><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></table>
+<!-- TMPL_IF NAME="joiningbranch" --><tr><th>Joining Branch:</th><td><!-- TMPL_VAR NAME="joiningbranch" --></td></tr><!-- /TMPL_IF -->
+
+</table>
 </div>
 
 





More information about the Koha-cvs mailing list