]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/share/t_help_popover.tt2
lp1801947 (follow-up): specify behavior for eg-help-popover button
[Evergreen.git] / Open-ILS / src / templates / staff / share / t_help_popover.tt2
1 <button class="glyphicon glyphicon-question-sign no-border"
2       type="button"
3       uib-popover="{{helpText}}"
4       popover-trigger="click"
5       popover-placement="auto"
6       i18n-aria-label aria-label="Help"
7       ng-if="!helpLink || helpLink.length == 0"
8 ></button>
9 <button class="glyphicon glyphicon-question-sign no-border"
10       type="button"
11       uib-popover-html="helpHtml"
12       popover-trigger="click"
13       popover-placement="auto"
14       i18n-aria-label aria-label="Help"
15       ng-if="helpLink.length > 0"
16 ></button>