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

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, master has been updated
       via  badfbdf06bfd9713f3102bd350f652487d8e8006 (commit)
       via  e4de2aaa92c93fe7734ada29bb1e43ee9dd8d617 (commit)
      from  30dcf71b98f4b48fb1e05c7d3c74afa3b31a0ebc (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 badfbdf06bfd9713f3102bd350f652487d8e8006
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 e4de2aaa92c93fe7734ada29bb1e43ee9dd8d617
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