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

Evergreen Git git at git.evergreen-ils.org
Wed Jul 25 08:09:15 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, master has been updated
       via  b613f593c41830f6d2cb41a264b46f1011547e54 (commit)
      from  a43c37d6a404a841f3f811419929d7543ec1ef9e (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 b613f593c41830f6d2cb41a264b46f1011547e54
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