koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members deletemem.tm


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members deletemem.tmpl,NONE,1.1 member.tmpl,1.3,1.4
Date: Wed, 27 Oct 2004 08:35:05 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26980/koha-tmpl/intranet-tmpl/npl/en/members

Modified Files:
        member.tmpl 
Added Files:
        deletemem.tmpl 
Log Message:
Initial review in upgrading templates to 2.2

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cannot Delete Patron<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="masthead.inc" -->
<!-- TMPL_INCLUDE NAME="members-topmenu.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->

<div id="main">
        <div class="error">
        <h3>Cannot Delete Patron</h3>
                <!-- TMPL_IF name="ItemsOnIssues" -->
                        <p>Patron has <!-- TMPL_VAR name="ItemsOnIssues" --> 
item(s) checked out.</p>
                <!-- /TMPL_IF -->
                <!-- TMPL_IF name="charges -->
                        <p>Patron has <!-- TMPL_VAR name="charges" --> in 
fines.</p>
                <!-- /TMPL_IF -->
                <!-- TMPL_IF name="guarantees" -->
                        <p>Patron's record has child accounts attached.</p>
                <!-- /TMPL_IF -->
                <form action="/cgi-bin/koha/members/moremember.pl" 
method="get"><input type="hidden" value="<!-- TMPL_VAR NAME="bornum" -->" 
name="bornum" /><input type="submit" class="submit" value="&lt;&lt; Return to 
Patron Record" /></form>
        </div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->

Index: member.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** member.tmpl 26 Oct 2004 21:55:01 -0000      1.3
--- member.tmpl 27 Oct 2004 15:35:03 -0000      1.4
***************
*** 36,46 ****
    <!-- TMPL_ELSE --><td colspan="6">No results found</td><!-- /TMPL_IF -->
  </table></div>
! <div class="tabitem"><form action="/cgi-bin/koha/simpleredirect.pl" 
method="post">
! <input type="submit" class="submit" value="Add New Patron" />
! <input type="hidden" name="chooseform" value="adult" />
! </form> <form action="/cgi-bin/koha/simpleredirect.pl" method="post">
! <input type="submit" class="submit" value="Add New Institution" />
! <input type="hidden" name="chooseform" value="organisation" />
! </form> </div>
  </div>
  <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
--- 36,43 ----
    <!-- TMPL_ELSE --><td colspan="6">No results found</td><!-- /TMPL_IF -->
  </table></div>
! <div class="tabitem"><form action="/cgi-bin/koha/members/memberentry.pl" 
method="post"><input type="hidden" name="categorycode" value="" /><input 
type="hidden" name="actionType" value="Add" />
!       <input type="submit" class="submit" value="Add New Patron" /></form>
!       <form action="/cgi-bin/koha/members/memberentry.pl" 
method="post"><input type="hidden" name="categorycode" value="I" /><input 
type="hidden" name="actionType" value="Add" /><input type="submit" 
class="submit" value="Add New Institution" /></form>
!       </div>
  </div>
  <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]