Adding link to moremember to directly email members.
authorhdl <hdl>
Thu, 28 Jun 2007 07:59:42 +0000 (07:59 +0000)
committerhdl <hdl>
Thu, 28 Jun 2007 07:59:42 +0000 (07:59 +0000)
This could be considered as unsafe since emails are plain text and may be used by spam robots.
BUT : Authentication required to get to these pages may help securing those data.

koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl

index 1e62895..eaa0523 100644 (file)
     <!-- /TMPL_IF -->          
     <p><label>Fax: </label><!-- TMPL_VAR NAME="fax" --></p>
     <!-- TMPL_UNLESS NAME="I"-->
-    <p><label>E-mail address:</label><!-- TMPL_VAR NAME="email" --></p>
+    <p><label>E-mail address:</label><a href="mailto:<!-- TMPL_VAR NAME="email" -->"><!-- TMPL_VAR NAME="email" --></a><!--TMPL_IF Name="emailpro"-->, <a href="mailto:<!-- TMPL_VAR NAME="emailpro" -->"><!-- TMPL_VAR NAME="emailpro" --></a><!--/TMPL_IF--></p>
     <p><label>Date of birth:</label><!-- TMPL_VAR NAME="dateofbirth" --></p>
     <p><label>Sex:</label><!-- TMPL_VAR NAME="sex" --></p>
     <!-- /TMPL_UNLESS -->