Files
scripts/Perl OTRS/Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerUserInformation.tt
2024-10-14 00:08:40 +02:00

36 lines
1.3 KiB
Plaintext

# --
# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
# --
<fieldset class="TableLike FixedLabelSmall">
[% RenderBlockStart("ContentSmallCustomerUserInformationRow") %]
[% RenderBlockStart("ContentSmallCustomerUserInformationRowText") %]
<label>[% Translate(Data.Label) | html %]:</label>
<p class="Field FixedValueSmall">[% Data.Value | html %]
[% RenderBlockStart("ContentSmallCustomerUserInvalid") %]
<em class="Error">[% Translate("Note: Customer User is invalid!") | html %]</em>
[% RenderBlockEnd("ContentSmallCustomerUserInvalid") %]
</p>
<div class="Clear"></div>
[% RenderBlockEnd("ContentSmallCustomerUserInformationRowText") %]
[% RenderBlockStart("ContentSmallCustomerUserInformationRowLink") %]
<label>[% Translate(Data.Label) | html %]:</label>
<div class="Field">
<a href="[% Data.URL | Interpolate %]" target="[% Data.Target | html %]">
[% Data.Value | html %]
</a>
</div>
<div class="Clear"></div>
[% RenderBlockEnd("ContentSmallCustomerUserInformationRowLink") %]
[% RenderBlockEnd("ContentSmallCustomerUserInformationRow") %]
</fieldset>