]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1708291: add an egHelpPopover directive
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 20 Jun 2017 22:10:46 +0000 (18:10 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 1 Sep 2017 16:47:16 +0000 (12:47 -0400)
commitbad8ab7907b9f32e0c91b027da8258df49880b9f
treed0908ea3bc78451b46ac57085be36e7d20372803
parente0a0375f09ee27835faa7967364447b8695d7d77
LP#1708291: add an egHelpPopover directive

This directive allows adding help text accessible by clicking
on a question mark icon.  Example usage:

<eg-help-popover help-text="Use the Force, Leia!">

to create simple popover or

<eg-help-popover help-text="Learn MARC21"
                 help-link="https://www.loc.gov/marc"
>

to have the help text hyperlinked.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/staff/share/t_help_popover.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/ui.js