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

129 lines
8.2 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.
# --
<div class="LayoutPopup ARIARoleMain">
<div class="Header">
<h1>[% Translate(Data.Title) | html %]</h1>
[% RenderBlockStart("ClosePopup") %]
<p>
<a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=ClosePopup" class="ClosePopup">[% Translate("Cancel & close") | html %]</a>
</p>
[% RenderBlockEnd("ClosePopup") %]
[% RenderBlockStart("GoBack") %]
<p>
<a class="GoBack" href="[% Env("Baselink") %]Action=[% Data.Action | uri %];Subaction=[% Data.Subaction | uri %];ID=[% Data.ID | uri %];EntityID=[% Data.EntityID | uri %];StartActivityID=[% Data.StartActivityID | uri %]">[% Translate("Go Back") | html %]</a>
</p>
[% RenderBlockEnd("GoBack") %]
</div>
<div class="Content">
<div class="ContentColumn">
<form id="TransitionForm" action="[% Env("CGIHandle") %]" method="post" class="Validate PreventMultipleSubmits">
<input type="hidden" name="Action" value="[% Env("Action") %]"/>
<input type="hidden" name="Subaction" value="TransitionAction[% Data.Action | html %]Action"/>
<input type="hidden" name="EntityID" value="[% Data.EntityID | html %]"/>
<input type="hidden" name="ID" value="[% Data.ID | html %]"/>
<input type="hidden" name="PopupRedirect" value="" id="PopupRedirect"/>
<input type="hidden" name="PopupRedirectID" value="" id="PopupRedirectID"/>
<input type="hidden" name="PopupRedirectEntityID" value="" id="PopupRedirectEntityID"/>
[% RenderBlockStart("EditWarning") %]
<div class="WidgetSimple Expanded WidgetNotice">
<div class="Content">[% Translate("Please note that changing this transition action will affect the following processes") | html %]: [% Data.ProcessList | html %]</div>
</div>
[% RenderBlockEnd("EditWarning") %]
<div class="WidgetSimple Expanded">
<div class="Header">
<div class="WidgetAction Toggle">
<a href="#" title="[% Translate("Show or hide the content") | html %]"><i class="fa fa-caret-right"></i><i class="fa fa-caret-down"></i></a>
</div>
<h2>[% Translate("Transition Action") | html %]</h2>
</div>
<div class="Content">
<fieldset class="TableLike">
<label class="Mandatory" for="Name"><span class="Marker">*</span> [% Translate("Transition Action Name") | html %]:</label>
<div class="Field">
<input type="text" name="Name" id="Name" value="[% Data.Name | html %]" class="W90pc Validate_Required [% Data.NameServerError | html %]" maxlength="70"/>
<div id="NameError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<div id="NameServerError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
</div>
<div class="Clear"></div>
<label class="Mandatory" for="Module"><span class="Marker">*</span> [% Translate("Transition Action Module") | html %]:</label>
<div class="Field">
[% Data.ModuleStrg %]
<div id="ModuleError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<div id="ModuleServerError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
</div>
<div class="Clear"></div>
</fieldset>
<div class="WidgetSimple">
<div class="Header">
<h2 for="Config">[% Translate("Config Parameters") | html %]</h2>
<div class="AdditionalInformation">
<a class="AddButton" href="#" name="ConfigAdd" id="ConfigAdd" title="[% Translate("Add a new Parameter") | html %]">
<i class="fa fa-plus-square-o"></i>
<span class="InvisibleText">[% Translate("Add a new Parameter") | html %]</span>
</a>
</div>
</div>
<div class="Content" id="ConfigParams">
[% RenderBlockStart("ConfigItemInitRow") %]
<fieldset>
<label for="ConfigKey[1]">[% Translate("Key") | html %]:</label>
<input type="text" name="ConfigKey[1]" id="ConfigKey[1]" />
<label for="ConfigValue[1]">[% Translate("Value") | html %]:</label>
<input type="text" name="ConfigValue[1]" id="ConfigValue[1]" />
</fieldset>
[% RenderBlockEnd("ConfigItemInitRow") %]
[% RenderBlockStart("ConfigItemEditRow") %]
<fieldset>
<label for="ConfigKey[[% Data.Index | html %]]">[% Translate("Key") | html %]:</label>
<input type="text" value="[% Data.Key | html %]" name="ConfigKey[[% Data.Index | html %]]" id="ConfigKey[[% Data.Index | html %]]" />
<label for="ConfigValue[[% Data.Index | html %]]">[% Translate("Value") | html %]:</label>
<input type="text" value="[% Data.Value | html %]" name="ConfigValue[[% Data.Index | html %]]" id="ConfigValue[[% Data.Index | html %]]" />
<a class="RemoveButton" href="#" title="[% Translate("Remove this Parameter") | html %]">
<i class="fa fa-minus-square-o"></i>
<span class="InvisibleText">[% Translate("Remove this Parameter") | html %]</span>
</a>
</fieldset>
[% RenderBlockEnd("ConfigItemEditRow") %]
</div>
</fieldset>
</div>
</div>
<!-- Invisible submit button to allow form submit on pressing enter/return without javascript -->
<input type="image" width="0" height="0" style="display: none;" />
</form>
<div id="ConfigParamContainer" style="display:none;">
<fieldset>
<label for="ConfigKey[_INDEX_]">[% Translate("Key") | html %]:</label>
<input type="text" name="ConfigKey[_INDEX_]" id="ConfigKey[_INDEX_]" />
<label for="ConfigValue[_INDEX_]">[% Translate("Value") | html %]:</label>
<input type="text" name="ConfigValue[_INDEX_]" id="ConfigValue[_INDEX_]" />
<a class="RemoveButton" href="#" title="[% Translate("Remove this Parameter") | html %]">
<i class="fa fa-minus-square-o"></i>
<span class="InvisibleText">[% Translate("Remove this Parameter") | html %]</span>
</a>
</fieldset>
</div>
</div>
</div>
<div class="Footer">
<button class="Primary CallForAction" id="Submit" title="[% Translate("Save") | html %]" type="submit" value="[% Translate("Save") | html %]"><span>[% Translate("Save") | html %]</span></button>
</div>
</div>