Minor fix, alt text contained French
[koha.git] / koha-tmpl / intranet-tmpl / default / en / newimember.tmpl
1 <TMPL_INCLUDE NAME="members-top.inc">
2
3 <TMPL_IF NAME="missingloop">
4         <TMPL_VAR Name="string">
5 <TMPL_ELSE>
6         <TMPL_IF NAME=invalid>
7                 Invalid cardnumber.<p>
8         <TMPL_ELSE>
9                 Valid values. click OK to confirm this new borrower
10                 <form action="/cgi-bin/koha/insertidata.pl" method=post>
11                         <TMPL_LOOP NAME=inputsloop>
12                                 <input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
13                         </TMPL_LOOP>
14                         <input type=submit name=submit value=OK>
15                 </form>
16         </TMPL_IF>
17 </TMPL_IF>
18
19 <TMPL_INCLUDE NAME="members-bottom.inc">