[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. cd8e4cf4540c6e3420b3e17786eab065ea0096eb

Evergreen Git git at git.evergreen-ils.org
Wed Jul 25 08:11:47 EDT 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, rel_3_1 has been updated
       via  cd8e4cf4540c6e3420b3e17786eab065ea0096eb (commit)
      from  79541f4abddd0eae44081b2fdcc2c3a8475be2f2 (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 cd8e4cf4540c6e3420b3e17786eab065ea0096eb
Author: Adam Bowling <abowling at emeralddata.net>
Date:   Sat Jun 23 01:06:13 2018 -0400

    LP#1778268: Fix incorrect close tag for label on line 58 of
    Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2
    
    Signed-off-by: Adam Bowling <abowling at emeralddata.net>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 b/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2
index 418d4e8..86d0926 100644
--- a/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2
+++ b/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2
@@ -55,7 +55,7 @@
                 default-file-name="'[% l('exported_label_templates.json') %]'">
                 [% l('Export') %]
             </label>
-            <label class="btn btn-default" ng-click="reset_to_default()">[% l('Default') %]</button>
+            <label class="btn btn-default" ng-click="reset_to_default()">[% l('Default') %]</label>
         </div>
     </div>
     <div class="col-md-1 pull-right">

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

Summary of changes:
 .../src/templates/staff/cat/printlabels/t_view.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list