borraccount.tmpl , mancredit.tmpl , maininvoice.tmpl : bug fix modify wrong url
authorbtoumi <btoumi>
Tue, 13 Jun 2006 09:54:30 +0000 (09:54 +0000)
committerbtoumi <btoumi>
Tue, 13 Jun 2006 09:54:30 +0000 (09:54 +0000)
pay.tmpl , readingrec.tmpl : add back button

koha-tmpl/intranet-tmpl/prog/en/mancredit.tmpl
koha-tmpl/intranet-tmpl/prog/en/maninvoice.tmpl
koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl
koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl
koha-tmpl/intranet-tmpl/prog/en/members/readingrec.tmpl

index e682dde..60b66df 100644 (file)
@@ -1,7 +1,7 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Credit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
 <h2>Manual Credit</h2>
-<form action="/cgi-bin/koha/mancredit.pl" method="post">
+<form action="/cgi-bin/koha/members/mancredit.pl" method="post">
 <input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
 
 <table>
@@ -18,7 +18,7 @@
 <input type="submit" name="add" value="Add Credit" />
 </form>
 
-<form action="/cgi-bin/koha/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="bornum" -->" name="bornum" /><input type="submit" value="Cancel" /></form>
+<form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="bornum" -->" name="bornum" /><input type="submit" value="Cancel" /></form>
 
 
 
index 6004607..fe93a4c 100644 (file)
@@ -1,6 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Invoice<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
-<form action="/cgi-bin/koha/maninvoice.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
+<form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
        <table>
        <caption>Manual Invoice</caption>
        <tr><th scope="row">Borrowernumber</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
@@ -19,7 +19,7 @@
 <input type="submit" name="add" value="Add Charge" />
 </form>
 
-<form action="/cgi-bin/koha/boraccount.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" /><input type="submit" value="Cancel" /></form>
+<form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" /><input type="submit" value="Cancel" /></form>
 
 
 
index d3bb3f2..d1518b5 100644 (file)
@@ -34,9 +34,9 @@
 </table>
 <!-- The manual invoice and credit buttons -->
 
-<form action="/cgi-bin/koha/maninvoice.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /><input type="submit" value="Create Manual Invoice" /></form>
+<form action="/cgi-bin/koha/members/maninvoice.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /><input type="submit" value="Create Manual Invoice" /></form>
 
-<form action="/cgi-bin/koha/mancredit.pl" method="get"> <input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" value="Create Manual Credit" /></form>
+<form action="/cgi-bin/koha/members/mancredit.pl" method="get"> <input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" value="Create Manual Credit" /></form>
 
 <form action="/cgi-bin/koha/members/moremember.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" value="Return to Patron Record" /></form>
 
index 92a8dc4..d78ae90 100644 (file)
@@ -4,7 +4,6 @@
 <!-- TMPL_INCLUDE NAME="menu-members.inc" -->
 
 <h1>Pay Fines for <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></h1>
-<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR name="bornum" -->">Back to borrower</a> 
 <form action="/cgi-bin/koha/members/pay.pl" method="post">
        <input type="hidden" name="bornum" value="<!-- TMPL_VAR name="bornum" -->" />
 
@@ -43,4 +42,5 @@
 </tr>
 </table>
 <input type="submit" name="submit"  value="Make Payment" class="submit" /></form>
+<form action="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR name="bornum" -->" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" value="Return to Patron Record" /></form>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 49edee6..6d92c42 100644 (file)
@@ -46,7 +46,6 @@
 </tr>
 <!-- /TMPL_LOOP -->
 </table>
-
-
+<form action="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR name="bornum" -->" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" value="Return to Patron Record" /></form>
 
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->