Ticket #6798: 6798.patch

File 6798.patch, 893 bytes (added by Tobiasz Cudnik, 14 years ago)
  • _source/themes/default/theme.js

     
    188188                                                                '<tr>' +
    189189                                                                  '<td id="%contents#" class="%contents" role="presentation"></td>' +
    190190                                                                '</tr>' +
    191                                                                 '<tr>' +
    192                                                                   '<td id="%footer#" class="%footer" role="presentation"></td>' +
    193                                                                 '</tr>' +
    194191                                                                '</table>' +
     192                                                                '<div id="%footer#" class="%footer" role="presentation"></div>' +
    195193                                                        '</div>' +
    196194                                                        '<div id="%tl#" class="%tl"></div>' +
    197195                                                        '<div id="%tc#" class="%tc"></div>' +
     
    230228                                        close           : close,
    231229                                        tabs            : body.getChild( 2 ),
    232230                                        contents        : body.getChild( [ 3, 0, 0, 0 ] ),
    233                                         footer          : body.getChild( [ 3, 0, 1, 0 ] )
     231                                        footer          : body.getChild( 4 )
    234232                                }
    235233                        };
    236234                },
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy