Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bastion: replacing tipsy with bootstrap 3 tooltips. #3416

Merged
merged 1 commit into from
Nov 22, 2013

Conversation

waldenraines
Copy link
Contributor

No description provided.

@@ -63,14 +63,14 @@ <h2 class="fl" translate>System {{ system.name }}</h2>
</nav>

<div class="flash_hud" ng-show="saveSuccess">
<a class="control clickable" title="Close" ng-click="saveSuccess = false"></a>
<a class="control clickable" tooltip="Close" ng-click="saveSuccess = false"></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to translated please.

@waldenraines
Copy link
Contributor Author

@ehelms updated.

@@ -5,7 +5,7 @@
<a class="menu-item-link organization-name clickable"
ng-click="toggleVisibility()"
ng-class="{'active-item': visible}"
title="{{ currentOrganization.name }}">
tooltip="{{ currentOrganization.name }}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit of a strange tooltip. I realize the title was there before, but unless we are cutting off the text via ellipsis (which I think we are avoiding) this looks off to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall I just remove this one?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@waldenraines
Copy link
Contributor Author

@ehelms updated again.

@ehelms
Copy link
Member

ehelms commented Nov 21, 2013

What do you think about trying to do a helptip icon with tooltip instead of showing a greyed out remove button?

@waldenraines
Copy link
Contributor Author

@ehelms updated again.

@ehelms
Copy link
Member

ehelms commented Nov 22, 2013

ACK

waldenraines pushed a commit that referenced this pull request Nov 22, 2013
Bastion: replacing tipsy with bootstrap 3 tooltips.
@waldenraines waldenraines merged commit 7fce038 into Katello:devel Nov 22, 2013
@waldenraines waldenraines deleted the bootstrap-tooltips branch November 22, 2013 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants