Bug 25582: Don't show OPAC problems entry on dashboard when there are no reports
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha staff client</title>
7 [% Asset.css("css/mainpage.css") | $raw %]
8 [% INCLUDE 'doc-head-close.inc' %]
9 </head>
10 <body id="main_intranet-main" class="intranet-main">
11 [% INCLUDE 'header.inc' %]
12 [% INCLUDE 'home-search.inc' %]
13
14 <div id="breadcrumbs">Home</div>
15
16     <div id="container-main" class="container-fluid">
17         <div class="row">
18             <div class="col-sm-3">
19                 [% IF ( koha_news_count ) %]
20                     <div id="area-news">
21                         <h3><span class="news_title">News</span></h3>
22                         [% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %]
23                         [% FOREACH koha_new IN koha_news %]
24                             <div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4>
25                                 <div class="newsbody">[% koha_new.content | $raw %]</div>
26                                 <p class="newsfooter"> Posted on [% koha_new.newdate | html %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by <span class="newsauthor_title">[% koha_new.author_title | html %] </span>[% koha_new.author_firstname | html %] [% koha_new.author_surname | html %]<br />[% END %]
27                                     [% IF ( CAN_user_tools ) %]
28                                         <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% koha_new.idnew | uri %]">Edit</a>
29                                          | <a class="news_delete" href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=[% koha_new.idnew | html %]">Delete</a>
30                                          | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a>
31                                     [% END %]
32                                 </p>
33                             </div>
34                         [% END %]
35                     </div><!-- /koha-news -->
36                 [% END %]
37             </div> <!-- /.col-sm-2 -->
38             <div class="col-sm-9">
39                 <div class="row">
40                     <div class="col-xs-6">
41                         <ul class="biglinks-list">
42                             [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
43                             <li>
44                                 <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl"><i class="fa fa-exchange"></i>Circulation</a>
45                             </li>
46                             [% END %]
47
48                             [% IF CAN_user_borrowers_edit_borrowers %]
49                             <li>
50                                 <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-id-card-o"></i>Patrons</a>
51                             </li>
52                             [% END %]
53
54                             [% IF ( CAN_user_catalogue ) %]
55                             <li>
56                                 <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl"><i class="fa fa-search"></i>Advanced search</a>
57                             </li>
58                             [% END %]
59
60                             <li>
61                                 <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl"><i class="fa fa-list-alt"></i>Lists</a>
62                             </li>
63
64                             [% IF ( UseCourseReserves ) %]
65                                 <li>
66                                     <a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl"><i class="fa fa-book"></i>Course reserves</a>
67                                 </li>
68                             [% END %]
69
70                             <li>
71                                 <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl"><i class="fa fa-link"></i>Authorities</a>
72                             </li>
73                             [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
74                             <li>
75                                 <a class="icon_general icon_ill" href="/cgi-bin/koha/ill/ill-requests.pl"><i class="fa fa-retweet"></i>ILL requests</a>
76                             </li>
77                             [% END %]
78                         </ul>
79                     </div> <!-- /.col-xs-6 -->
80                     <div class="col-xs-6">
81                         <ul class="biglinks-list">
82
83                             [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
84                             <li>
85                                 <a class="icon_general icon_pos" href="/cgi-bin/koha/pos/pay.pl"><i class="fa fa-shopping-cart"></i>Point of sale</a>
86                             </li>
87                             [% END %]
88
89                             [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
90                             <li>
91                                 <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-tag"></i>Cataloging</a>
92                             </li>
93                             [% END %]
94
95                             [% IF ( CAN_user_serials ) %]
96                             <li>
97                                 <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl"><i class="fa fa-newspaper-o"></i>Serials</a>
98                                 <span class="biglink"></span>
99                             </li>
100                             [% END %]
101
102                             [% IF ( CAN_user_acquisition ) %]
103                             <li>
104                                 <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl"><i class="fa fa-gift"></i>Acquisitions</a>
105                                 <span class="biglink"></span>
106                             </li>
107                             [% END %]
108
109                             [% IF ( CAN_user_reports ) %]
110                             <li>
111                                 <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl"><i class="fa fa-pie-chart"></i>Reports</a>
112                             </li>
113                             [% END %]
114
115
116                             [% IF ( CAN_user_tools ) %]
117                             <li>
118                                 <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl"><i class="fa fa-wrench"></i>Tools</a>
119                             </li>
120                             [% END %]
121
122                             [% IF ( CAN_user_parameters ) %]
123                             <li>
124                                 <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-cogs"></i>Koha administration</a>
125                             </li>
126                             [% END %]
127                             <li>
128                                 <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha<img src="[% interface | html %]/[% theme | html %]/img/koha-egg.svg" alt="Koha Logo SVG"/></a>
129                             </li>
130                         </ul>
131                     </div> <!-- /.col-sm-6 -->
132
133                 </div> <!-- /.row -->
134                 <div class="row">
135                     <div class="col-sm-12">
136                         [%# Following statement must be in one line for translatability %]
137                         [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && pendingsuggestions ) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) %]
138                             <div id="area-pending">
139                                 [% IF pending_article_requests %]
140                                 <div class="pending-info" id="article_requests_pending">
141
142                                     <a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a>:
143                                     <span class="pending-number-link">[% pending_article_requests | html %]</span>
144                                 </div>
145                                 [% END %]
146
147                                 [% IF ( CAN_user_suggestions_suggestions_manage && pendingsuggestions ) %]
148                                 <div class="pending-info" id="suggestions_pending">
149
150                                     <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions pending approval</a>:
151                                     <span class="pending-number-link">[% pendingsuggestions | html %]</span>
152                                 </div>
153                                 [% END %]
154
155                                 [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) %]
156                                 <div class="pending-info" id="comments_pending">
157                                     <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>:
158                                     <span class="pending-number-link">[% pendingcomments | html %]</span>
159                                 </div>
160                                 [% END %]
161
162                                 [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
163                                 <div class="pending-info" id="tags_pending">
164                                     <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>:
165                                     <span class="pending-number-link">[% pendingtags | html %]</span>
166                                 </div>
167                                 [% END %]
168
169
170                                 [% IF ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) %]
171                                 <div class="pending-info" id="patron_updates_pending">
172                                     <a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>:
173                                     <span class="pending-number-link">[% pending_borrower_modifications | html %]</span>
174                                 </div>
175                                 [% END %]
176
177                                 [% IF CAN_user_borrowers_edit_borrowers && pending_discharge_requests %]
178                                 <div class="pending-info" id="patron_discharges_pending">
179                                     <a href="/cgi-bin/koha/members/discharges.pl">Discharge requests pending</a>:
180                                     <span class="pending-number-link">[% pending_discharge_requests | html %]</span>
181                                 </div>
182                                 [% END %]
183
184                                 [% IF Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count %]
185                                     <div class="pending-info" id="checkout_notes_pending">
186                                         <a href="/cgi-bin/koha/circ/checkout-notes.pl">Checkout notes pending</a>:
187                                         <span class="pending-number-link">[% pending_checkout_notes.count | html %]</span>
188                                     </div>
189                                 [% END %]
190
191                                 [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) %]
192                                     <div class="pending-info" id="problem_reports_pending">
193                                         <a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports pending</a>:
194                                         <span class="pending-number-link">[% pending_problem_reports.count | html %]</span>
195                                     </div>
196                                 [% END %]
197
198                             </div>
199
200                         [% END %]
201
202                     </div> <!-- /.col-sm-12 -->
203                 </div> <!-- /.row -->
204
205                 [% IF ( IntranetmainUserblock ) %]
206                     <div class="row">
207                         <div class="col-sm-12">
208                             <div id="area-userblock">
209                                 <div class="user-info">
210                                     [% IntranetmainUserblock | $raw %]
211                                 </div>
212                             </div>
213                         </div>
214                     </div>
215                 [% END %]
216             </div> <!-- /.col-sm-9 -->
217
218         </div> <!-- /.row -->
219     </div> <!-- /.container-fluid -->
220
221 [% MACRO jsinclude BLOCK %]
222     <script type="text/javascript">
223     //<![CDATA[
224     var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone.");
225         $(document).ready(function(){
226             $(".news_delete").on("click", function(){
227                 return confirmDelete(MSG_CONFIRM_DELETE);
228             });
229         });
230     //]]>
231     </script>
232 [% END %]
233 <!-- the main div is closed in intranet-bottom.inc -->
234 [% INCLUDE 'intranet-bottom.inc' %]