Skip to content

Commit

Permalink
Issue #1341: Removed "This feature is currently not available" from t…
Browse files Browse the repository at this point in the history
…emplate.
  • Loading branch information
stefanhaerter committed Jul 6, 2022
1 parent 9af2b51 commit 7757bf1
Showing 1 changed file with 1 addition and 7 deletions.
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,12 +111,6 @@
[% Data.ResourceIDStrg %]
[% END %]
</div>
[% ELSE %]
<div class="Field">
<p class="FieldExplanation">
[% Translate("This feature is currently not available.") | html %]
</p>
</div>
[% END %]
</fieldset>
<fieldset class="TableLike">
Expand Down

0 comments on commit 7757bf1

Please sign in to comment.