[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en boraccount.tmpl,1.9,1.10

Owen Leonard oleonard at users.sourceforge.net
Fri Nov 26 21:32:20 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7487/koha-tmpl/intranet-tmpl/default/en

Modified Files:
	boraccount.tmpl 
Log Message:
Correcting link back to moremember.pl

Index: boraccount.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/boraccount.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** boraccount.tmpl	19 Jul 2004 21:41:29 -0000	1.9
--- boraccount.tmpl	26 Nov 2004 20:32:17 -0000	1.10
***************
*** 3,7 ****
  <!-- The manual invoice and credit buttons -->
  
! <h1>Account for <a href="moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a></h1><P>
  <a class="button" href="/cgi-bin/koha/maninvoice.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->">Create Manual Invoice</a>
  &nbsp;
--- 3,7 ----
  <!-- The manual invoice and credit buttons -->
  
! <h1>Account for <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a></h1><P>
  <a class="button" href="/cgi-bin/koha/maninvoice.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->">Create Manual Invoice</a>
  &nbsp;





More information about the Koha-cvs mailing list