better tooltip user

This commit is contained in:
Bill Burke 2014-08-13 09:40:43 -04:00
parent c77b7cd7d6
commit 7b86cca649

View file

@ -89,7 +89,7 @@
<option ng-repeat="action in userReqActionList" value="{{action.id}}">{{action.text}}</option>
</select>
</div>
<span tooltip-placement="right" tooltip="Require an action when the user logs in. Update profile requires them to enter in new personal information. Update password requires them to enter in a new password. Configure TOTP requires setup of a mobile password generator" class="pficon pficon-help"></span>
<span tooltip-placement="right" tooltip="Require an action when the user logs in. 'Update profile' requires user to enter in new personal information. 'Update password' requires user to enter in a new password. 'Configure TOTP' requires setup of a mobile password generator." class="pficon pficon-help"></span>
</div>
</fieldset>
<div class="pull-right form-actions" data-ng-show="create && access.manageUsers">