mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Distinguish between "Global Settings" and "Repository Settings" (#6759)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
4b1110396d
commit
101e519c89
|
@ -79,6 +79,6 @@ CLASS zcl_abapgit_gui_buttons IMPLEMENTATION.
|
|||
|
||||
|
||||
METHOD settings.
|
||||
rv_html_string = zcl_abapgit_html=>icon( 'cog' ) && ' Settings'.
|
||||
rv_html_string = zcl_abapgit_html=>icon( 'cog' ) && ' Global Settings'.
|
||||
ENDMETHOD.
|
||||
ENDCLASS.
|
||||
|
|
|
@ -491,7 +491,7 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
|
|||
iv_li_class = |{ lc_action_class }| ).
|
||||
|
||||
lo_toolbar->add(
|
||||
iv_txt = |Settings|
|
||||
iv_txt = |Repo Settings|
|
||||
iv_act = |{ zif_abapgit_definitions=>c_action-repo_settings }{ lc_dummy_key }|
|
||||
iv_class = |{ lc_action_class }|
|
||||
iv_li_class = |{ lc_action_class }| ).
|
||||
|
|
|
@ -486,7 +486,7 @@ CLASS zcl_abapgit_gui_page_repo_view IMPLEMENTATION.
|
|||
iv_act = |{ zif_abapgit_definitions=>c_action-repo_refresh }?key={ mv_key }|
|
||||
iv_opt = zif_abapgit_html=>c_html_opt-strong ).
|
||||
|
||||
ro_toolbar->add( iv_txt = 'Settings'
|
||||
ro_toolbar->add( iv_txt = 'Repo Settings'
|
||||
iv_act = |{ zif_abapgit_definitions=>c_action-repo_settings }?key={ mv_key }|
|
||||
iv_opt = zif_abapgit_html=>c_html_opt-strong
|
||||
iv_title = `Repository Settings` ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user