Merge remote branch 'kc/new/enh/bug_4421' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / messaging.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Patrons &rsaquo; <!-- TMPL_IF NAME="unknowuser" -->Patron does not exist<!-- TMPL_ELSE -->Patron Details for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)<!-- /TMPL_IF --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="patron-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <!-- TMPL_IF NAME="unknowuser" -->Patron does not exist<!-- TMPL_ELSE -->Patron Details for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)<!-- /TMPL_IF --> </div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16 <!-- TMPL_INCLUDE NAME="members-toolbar.inc" -->
17 <!-- TMPL_IF NAME="error" -->
18 <div class="dialog alert">
19 <!-- TMPL_IF NAME="AUTH_UPDATE_FAILED" -->
20 <h3>Userid / Password update failed</h3>
21 <strong>Insufficient privileges.</strong>
22 <p>Other fields updated.</p>
23 <!-- /TMPL_IF -->
24 <!-- TMPL_IF NAME="CANT_DELETE_STAFF" -->
25 <h3>Unable to delete staff user</h3>
26 <p>Insufficient privileges.</p>
27 <!-- /TMPL_IF -->
28 <!-- TMPL_IF NAME="CANT_DELETE_OTHERLIBRARY" -->
29 <h3>Unable to delete patrons from other libraries with current settings</h3>
30 <p>Insufficient privileges.</p>
31 <!-- /TMPL_IF -->
32 <!-- TMPL_IF NAME="CANT_DELETE" -->
33 <h3>Unable to delete patron:</h3>
34 <p>Insufficient privileges.</p>
35 <!-- /TMPL_IF -->
36 </div>
37 <!-- /TMPL_IF -->
38 <div class="yui-g">
39 <!-- TMPL_IF NAME="unknowuser" -->
40    <div class="dialog message">
41          This patron does not exist.
42    </div>
43 <!-- TMPL_ELSE -->
44
45 <table>
46   <caption>Message Queue</caption>
47   <tr><th>Type</th><th>Subject</th><th>Status</th><th>Time Prepared</th></tr>
48 <!-- TMPL_IF NAME="message_queue" -->
49   <!-- TMPL_LOOP name="message_queue" -->
50     <tr><td><!-- TMPL_VAR NAME="message_transport_type" --></td><td><!-- TMPL_VAR NAME="subject" --></td><td><!-- TMPL_VAR NAME="status" --></td><td><!-- TMPL_VAR NAME="time_queued" --></td></tr>
51   <!-- /TMPL_LOOP -->
52 <!-- TMPL_ELSE -->
53   <tr><td colspan="4">There is no record of any messages that have been sent to this patron.</td></tr>
54 <!-- /TMPL_IF -->
55 </table>
56
57 </div>
58
59 <!-- /TMPL_IF --> <!-- unknowuser -->
60
61
62 </div>
63 </div>
64 <div class="yui-b">
65 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
66 </div>
67 </div>
68 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->