Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch 'master' into LayoutSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed May 24, 2012
2 parents 9b7ddd6 + 2765389 commit 8e3c5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -227,7 +227,7 @@ public void onMouseOver(Element target)

public void onMouseOut()
{
// tooltipPanel.hide(true);
tooltipPanel.hide(true);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/layout/statsbar.xhtml
Expand Up @@ -16,7 +16,7 @@
<ui:param name="wFuzzy" value="#{total == 0 ? 0 : 110 * fuzzy / total}" />

<s:fragment rendered="#{status.total > 0}">
<div title="Total: #{status.total}, Translated: #{status.approved}, Need Review #{status.needReview}" class="translationStatusDiv">
<div title="Total: #{status.total}, Translated: #{status.approved}, Need Review: #{status.needReview}" class="translationStatusDiv">
<div class="translationStatusBar statusBar_approved" style="width:#{wTranslated}px;"></div>
<div class="translationStatusBar statusBar_needReview" style="width:#{wFuzzy}px;"></div>
<div class="translationStatusBar statusBar_untranslated" style="width:#{wUntranslated}px;"></div>
Expand Down

0 comments on commit 8e3c5ff

Please sign in to comment.