Lines 29-67
Link Here
|
29 |
<ul class="biglinks-list"> |
29 |
<ul class="biglinks-list"> |
30 |
[% IF ( CAN_user_circulate ) %] |
30 |
[% IF ( CAN_user_circulate ) %] |
31 |
<li> |
31 |
<li> |
32 |
<a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
32 |
<a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl" title="circulation">Circulation</a> |
33 |
</li> |
33 |
</li> |
34 |
[% END %] |
34 |
[% END %] |
35 |
|
35 |
|
36 |
[% IF ( CAN_user_borrowers ) %] |
36 |
[% IF ( CAN_user_borrowers ) %] |
37 |
<li> |
37 |
<li> |
38 |
<a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl">Patrons</a> |
38 |
<a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl" title="patrons">Patrons</a> |
39 |
</li> |
39 |
</li> |
40 |
[% END %] |
40 |
[% END %] |
41 |
|
41 |
|
42 |
[% IF ( CAN_user_catalogue ) %] |
42 |
[% IF ( CAN_user_catalogue ) %] |
43 |
<li> |
43 |
<li> |
44 |
<a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a> |
44 |
<a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl" title="advanced search">Advanced search</a> |
45 |
</li> |
45 |
</li> |
46 |
[% END %] |
46 |
[% END %] |
47 |
|
47 |
|
48 |
<li> |
48 |
<li> |
49 |
<a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a> |
49 |
<a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl" title="lists">Lists</a> |
50 |
</li> |
50 |
</li> |
51 |
|
51 |
|
52 |
[% IF ( UseCourseReserves ) %] |
52 |
[% IF ( UseCourseReserves ) %] |
53 |
<li> |
53 |
<li> |
54 |
<a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> |
54 |
<a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl" title="course reserves">Course reserves</a> |
55 |
</li> |
55 |
</li> |
56 |
[% END %] |
56 |
[% END %] |
57 |
|
57 |
|
58 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %] |
58 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %] |
59 |
<li> |
59 |
<li> |
60 |
<a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> |
60 |
<a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl" title="cataloging">Cataloging</a> |
61 |
</li> |
61 |
</li> |
62 |
[% END %] |
62 |
[% END %] |
63 |
<li> |
63 |
<li> |
64 |
<a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
64 |
<a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl" title="authorities">Authorities</a> |
65 |
</li> |
65 |
</li> |
66 |
</ul> |
66 |
</ul> |
67 |
</div><!-- /area-list-left --> |
67 |
</div><!-- /area-list-left --> |
Lines 78-108
Link Here
|
78 |
|
78 |
|
79 |
[% IF ( CAN_user_acquisition ) %] |
79 |
[% IF ( CAN_user_acquisition ) %] |
80 |
<li> |
80 |
<li> |
81 |
<a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> |
81 |
<a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl" title="acquisitions">Acquisitions</a> |
82 |
<span class="biglink"></span> |
82 |
<span class="biglink"></span> |
83 |
</li> |
83 |
</li> |
84 |
[% END %] |
84 |
[% END %] |
85 |
|
85 |
|
86 |
[% IF ( CAN_user_reports ) %] |
86 |
[% IF ( CAN_user_reports ) %] |
87 |
<li> |
87 |
<li> |
88 |
<a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> |
88 |
<a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl" title="reports">Reports</a> |
89 |
</li> |
89 |
</li> |
90 |
[% END %] |
90 |
[% END %] |
91 |
|
91 |
|
92 |
|
92 |
|
93 |
[% IF ( CAN_user_tools ) %] |
93 |
[% IF ( CAN_user_tools ) %] |
94 |
<li> |
94 |
<li> |
95 |
<a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
95 |
<a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl" title="tools">Tools</a> |
96 |
</li> |
96 |
</li> |
97 |
[% END %] |
97 |
[% END %] |
98 |
|
98 |
|
99 |
[% IF ( CAN_user_parameters ) %] |
99 |
[% IF ( CAN_user_parameters ) %] |
100 |
<li> |
100 |
<li> |
101 |
<a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a> |
101 |
<a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl" title="administration">Koha administration</a> |
102 |
</li> |
102 |
</li> |
103 |
[% END %] |
103 |
[% END %] |
104 |
<li> |
104 |
<li> |
105 |
<a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha</a> |
105 |
<a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl" title="about koha">About Koha</a> |
106 |
</li> |
106 |
</li> |
107 |
</ul> |
107 |
</ul> |
108 |
</div><!-- /area-list-right --> |
108 |
</div><!-- /area-list-right --> |
Lines 119-139
Link Here
|
119 |
[% IF ( CAN_user_acquisition && pendingsuggestions ) %] |
119 |
[% IF ( CAN_user_acquisition && pendingsuggestions ) %] |
120 |
<div class="pending-info" id="suggestions_pending"> |
120 |
<div class="pending-info" id="suggestions_pending"> |
121 |
|
121 |
|
122 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions pending approval</a>: |
122 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED" title="suggestions pending approval">Suggestions pending approval</a>: |
123 |
<span class="pending-number-link">[% pendingsuggestions %]</span> |
123 |
<span class="pending-number-link">[% pendingsuggestions %]</span> |
124 |
</div> |
124 |
</div> |
125 |
[% END %] |
125 |
[% END %] |
126 |
|
126 |
|
127 |
[% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %] |
127 |
[% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %] |
128 |
<div class="pending-info" id="comments_pending"> |
128 |
<div class="pending-info" id="comments_pending"> |
129 |
<a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>: |
129 |
<a href="/cgi-bin/koha/reviews/reviewswaiting.pl" title="comments pending approval">Comments pending approval</a>: |
130 |
<span class="pending-number-link">[% pendingcomments %]</span> |
130 |
<span class="pending-number-link">[% pendingcomments %]</span> |
131 |
</div> |
131 |
</div> |
132 |
[% END %] |
132 |
[% END %] |
133 |
|
133 |
|
134 |
[% IF ( CAN_user_tools_moderate_tags && pendingtags ) %] |
134 |
[% IF ( CAN_user_tools_moderate_tags && pendingtags ) %] |
135 |
<div class="pending-info" id="tags_pending"> |
135 |
<div class="pending-info" id="tags_pending"> |
136 |
<a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>: |
136 |
<a href="/cgi-bin/koha/tags/review.pl" title="tags pending approval">Tags pending approval</a>: |
137 |
<span class="pending-number-link">[% pendingtags %]</span> |
137 |
<span class="pending-number-link">[% pendingtags %]</span> |
138 |
</div> |
138 |
</div> |
139 |
[% END %] |
139 |
[% END %] |
Lines 141-154
Link Here
|
141 |
|
141 |
|
142 |
[% IF ( CAN_user_borrowers && pending_borrower_modifications ) %] |
142 |
[% IF ( CAN_user_borrowers && pending_borrower_modifications ) %] |
143 |
<div class="pending-info" id="patron_updates_pending"> |
143 |
<div class="pending-info" id="patron_updates_pending"> |
144 |
<a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>: |
144 |
<a href="/cgi-bin/koha/members/members-update.pl" title="patrons requesting modifications">Patrons requesting modifications</a>: |
145 |
<span class="pending-number-link">[% pending_borrower_modifications %]</span> |
145 |
<span class="pending-number-link">[% pending_borrower_modifications %]</span> |
146 |
</div> |
146 |
</div> |
147 |
[% END %] |
147 |
[% END %] |
148 |
|
148 |
|
149 |
[% IF CAN_user_borrowers && pending_discharge_requests %] |
149 |
[% IF CAN_user_borrowers && pending_discharge_requests %] |
150 |
<div class="pending-info" id="patron_discharges_pending"> |
150 |
<div class="pending-info" id="patron_discharges_pending"> |
151 |
<a href="/cgi-bin/koha/members/discharges.pl">Discharge requests pending</a>: |
151 |
<a href="/cgi-bin/koha/members/discharges.pl" title="pending discharge requests">Discharge requests pending</a>: |
152 |
<span class="pending-number-link">[% pending_discharge_requests %]</span> |
152 |
<span class="pending-number-link">[% pending_discharge_requests %]</span> |
153 |
</div> |
153 |
</div> |
154 |
[% END %] |
154 |
[% END %] |
Lines 177-185
Link Here
|
177 |
<p>[% koha_new.new %]</p> |
177 |
<p>[% koha_new.new %]</p> |
178 |
<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 %] |
178 |
<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 %] |
179 |
[% IF ( CAN_user_tools ) %] |
179 |
[% IF ( CAN_user_tools ) %] |
180 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> |
180 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]" title="edit news item">Edit</a> |
181 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]">Delete</a> |
181 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]" title="delete news item">Delete</a> |
182 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a> |
182 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form" title="create new news item">New</a> |
183 |
[% END %] |
183 |
[% END %] |
184 |
</p> |
184 |
</p> |
185 |
</div> |
185 |
</div> |
186 |
- |
|
|