Ticket #6798: 6798.patch
File 6798.patch, 893 bytes (added by , 14 years ago) |
---|
-
_source/themes/default/theme.js
188 188 '<tr>' + 189 189 '<td id="%contents#" class="%contents" role="presentation"></td>' + 190 190 '</tr>' + 191 '<tr>' +192 '<td id="%footer#" class="%footer" role="presentation"></td>' +193 '</tr>' +194 191 '</table>' + 192 '<div id="%footer#" class="%footer" role="presentation"></div>' + 195 193 '</div>' + 196 194 '<div id="%tl#" class="%tl"></div>' + 197 195 '<div id="%tc#" class="%tc"></div>' + … … 230 228 close : close, 231 229 tabs : body.getChild( 2 ), 232 230 contents : body.getChild( [ 3, 0, 0, 0 ] ), 233 footer : body.getChild( [ 3, 0, 1, 0 ])231 footer : body.getChild( 4 ) 234 232 } 235 233 }; 236 234 },