Skip to content

Commit

Permalink
Merge pull request #1835 from RotherOSS/issue-#1341-template-change
Browse files Browse the repository at this point in the history
Issue #1341: Removed "This feature is currently not available" from t…
  • Loading branch information
svenoe authored Aug 11, 2022
2 parents 8f79479 + 29634fe commit f7d08c0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Kernel/Output/HTML/Templates/Standard/AgentAppointmentEdit.tt
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
[% END %]
</div>
</fieldset>
[% IF Data.TeamIDStrg %]
<fieldset class="TableLike">
<legend><span>[% Translate("Resource") | html %]</span></legend>
[% IF Data.TeamIDStrg %]
<label for="TeamID">[% Translate("Team") | html %]:</label>
<div class="Field">
[% IF Data.PermissionLevel < 2 %]
Expand All @@ -111,14 +111,8 @@
[% Data.ResourceIDStrg %]
[% END %]
</div>
[% ELSE %]
<div class="Field">
<p class="FieldExplanation">
[% Translate("This feature is currently not available.") | html %]
</p>
</div>
[% END %]
</fieldset>
[% END %]
<fieldset class="TableLike">
<legend><span>[% Translate("Date/Time") | html %]</span></legend>
<label for="StartDay">[% Translate("Start date") | html %]:</label>
Expand Down

0 comments on commit f7d08c0

Please sign in to comment.