lp1801947 (follow-up): specify behavior for eg-help-popover button pines_master_2020_08_19
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 17 Aug 2020 20:51:59 +0000 (13:51 -0700)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:38:28 +0000 (11:38 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/share/t_help_popover.tt2

index 6ce1e4a..3e07fa3 100644 (file)
@@ -1,4 +1,5 @@
 <button class="glyphicon glyphicon-question-sign no-border"
+      type="button"
       uib-popover="{{helpText}}"
       popover-trigger="click"
       popover-placement="auto"
@@ -6,6 +7,7 @@
       ng-if="!helpLink || helpLink.length == 0"
 ></button>
 <button class="glyphicon glyphicon-question-sign no-border"
+      type="button"
       uib-popover-html="helpHtml"
       popover-trigger="click"
       popover-placement="auto"