Distinguish between "Global Settings" and "Repository Settings" (#6759)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
francisco-milan 2024-01-28 01:13:49 -07:00 committed by GitHub
parent 4b1110396d
commit 101e519c89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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 }| ).

View File

@ -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` ).