[open-ils-commits] [GIT] Evergreen ILS branch master updated. bd3a71ec20d9e775ff9ee2b11c2484e38047241b

Evergreen Git git at git.evergreen-ils.org
Tue Feb 6 17:26:13 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  bd3a71ec20d9e775ff9ee2b11c2484e38047241b (commit)
      from  6f9ad1821be2e8aa1d44fdfd36a7578676fbf81b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd3a71ec20d9e775ff9ee2b11c2484e38047241b
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Thu Jan 11 18:08:17 2018 -0800

    LP1735572: replacing placeholder title attribute with something more meaningful
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/acq/common/li_table.tt2 b/Open-ILS/src/templates/acq/common/li_table.tt2
index 4d4773d..895852c 100644
--- a/Open-ILS/src/templates/acq/common/li_table.tt2
+++ b/Open-ILS/src/templates/acq/common/li_table.tt2
@@ -198,7 +198,7 @@
                         <a name='expand_inline_copies' 
                             href='javascript:;'>[% l('Expand') %]</a>
                     </td>
-                    <td><a title='FOOOBAR' name='copieslink' href='javascript:void(0);'>[% l('Copies([_1])', '<span name="count">0</span>') %]</a></td>
+                    <td><a title='[% l('View copy information') %]' name='copieslink' href='javascript:void(0);'>[% l('Copies([_1])', '<span name="count">0</span>') %]</a></td>
                     <td>
                         <a name='noteslink' href='javascript:void(0);'>[% l('Notes([_1])', '<span name="notes_count">0</span>') %]</a><span name="notes_alert_flag"></span>
                     </td>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/acq/common/li_table.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list