[Rt-commit] rt branch, 5.0/switch-gearbox-label-to-options, created. rt-5.0.0beta1-1-g93d291dbe1

Blaine Motsinger blaine at bestpractical.com
Fri Jun 12 12:33:28 EDT 2020


The branch, 5.0/switch-gearbox-label-to-options has been created
        at  93d291dbe1f223d24dee7906242b53c698aa90fd (commit)

- Log -----------------------------------------------------------------
commit 93d291dbe1f223d24dee7906242b53c698aa90fd
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Fri Jun 12 11:20:05 2020 -0500

    Switch gearbox label to options on Ticket Display

diff --git a/share/html/Elements/ShowHistoryHeader b/share/html/Elements/ShowHistoryHeader
index 2f7e707930..b960d80592 100644
--- a/share/html/Elements/ShowHistoryHeader
+++ b/share/html/Elements/ShowHistoryHeader
@@ -115,7 +115,7 @@ if ( $ShowDisplayModes or $ShowTitle or $ScrollShowHistory ) {
     }
 
     # build the new link
-    my $alt = loc('Edit');
+    my $alt = loc('Options');
     my $titleright = qq{<div class="btn-group dropdown"><a id="history-dropdown" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="fas fa-cog icon-bordered fa-2x" alt="$alt" data-toggle="tooltip" data-placement="top" data-original-title="$alt"></span></a><ul class="dropdown-menu dropdown-menu-right">};
 
     # foreach of the elements, build a new <li>$element</li> and append to the output.
diff --git a/share/html/Ticket/Display.html b/share/html/Ticket/Display.html
index f5bb22e328..48d90e5fde 100644
--- a/share/html/Ticket/Display.html
+++ b/share/html/Ticket/Display.html
@@ -67,7 +67,7 @@ my $url = "?HideUnsetFields=" . ($HideUnsetFields ? 0 : 1) . ";id=$ARGS{id}";
 my $url_html = $m->interp->apply_escapes($url, 'h');
 
 my $search_menu = $m->scomp( '/Elements/Menu', menu => HTML::Mason::Commands::SearchResultsPageMenu(), class => 'page-menu page-nav-shadow sf-menu sf-js-enabled sf-shadow', id => 'search-results-page-menu', 'parent_id' => 'page' ) || '';
-my $alt = loc('Edit');
+my $alt = loc('Options');
 my $titleright = qq{
 <div class="btn-group dropdown">
   <div class="search-results-page-menu-container">

-----------------------------------------------------------------------


More information about the rt-commit mailing list