From 725915ef6b009645f58b4dfbd96956030a90e767 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Wed, 3 May 2023 06:35:33 -0700 Subject: [PATCH] LP 1855781: get eg-help-popover working again Signed-off-by: Jane Sandberg --- .../eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts | 4 ++-- Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html | 2 +- .../circ_matrix_matchpoint/linked-circ-limit-sets.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts b/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts index dce19a76b5..f02752c849 100644 --- a/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts +++ b/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts @@ -18,10 +18,10 @@ export class EgHelpPopoverComponent { // placement value passed to ngbPopover that controls // where the popover is displayed. Values include - // 'auto', 'right', 'left', 'top-left', 'bottom-right', + // 'auto', 'start', 'end', 'top-start', 'bottom-end', // 'top', and so forth. @Input() - placement = ''; + placement = 'auto'; // Allow for overriding the default button class. // This augments the basic 'btn' class diff --git a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html index e338e527f7..5926161ecd 100644 --- a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html +++ b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html @@ -36,7 +36,7 @@
- +
(Unset)
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html index 04f46ec45e..76ad9139e9 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html @@ -64,7 +64,7 @@ (click)="addLinkedSet()" i18n-title title="Add" i18n>Add - +
diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html index f53c638af5..0d37e2e041 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html @@ -55,7 +55,7 @@ + placement="end" [helpText]="getFieldDoc(args.cls, args.field)"> diff --git a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html index e9737bc48c..26ceb76b83 100644 --- a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html +++ b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html @@ -7,7 +7,7 @@ prefix=":) {{dynamicTitleText}}" suffix="Sandbox"> - +
Modify Page Title:
-- 2.11.0