Browse Source

Fix for Bug 1843. I'm taking out the link, since the patron image upload process doesn't offer per-patron process.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Owen Leonard 16 years ago
committed by Joshua Ferraro
parent
commit
2f45d082bd
  1. 11
      koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl

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

@ -193,17 +193,6 @@ for (var i=0;i<ItemsNodes.length;i++){
<!-- /TMPL_IF --></div>
</div>
<div id="patron-image" style="padding: 0.5em;">
<h3>Patron Image</h3>
<!-- TMPL_IF name="picture" -->
<img src="<!-- TMPL_VAR NAME="picture" -->" width="25%" height="25%" alt="Patron Picture">
<!-- TMPL_ELSE -->
<li>There is no picture available for this patron.</li>
<div class="action">
<a href="picture-upload.pl">Add Patron Images</a>
</div>
<!-- /TMPL_IF -->
</div>
</div>
<div class="yui-u">

Loading…
Cancel
Save