68 lines
2.1 KiB
Text
68 lines
2.1 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Patrons › [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron Details for [% firstname %] [% surname %] ([% cardnumber %])[% END %]</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body>
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE 'patron-search.inc' %]
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron Details for [% firstname %] [% surname %] ([% cardnumber %])[% END %] </div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
[% INCLUDE 'members-toolbar.inc' %]
|
|
[% IF ( error ) %]
|
|
<div class="dialog alert">
|
|
[% IF ( AUTH_UPDATE_FAILED ) %]
|
|
<h3>Userid / Password update failed</h3>
|
|
<strong>Insufficient privileges.</strong>
|
|
<p>Other fields updated.</p>
|
|
[% END %]
|
|
[% IF ( CANT_DELETE_STAFF ) %]
|
|
<h3>Unable to delete staff user</h3>
|
|
<p>Insufficient privileges.</p>
|
|
[% END %]
|
|
[% IF ( CANT_DELETE_OTHERLIBRARY ) %]
|
|
<h3>Unable to delete patrons from other libraries with current settings</h3>
|
|
<p>Insufficient privileges.</p>
|
|
[% END %]
|
|
[% IF ( CANT_DELETE ) %]
|
|
<h3>Unable to delete patron:</h3>
|
|
<p>Insufficient privileges.</p>
|
|
[% END %]
|
|
</div>
|
|
[% END %]
|
|
<div class="yui-g">
|
|
[% IF ( unknowuser ) %]
|
|
<div class="dialog message">
|
|
This patron does not exist.
|
|
</div>
|
|
[% ELSE %]
|
|
|
|
<table>
|
|
<caption>Message Queue</caption>
|
|
<tr><th>Type</th><th>Subject</th><th>Status</th><th>Time Prepared</th></tr>
|
|
[% IF ( message_queue ) %]
|
|
[% FOREACH message_queu IN message_queue %]
|
|
<tr><td>[% message_queu.message_transport_type %]</td><td>[% message_queu.subject %]</td><td>[% message_queu.status %]</td><td>[% message_queu.time_queued %]</td></tr>
|
|
[% END %]
|
|
[% ELSE %]
|
|
<tr><td colspan="4">There is no record of any messages that have been sent to this patron.</td></tr>
|
|
[% END %]
|
|
</table>
|
|
|
|
</div>
|
|
|
|
[% END %] <!-- unknowuser -->
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
[% INCLUDE 'circ-menu.inc' %]
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|