[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. fc571075295646b3007d02fa792cee259d4b538b
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 25 08:12: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, rel_3_0 has been updated
via fc571075295646b3007d02fa792cee259d4b538b (commit)
from 6b014fa4b8d37b44c555b59fc0aabede2625f2b6 (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 fc571075295646b3007d02fa792cee259d4b538b
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