Skip to content

Commit

Permalink
Issue #734: Do not set the CSS class OTRSBusinessRequired
Browse files Browse the repository at this point in the history
This class is not used by OTOBO.
  • Loading branch information
bschmalhofer committed Aug 26, 2021
1 parent ce578f6 commit be40bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<a href="#" class="Button SettingEnabled [% IF Setting.IsValid == 0 %]Hidden[% END %]" title="[% Translate("Disable this setting, so it is no longer effective") | html %]"><i class="fa fa-times"></i> [% Translate("Disable") | html %]</a>
<a href="#" class="Button SettingDisabled [% IF Setting.IsValid == 1 %]Hidden[% END %]" title="[% Translate("Enable this setting, so it becomes effective") | html %]"><i class="fa fa-check"></i> [% Translate("Enable") | html %]</a>
[% END %]
<a href="[% Env("Baselink") %]Action=AdminSystemConfigurationSettingHistory;Subaction=ShowSettingHistory;SettingName=[% Setting.Name | uri %]" class="OTRSBusinessRequired SettingHistory Button"><i class="fa fa-clock-o"></i> [% Translate("History") | html %]</a>
<a href="[% Env("Baselink") %]Action=AdminSystemConfigurationSettingHistory;Subaction=ShowSettingHistory;SettingName=[% Setting.Name | uri %]" class="SettingHistory Button"><i class="fa fa-clock-o"></i> [% Translate("History") | html %]</a>
<a href="#" class="ResetSetting Button" data-user-modification="[% Setting.UserModificationPossible %]" title="[% Translate("Reset this setting to its default state") | html %]">
<i class="fa fa-undo"></i>
[% Translate("Reset setting") | html %]
Expand Down

0 comments on commit be40bf1

Please sign in to comment.