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>
This commit is contained in:
Owen Leonard 2008-02-21 07:34:36 +13:00 committed by Joshua Ferraro
parent 503ced3952
commit 2f45d082bd

View file

@ -193,17 +193,6 @@ for (var i=0;i<ItemsNodes.length;i++){
<!-- /TMPL_IF --></div> <!-- /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> </div>
<div class="yui-u"> <div class="yui-u">