[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. deeae84d6a2a9c0c5ce35a990de8ec0d059d8e85

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_5 has been updated
       via  deeae84d6a2a9c0c5ce35a990de8ec0d059d8e85 (commit)
       via  0f66a7019747396de23316643f565f3afadf62d9 (commit)
      from  54d9e5acee884970527981455616a05b4c0b9411 (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 deeae84d6a2a9c0c5ce35a990de8ec0d059d8e85
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 0f66a7019747396de23316643f565f3afadf62d9
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 Evergreen-commits mailing list