Adding 'destination' hidden field to tell the script where to send the user upon...
authoroleonard <oleonard>
Wed, 16 Feb 2005 20:21:58 +0000 (20:21 +0000)
committeroleonard <oleonard>
Wed, 16 Feb 2005 20:21:58 +0000 (20:21 +0000)
koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl

index a2f51a5..ff44e9e 100644 (file)
@@ -44,6 +44,7 @@
                </div>
        <!-- /TMPL_IF -->
        <form action="/cgi-bin/koha/members/memberentry.pl" method="post">
+               <input type="hidden" name="destination" value="<!-- TMPL_VAR NAME="destination" -->" />
                <input type="hidden" name="joining" value="<!-- TMPL_VAR NAME="dateenrolled" -->">
                <input type="hidden" name="expiry" value="<!-- TMPL_VAR NAME="expiry" -->">
                <input type="hidden" name="type" value="borrowers">