View | Details | Raw Unified | Return to bug 6105
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl (-1 / +2 lines)
Lines 564-569 function validate1(date) { Link Here
564
       </table>
564
       </table>
565
	</div>
565
	</div>
566
<!-- /TMPL_IF -->
566
<!-- /TMPL_IF -->
567
    </form>
567
	
568
	
568
<div id="onhold">
569
<div id="onhold">
569
<!-- TMPL_IF NAME="reservloop" -->
570
<!-- TMPL_IF NAME="reservloop" -->
Lines 617-622 function validate1(date) { Link Here
617
        <input type="submit" id="renew_all" name="renew_all" value="Renew all" />
618
        <input type="submit" id="renew_all" name="renew_all" value="Renew all" />
618
        </fieldset>
619
        </fieldset>
619
    <!-- TMPL_ELSE --><p>Patron has nothing checked out.</p><!-- /TMPL_IF -->
620
    <!-- TMPL_ELSE --><p>Patron has nothing checked out.</p><!-- /TMPL_IF -->
621
</form>
620
	</div>
622
	</div>
621
623
622
</div>
624
</div>
623
- 

Return to bug 6105