[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en request.tmpl,1.5,1.6

Owen Leonard oleonard at users.sourceforge.net
Thu Feb 17 21:58:06 CET 2005


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

Modified Files:
	request.tmpl 
Log Message:
Fixing javascript error and correcting broken link to member screen

Index: request.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/request.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** request.tmpl	18 Jan 2005 20:09:28 -0000	1.5
--- request.tmpl	17 Feb 2005 20:58:03 -0000	1.6
***************
*** 74,78 ****
  </table></div>
  
! <input type="submit" name="submit"  value="Place New Request"  class="submit" onclick="this.value='Please wait...'; this.disabled=true; this.form.submit();" />
  </form>
  <!-- TMPL_IF NAME="reserveloop" -->
--- 74,78 ----
  </table></div>
  
! <input type="submit" name="submit"  value="Place New Request"  class="submit" onclick="this.value='Please wait...'; this.disabled=true;" />
  </form>
  <!-- TMPL_IF NAME="reserveloop" -->
***************
*** 106,110 ****
  			</select></td>
  			<td>
! 			<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="borrowernumber" -->"><!-- TMPL_VAR Name="firstname" --> <!-- TMPL_VAR Name="surname" --></a>
  			</td>
  			<td><!-- TMPL_IF NAME="notes" --><!-- TMPL_VAR Name="notes" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
--- 106,110 ----
  			</select></td>
  			<td>
! 			<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR Name="borrowernumber" -->"><!-- TMPL_VAR Name="firstname" --> <!-- TMPL_VAR Name="surname" --></a>
  			</td>
  			<td><!-- TMPL_IF NAME="notes" --><!-- TMPL_VAR Name="notes" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>





More information about the Koha-cvs mailing list