Changed comments icon to be larger and added Cancel link to undo changes.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8120 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-11-10 17:21:39 +00:00
parent 9e6c548c51
commit 342cac0b1a

View File

@ -1894,7 +1894,7 @@ function createCommentsToolTip(comments) {
// Save changes onclick
saveLnk.bind('click', function(){
// Get node and comments
var node = $(this).parent().parent().find('span').attr('id').replace('Tip', '');
var node = $(this).parent().parent().find('img').attr('id').replace('Tip', '');
var comments = $(this).parent().find('textarea').val();
// Save comments