Bug 18581 - Add standard edit and delete buttons to suggestions list
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tt
1 [% USE Koha %]
2 [% SET footerjs = 1 %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha staff client</title>
5 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage.css" />
6 [% INCLUDE 'doc-head-close.inc' %]
7 </head>
8 <body id="main_intranet-main" class="main">
9 [% INCLUDE 'header.inc' %]
10 [% INCLUDE 'home-search.inc' %]
11
12 <div id="breadcrumbs" >Home</div>
13
14
15 <div id="doc3" class="yui-t3">
16    <div id="bd" role="main">
17     <div id="yui-main">
18     <div class="yui-b"><div class="yui-g">
19     [% IF adminWarning %]
20         <div id="adminwarning" class="dialog alert">
21             <p><strong>Warning:</strong> You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p>
22             <p>Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.</p>
23 <p><a class="btn btn-default btn-sm" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-plus"> </i> Create patron</a></p>
24         </div>
25     [% END %]
26     <div class="yui-u first">
27
28             <div id="area-list-left">
29                 <ul class="biglinks-list">
30                     [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
31                     <li>
32                         <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
33                     </li>
34                     [% END %]
35
36                     [% IF ( CAN_user_borrowers ) %]
37                     <li>
38                         <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
39                     </li>
40                     [% END %]
41
42                     [% IF ( CAN_user_catalogue ) %]
43                     <li>
44                         <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a>
45                     </li>
46                     [% END %]
47
48                     <li>
49                         <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a>
50                     </li>
51
52                     [% IF ( UseCourseReserves ) %]
53                         <li>
54                             <a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
55                         </li>
56                     [% END %]
57
58                     [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
59                     <li>
60                         <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
61                     </li>
62                     [% END %]
63                     <li>
64                         <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
65                     </li>
66                 </ul>
67             </div><!-- /area-list-left -->
68         </div><!-- /yui-u first -->
69     <div class="yui-u">
70             <div id="area-list-right">
71                 <ul class="biglinks-list">
72                     [% IF ( CAN_user_serials ) %]
73                     <li>
74                         <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
75                         <span class="biglink"></span>
76                     </li>
77                     [% END %]
78
79                     [% IF ( CAN_user_acquisition ) %]
80                     <li>
81                         <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
82                         <span class="biglink"></span>
83                     </li>
84                     [% END %]
85
86                     [% IF ( CAN_user_reports ) %]
87                     <li>
88                         <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
89                     </li>
90                     [% END %]
91
92
93                     [% IF ( CAN_user_tools ) %]
94                     <li>
95                         <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
96                     </li>
97                     [% END %]
98
99                     [% IF ( CAN_user_parameters ) %]
100                     <li>
101                         <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a>
102                     </li>
103                     [% END %]
104                     <li>
105                         <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha</a>
106                     </li>
107                 </ul>
108             </div><!-- /area-list-right -->
109         </div><!-- /yui-u -->
110 </div><!-- /yui-g -->
111 <div class="yui-g">
112             [%# Following statement must be in one line for translatability %]
113             [% IF ( ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers && pending_borrower_modifications ) || ( CAN_user_acquisition && pendingsuggestions ) || ( CAN_user_borrowers && pending_discharge_requests ) || pending_article_requests) %]
114                 <div id="area-pending">
115                     [% IF pending_article_requests %]
116                     <div class="pending-info" id="article_requests_pending">
117
118                         <a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a>:
119                         <span class="pending-number-link">[% pending_article_requests %]</span>
120                     </div>
121                     [% END %]
122
123                     [% IF ( CAN_user_acquisition && pendingsuggestions ) %]
124                     <div class="pending-info" id="suggestions_pending">
125
126                         <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions pending approval</a>:
127                         <span class="pending-number-link">[% pendingsuggestions %]</span>
128                     </div>
129                     [% END %]
130
131                     [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) %]
132                     <div class="pending-info" id="comments_pending">
133                         <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>:
134                         <span class="pending-number-link">[% pendingcomments %]</span>
135                     </div>
136                     [% END %]
137
138                     [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
139                     <div class="pending-info" id="tags_pending">
140                         <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>:
141                         <span class="pending-number-link">[% pendingtags %]</span>
142                     </div>
143                     [% END %]
144
145
146                     [% IF ( CAN_user_borrowers && pending_borrower_modifications ) %]
147                     <div class="pending-info" id="patron_updates_pending">
148                         <a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>:
149                         <span class="pending-number-link">[% pending_borrower_modifications %]</span>
150                     </div>
151                     [% END %]
152
153                     [% IF CAN_user_borrowers && pending_discharge_requests %]
154                     <div class="pending-info" id="patron_discharges_pending">
155                         <a href="/cgi-bin/koha/members/discharges.pl">Discharge requests pending</a>:
156                         <span class="pending-number-link">[% pending_discharge_requests %]</span>
157                     </div>
158                     [% END %]
159
160                 </div>
161
162             [% END %]
163
164 </div>
165             [% IF ( IntranetmainUserblock ) %]
166                 <div class="yui-g" id="area-userblock">
167                     <div class="user-info">
168                         [% IntranetmainUserblock %]
169                     </div>
170                 </div>
171             [% END %]
172 </div>
173     </div>
174     <div class="yui-b"><!-- YOUR NAVIGATION GOES HERE -->
175     [% IF ( koha_news_count ) %]
176         <div id="area-news">
177             <h3><span class="news_title">News</span></h3>
178             [% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %]
179             [% FOREACH koha_new IN koha_news %]
180                 <div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4>
181                     <div class="newsbody">[% koha_new.content %]</div>
182                     <p class="newsfooter"> Posted on [% koha_new.newdate %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by <span class="newsauthor_title">[% koha_new.author_title %] </span>[% koha_new.author_firstname %] [% koha_new.author_surname %]<br />[% END %]
183                         [% IF ( CAN_user_tools ) %]
184                             <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% koha_new.idnew %]">Edit</a>
185                              | <a class="news_delete" href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=[% koha_new.idnew %]">Delete</a>
186                              | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a>
187                         [% END %]
188                     </p>
189                 </div>
190             [% END %]
191         </div><!-- /koha-news -->
192     [% END %]
193     </div>
194 </div>
195
196 [% MACRO jsinclude BLOCK %]
197     <script type="text/javascript">
198     //<![CDATA[
199     var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone.");
200         $(document).ready(function(){
201             $(".news_delete").on("click", function(){
202                 return confirmDelete(MSG_CONFIRM_DELETE);
203             });
204         });
205     //]]>
206     </script>
207 [% END %]
208 <!-- the main div is closed in intranet-bottom.inc -->
209 [% INCLUDE 'intranet-bottom.inc' %]