equal
deleted
inserted
replaced
48 var ret = val - ( 2 * gConf['iCommentThreadPadding']) ; // PhA said : a threaded discussion with a depth of 2 still shoudn't hide the text 20100317 |
48 var ret = val - ( 2 * gConf['iCommentThreadPadding']) ; // PhA said : a threaded discussion with a depth of 2 still shoudn't hide the text 20100317 |
49 return ret - 7; |
49 return ret - 7; |
50 }, |
50 }, |
51 |
51 |
52 setLeftColumnWidth : function (colWidth) { |
52 setLeftColumnWidth : function (colWidth) { |
53 CY.one('#contentcolumn').setStyle('marginLeft', colWidth + 'px'); |
53 CY.get('#contentcolumn').setStyle('marginLeft', colWidth + 'px'); |
54 CY.one('#leftcolumn').setStyle('width', colWidth + 'px'); |
54 CY.get('#leftcolumn').setStyle('width', colWidth + 'px'); |
55 }, |
55 }, |
56 parentInterfaceUnfreeze : function() { |
56 parentInterfaceUnfreeze : function() { |
57 if (this.isInFrame()) |
57 if (this.isInFrame()) |
58 parent.f_interfaceUnfreeze() ; |
58 parent.f_interfaceUnfreeze() ; |
59 } |
59 } |