mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
icon tooltips
This commit is contained in:
parent
d03a9bdcc7
commit
2cbec3e8ee
|
@ -105,11 +105,11 @@ CLASS lcl_gui_page_super IMPLEMENTATION.
|
|||
ro_html->add( '<td class="repo_attr right">' ).
|
||||
|
||||
IF lo_pback->exists( io_repo->get_key( ) ) = abap_true.
|
||||
ro_html->add( '<span class="bg_marker">BG</span>' ).
|
||||
ro_html->add( '<span class="bg_marker" title="background">BG</span>' ).
|
||||
ENDIF.
|
||||
|
||||
IF io_repo->is_write_protected( ) = abap_true.
|
||||
ro_html->add( '<img src="img/lock">' ).
|
||||
ro_html->add( '<img src="img/lock" title="locked">' ).
|
||||
ENDIF.
|
||||
|
||||
IF io_repo->is_offline( ) = abap_false.
|
||||
|
|
Loading…
Reference in New Issue
Block a user