Adding javascript confirm to patron image replace and delete. Also adding check for...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reviews / reviewswaiting.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Tools &rsaquo; Comments waiting for Approval</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!--TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
10 &rsaquo; Comments Awaiting Moderation</div>
11
12 <div id="doc3" class="yui-t2">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b">
17
18 <h1>Comments</h1>
19
20 <!-- TMPL_IF NAME="reviews" -->
21 <table>
22     <tr>
23         <th>
24             Authors
25         </th>
26         <th>
27             On biblio
28         </th>
29         <th>
30             Comment
31         </th>
32         <th>
33             &nbsp;
34         </th>
35     </tr>
36     <!-- TMPL_LOOP NAME="reviews" -->
37     <tr>
38         <td>
39             <!-- TMPL_VAR NAME="surname" -->
40             <!-- TMPL_VAR NAME="firstname" -->
41         </td>
42         <td>
43             <!-- TMPL_VAR NAME="bibliotitle" -->
44         </td>
45         <td>
46             <!-- TMPL_VAR NAME="review" -->
47         </td>
48         <td>
49             <a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&amp;reviewid=<!-- TMPL_VAR NAME="reviewid" -->">Approve</a> |
50             <a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&amp;reviewid=<!-- TMPL_VAR NAME="reviewid" -->">Delete</a>
51         </td>
52     </tr>
53     <!-- /TMPL_LOOP -->
54 </table>
55 <!-- TMPL_ELSE -->
56 <b>No comments to moderate</b>
57 <!-- /TMPL_IF -->
58
59 </div>
60 </div>
61 <div class="yui-b">
62 <!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
63 </div>
64 </div>
65 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->