Merge pull request #524 from sbcgua/master

fix dropdown menus for eclipse UI
This commit is contained in:
Lars Hvam 2017-01-05 14:25:33 +01:00 committed by GitHub
commit 76ae52e154
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,6 @@ CLASS lcl_gui_page_super IMPLEMENTATION.
lv_icon = 'img/repo_online' ##NO_TEXT.
ENDIF.
ro_html->add( |<a id="repo{ io_repo->get_key( ) }"></a>| ).
ro_html->add( '<table width="100%"><tr>' ).
ro_html->add( '<td class="repo_name">' ).
@ -225,6 +224,7 @@ CLASS lcl_gui_page_super IMPLEMENTATION.
ro_html->add( '<title>abapGit</title>' ). "#EC NOTEXT
ro_html->add( '<link rel="stylesheet" type="text/css" href="css/common.css">' ).
ro_html->add( '<meta http-equiv="content-type" content="text/html; charset=utf-8">' ). "#EC NOTEXT
ro_html->add( '<meta http-equiv="X-UA-Compatible" content="IE=11,10,9,8" />' ). "#EC NOTEXT
ro_html->add( '<script type="text/javascript" src="js/common.js"></script>' ). "#EC NOTEXT
ro_html->add( '</head>' ). "#EC NOTEXT
ro_html->add( '<body>' ). "#EC NOTEXT

View File

@ -321,7 +321,7 @@ CLASS lcl_gui_view_repo_content IMPLEMENTATION.
ro_html->add( '<td class="right">' ).
ro_html->add( lo_toolbar->render( ) ).
ro_html->add( '</td>' ).
ro_html->add( '<tr></table>' ).
ro_html->add( '</tr></table>' ).
ro_html->add( '</div>' ).