View | Details | Raw Unified | Return to bug 18703
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-2 / +1 lines)
Lines 108-114 Link Here
108
        </div><!-- /yui-u -->
108
        </div><!-- /yui-u -->
109
</div><!-- /yui-g -->
109
</div><!-- /yui-g -->
110
<div class="yui-g">
110
<div class="yui-g">
111
            [%# Following statment must be in one line for translatability %]
111
            [%# Following statement must be in one line for translatability %]
112
            [% 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) %]
112
            [% 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) %]
113
                <div id="area-pending">
113
                <div id="area-pending">
114
                    [% IF pending_article_requests %]
114
                    [% IF pending_article_requests %]
115
- 

Return to bug 18703