[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. b6b80af0a84edc5a42665012bc063c0a125fbc7a

Evergreen Git git at git.evergreen-ils.org
Thu Aug 13 16:05:49 EDT 2020


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_4 has been updated
       via  b6b80af0a84edc5a42665012bc063c0a125fbc7a (commit)
       via  0a2e623961a4e31031c1390b607eece4a56837c5 (commit)
      from  e1293d8fcf0ba3e2e9d6178ca33bba5dd76ea13b (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 b6b80af0a84edc5a42665012bc063c0a125fbc7a
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Thu Aug 13 16:01:08 2020 -0400

    LP#1839365: (follow-up) update AngularJS login page as well
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/t_login.tt2 b/Open-ILS/src/templates/staff/t_login.tt2
index 640e6c51f2..2dc7fc4221 100644
--- a/Open-ILS/src/templates/staff/t_login.tt2
+++ b/Open-ILS/src/templates/staff/t_login.tt2
@@ -3,7 +3,7 @@
     <div class="col-md-3"></div><!-- offset? -->
       <div class="col-md-6">
         <fieldset>
-          <legend>[% l('Sign In') %]</legend>
+          <legend><h1>[% l('Sign In') %]</h1></legend>
           <!-- 
             login() hangs off the page $scope.
             Values entered by the user are put into 'args', 

commit 0a2e623961a4e31031c1390b607eece4a56837c5
Author: Shula Link <slink at gchrl.org>
Date:   Tue Oct 22 11:06:44 2019 -0400

    LP#1839365: add h1 heading to Angular staff login page
    
    Signed-off-by: Shula Link <slink at gchrl.org>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/eg2/src/app/staff/login.component.html b/Open-ILS/src/eg2/src/app/staff/login.component.html
index 96036b563d..63c8b82f9d 100644
--- a/Open-ILS/src/eg2/src/app/staff/login.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/login.component.html
@@ -1,7 +1,7 @@
 <div class="container">
   <div class="col-lg-6 offset-lg-3">
     <fieldset>
-      <legend class="mb-0" i18n>Sign In</legend>
+      <legend class="mb-0" i18n><h1>Sign In</h1></legend>
       <hr class="mt-1"/>
       <form (ngSubmit)="handleSubmit()" #loginForm="ngForm" class="form-validated">
 

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

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/login.component.html | 2 +-
 Open-ILS/src/templates/staff/t_login.tt2            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list