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