PINES - replace missing div in patron summary bar
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 28 Nov 2022 17:52:44 +0000 (12:52 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 28 Nov 2022 19:22:37 +0000 (14:22 -0500)
This line was inadvertently removed in a prior customization.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_summary.tt2

index 75a8191..10741aa 100644 (file)
       <div class="col-md-5">[% l('Pref Language') %]&nbsp;<span ng-if="hasLocaleName" class="locale"></span></div>
       <div class="col-md-7">{{patron().locale().name()}}</div>
     </div>
+    <div class="row">
       <div class="col-md-5">[% l('Email') %]</div>
          <!-- Bound href="mailto: patron().email()" to an anchor tag to allow the patron's email address to be clicked directly from the summary. -->
       <div class="col-md-7"><a ng-href="mailto:{{patron().email()}}">{{patron().email()}}</a></div>