cherrypick log style

This commit is contained in:
sbcgua 2016-10-12 20:08:15 +03:00
parent 1495a17837
commit e2c7ade099

View File

@ -274,7 +274,7 @@ CLASS lcl_gui_view_repo_content IMPLEMENTATION.
eo_log = lo_log ).
IF mo_repo->is_offline( ) = abap_false and lo_log->count( ) > 0.
ro_html->add( '<div class="log">' ).
ro_html->add( '<div class="log attention">' ).
ro_html->add( lo_log->to_html( ) ). " shows eg. list of unsupported objects
ro_html->add( '</div>' ).
ENDIF.