You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/01/08 01:41:19 UTC

[21/54] [abbrv] git commit: List view UI: Add alt tag to table cells

List view UI: Add alt tag to table cells


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1b533f23
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1b533f23
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1b533f23

Branch: refs/heads/ui-quick-view-v2
Commit: 1b533f2354fbc6c36ddae3fd17134fc37a7d954b
Parents: 539fca3
Author: Brian Federle <br...@citrix.com>
Authored: Thu Dec 27 11:58:50 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Dec 27 11:58:50 2012 -0800

----------------------------------------------------------------------
 ui/scripts/ui/widgets/listView.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1b533f23/ui/scripts/ui/widgets/listView.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/listView.js b/ui/scripts/ui/widgets/listView.js
index 60f8e02..85523ea 100644
--- a/ui/scripts/ui/widgets/listView.js
+++ b/ui/scripts/ui/widgets/listView.js
@@ -914,6 +914,8 @@
             $('<span></span>').html(_s(content))
           );
         }
+        
+        $td.attr('title', _s(content));
       });
 
       $tr.find('td:first').addClass('first');