From 45a946470c8a43aa3038d9765f4c6dd827d2ebe2 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Fri, 22 Jan 2016 00:38:51 +0000 Subject: [PATCH] Bug 15640: Title for links on main page of intranet To test: Go to main page and ensure that text shows on hover of links --- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 40 ++++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index d0be0da..b8e6d8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -29,39 +29,39 @@ @@ -78,31 +78,31 @@ [% IF ( CAN_user_acquisition ) %]
  • - Acquisitions + Acquisitions
  • [% END %] [% IF ( CAN_user_reports ) %]
  • - Reports + Reports
  • [% END %] [% IF ( CAN_user_tools ) %]
  • - Tools + Tools
  • [% END %] [% IF ( CAN_user_parameters ) %]
  • - Koha administration + Koha administration
  • [% END %]
  • - About Koha + About Koha
  • @@ -119,21 +119,21 @@ [% IF ( CAN_user_acquisition && pendingsuggestions ) %]
    - Suggestions pending approval: + Suggestions pending approval: [% pendingsuggestions %]
    [% END %] [% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %]
    - Comments pending approval: + Comments pending approval: [% pendingcomments %]
    [% END %] [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
    - Tags pending approval: + Tags pending approval: [% pendingtags %]
    [% END %] @@ -141,14 +141,14 @@ [% IF ( CAN_user_borrowers && pending_borrower_modifications ) %]
    - Patrons requesting modifications: + Patrons requesting modifications: [% pending_borrower_modifications %]
    [% END %] [% IF CAN_user_borrowers && pending_discharge_requests %]
    - Discharge requests pending: + Discharge requests pending: [% pending_discharge_requests %]
    [% END %] @@ -177,9 +177,9 @@

    [% koha_new.new %]

    Posted on [% koha_new.newdate %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by [% koha_new.author_title %] [% koha_new.author_firstname %] [% koha_new.author_surname %]
    [% END %] [% IF ( CAN_user_tools ) %] - Edit - | Delete - | New + Edit + | Delete + | New [% END %]

    -- 1.7.10.4