init III
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
# --
|
||||
# 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 id="XAxisContainer" class="Hidden">
|
||||
|
||||
[% RenderBlockStart("Attribute") %]
|
||||
<fieldset class="TableLike Element Element[% Data.Element | html %] ElementBlock[% Data.Block | html %]" data-element="[% Data.Element | html %]">
|
||||
<input type="hidden" name="XAxisSelectedElement" value="[% Data.Element | html %]" [% Data.Checked %]/>
|
||||
<legend>
|
||||
<span>[% Translate(Data.Name) | html %]</span>
|
||||
<a class="RemoveButton" href="#"><i class="fa fa-minus-square-o"></i><span class="InvisibleText">[% Translate("Delete") | html %]</span></a>
|
||||
</legend>
|
||||
[% RenderBlockStart("MultiSelectField") %]
|
||||
<label></label>
|
||||
<div class="Field">
|
||||
[% Data.SelectField %]
|
||||
</div>
|
||||
<div class="Clear"></div>
|
||||
[% RenderBlockEnd("MultiSelectField") %]
|
||||
[% RenderBlockStart("Time") %]
|
||||
<label>
|
||||
<input type="radio" name="[% Data.Element | html %]TimeSelect" value="Absolut" [% Data.CheckedAbsolut | html %]/>
|
||||
[% Translate("Absolute period") | html %]:
|
||||
</label>
|
||||
<div class="Field">
|
||||
[% Translate("Between %s and %s") | html | ReplacePlaceholders(Data.TimeStart, Data.TimeStop) %]
|
||||
</div>
|
||||
<div class="Clear"></div>
|
||||
|
||||
<label>
|
||||
<input type="radio" name="[% Data.Element | html %]TimeSelect" value="Relativ" [% Data.CheckedRelative | html %]/>
|
||||
[% Translate("Relative period") | html %]:
|
||||
</label>
|
||||
<div class="Field">
|
||||
[% Translate("The past complete %s and the current+upcoming complete %s %s") | html | ReplacePlaceholders(Data.TimeRelativeCount, Data.TimeRelativeUpcomingCount, Data.TimeRelativeUnit) %]
|
||||
<p class="FieldExplanation">[% Translate("The selected time period defines the default time frame for this statistic to collect data from.") | html %]</p>
|
||||
</div>
|
||||
<div class="Clear"></div>
|
||||
<br/>
|
||||
|
||||
<label>[% Translate("Scale") | html %]:</label>
|
||||
<div class="Field">
|
||||
[% Data.TimeScaleCount %]
|
||||
[% Data.TimeScaleUnit %]
|
||||
<p class="FieldExplanation">[% Translate("Defines the time unit that will be used to split the selected time period into reporting data points.") | html %]</p>
|
||||
</div>
|
||||
<div class="Clear"></div>
|
||||
[% RenderBlockEnd("Time") %]
|
||||
<label></label>
|
||||
<div class="Field">
|
||||
<input type="checkbox" name="Fixed[% Data.Element | html %]" value="1" [% Data.Fixed %]/>
|
||||
[% Translate("Do not allow changes to this element when the statistic is generated.") | html %]
|
||||
</div>
|
||||
<div class="Clear"></div>
|
||||
</fieldset>
|
||||
[% RenderBlockEnd("Attribute") %]
|
||||
</div>
|
||||
Reference in New Issue
Block a user