This commit is contained in:
2024-10-14 00:08:40 +02:00
parent dbfba56f66
commit 1462d52e13
4572 changed files with 2658864 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# --
# 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.
# --
<tr>
<td><a href="{{ Link }}" class="AsBlock">{{ Name }}</a></td>
<td class="Center"><a data-module="{{ Module }}" class="RemoveFromFavourites" href="#"><i class="fa fa-trash"></i></a></td>
</tr>

View File

@@ -0,0 +1,101 @@
# --
# 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="AppointmentTooltip Hidden">
<div class="Icons">
{% if CalEvent.allDay %}
<i class="fa fa-sun-o" />
{% endif %}
{% if CalEvent.recurring %}
<i class="fa fa-repeat" />
{% endif %}
{% if CalEvent.parentId %}
<i class="fa fa-link" />
{% endif %}
{% if CalEvent.notification %}
<i class="fa fa-bell" />
{% endif %}
{% if CalEvent.ticketAppointmentType %}
<i class="fa fa-char-{{ TicketAppointmentConfig[CalEvent.ticketAppointmentType].Mark }}" />
{% endif %}
</div>
<fieldset>
<legend><span>{{ 'Basic information' | Translate }}</span></legend>
<label>{{ 'Title' | Translate }}:</label>
<p class="Value">{{ CalEvent.title }}</p>
<div class="Clear"></div>
{% if CalEvent.description %}
<label>{{ 'Description' | Translate }}:</label>
<p class="Value">{{ CalEvent.description }}</p>
<div class="Clear"></div>
{% endif %}
{% if CalEvent.location %}
<label>{{ 'Location' | Translate }}:</label>
<p class="Value">{{ CalEvent.location }}</p>
<div class="Clear"></div>
{% endif %}
<label>{{ 'Calendar' | Translate }}:</label>
<p class="Value">
<span class="Flag Small">
<span class="CalendarColor" style="background-color: {{ CalEvent.calendarColor }}"></span>
</span>
{{ CalEvent.calendarName }}
</p>
<div class="Clear"></div>
</fieldset>
{% if TooltipTemplateResource and CalEvent.teamNames %}
<fieldset>
<legend><span>{{ 'Resource' | Translate }}</span></legend>
<label>{{ 'Team' | Translate }}:</label>
<p class="Value"> {{ CalEvent.teamNames | escape | replace('\\n', '<br>') | safe }}</p>
<div class="Clear"></div>
{% if CalEvent.resourceNames %}
<label>{{ 'Agent' | Translate }}:</label>
<p class="Value">{{ CalEvent.resourceNames | escape | replace('\\n', '<br>') | safe }}</p>
<div class="Clear"></div>
{% endif %}
</fieldset>
{% endif %}
<fieldset>
<legend><span>{{ 'Date/Time' | Translate }}</span></legend>
<label>{{ 'Start date' | Translate }}:</label>
<p class="Value">{{ CalEvent.startDate }}</p>
<div class="Clear"></div>
<label>{{ 'End date' | Translate }}:</label>
<p class="Value">{{ CalEvent.endDate }}</p>
<div class="Clear"></div>
{% if CalEvent.allDay %}
<label>{{ 'All-day' | Translate }}:</label>
<p class="Value">{{ 'Yes' | Translate }}</p>
<div class="Clear"></div>
{% endif %}
{% if CalEvent.recurring %}
<label>{{ 'Repeat' | Translate }}:</label>
<p class="Value">{{ 'Yes' | Translate }}</p>
<div class="Clear"></div>
{% endif %}
</fieldset>
{% if CalEvent.pluginData %}
<fieldset>
<legend><span>{{ 'Link' | Translate }}</span></legend>
{% for PluginKey, PluginValue in PluginList %}
<label>{{ PluginValue.PluginName }}:</label>
<p class="Value">{{ CalEvent.pluginData[PluginKey] | escape | replace('\\n', '<br>') | safe }}</p>
<div class="Clear"></div>
{% endfor %}
</fieldset>
{% endif %}
{% if CalEvent.notificationDate %}
<fieldset>
<legend><span>{{ 'Notification' | Translate }}</span></legend>
<label>{{ 'Notification' | Translate }}:</label>
<p class="Value">{{ CalEvent.notificationDate }}</p>
<div class="Clear"></div>
</fieldset>
{% endif %}
</div>

View File

@@ -0,0 +1,19 @@
# --
# 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>
<form id="ContextSettingsDialogCalendarOverview" class="">
<fieldset class="TableLike FixedLabelSmall">
<label for="ShownAppointments">{{ 'Show' | Translate }}:</label>
<div class="Field">
{{ ShownAppointmentsStrg | safe }}
</div>
<div class="Clear"></div>
</fieldset>
</form>
</div>

View File

@@ -0,0 +1,58 @@
# --
# 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>
<fieldset class="TableLike SpacingTop">
<legend>
<span>
{{ 'Rule' | Translate }} <span class="RuleNumber"></span>
<a class="RemoveButton" title="{{ 'Remove this entry' | Translate }}" href="#">
<i class="fa fa-minus-square-o"></i>
<span class="InvisibleText">{{ 'Remove' | Translate }}</span>
</a>
</span>
</legend>
<label for="StartDate">
{{ 'Start date' | Translate }}:
</label>
<div class="Field">
{{ TicketAppointments.StartDateStrg | safe }}
</div>
<label for="EndDate">
{{ 'End date' | Translate }}:
</label>
<div class="Field">
{{ TicketAppointments.EndDateStrg | safe }}
</div>
<div class="Field SpacingTop">
<p class="FieldExplanation">
{{ 'Use options below to narrow down for which tickets appointments will be automatically created.' | Translate }}
</p>
</div>
<label for="QueueID" class="Mandatory">
<span class="Marker">*</span>
{{ 'Queues' | Translate }}:
</label>
<div class="Field">
{{ TicketAppointments.QueueIDStrg | safe }}
<div id="QueueIDError" class="TooltipErrorMessage"><p>{{ 'This field is required.' | Translate }}</p></div>
</div>
<div class="Clear"></div>
<label for="SearchParams">
{{ 'Search attributes' | Translate }}:
</label>
<div class="Field SearchParamsContainer">
{{ TicketAppointments.SearchParamsStrg | safe }}
<a class="AddButton" title="{{ 'Add entry' | Translate }}" href="#">
<i class="fa fa-plus-square-o"></i>
<span class="InvisibleText">{{ 'Add' | Translate }}</span>
</a>
</div>
<div class="Clear"></div>
</fieldset>
</div>

View File

@@ -0,0 +1,23 @@
# --
# 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>
<div class="Field SpacingTopSmall">
<label for="SearchParam" class="Mandatory">
<span class="Marker">*</span>
</label>
{{ SearchParamUser | safe }}
<input id="SearchParam" name="SearchParam" type="text" class="Validate_Required" />
<div id="SearchParamError" class="TooltipErrorMessage"><p>{{ 'This field is required.' | Translate }}</p></div>
<a class="RemoveButton" title="{{ 'Remove this entry' | Translate }}" href="#">
<i class="fa fa-minus-square-o"></i>
<span class="InvisibleText">{{ 'Remove' | Translate }}</span>
</a>
</div>
<div class="Clear"></div>
</div>

View File

@@ -0,0 +1,28 @@
# --
# 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>
<div class="InnerContent">
<fieldset class="TableLike FixedLabelSmall NoMargin">
<label for="FormDraftTitle">{{ "Draft title" | Translate }}:</label>
<div class="Field">
<input type="text" id="FormDraftTitle" maxlength="255" />
<span class="AJAXLoader" style="display:none;"/>
</div>
</fieldset>
</div>
<div class="ContentFooter Center">
<button id="SaveFormDraft" class="Primary CallForAction">
<span>{{ "Save" | Translate }}</span>
</button>
<button class="CallForAction CloseDialog" value="{{ "Cancel" | Translate }}">
<span>{{ "Cancel" | Translate }}</span>
</button>
</div>
</div>

View File

@@ -0,0 +1,3 @@
<div class="Spacing Center">
<span class="AJAXLoader" title="{{ SpanTitle | Translate }}"></span>
</div>

View File

@@ -0,0 +1,15 @@
# --
# 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.
# --
<label for="ServiceIncidentStateContainer" style="display: none;">{{ "Service Incident State" | Translate }}:</label>
<div id="ServiceIncidentStateContainer" class="Value" style="display: none;">
<div class="Flag Small">
<span id="ServiceIncidentStateSignal"></span>
</div>
<span id="ServiceIncidentState">&nbsp;</span>
</div>

View File

@@ -0,0 +1,15 @@
# --
# 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="MessageBox {{ Class }}"{% if ID %} id="{{ ID }}"{% endif %}>
<p>
<a href="{{ URL|safe }}">
{% if Icon %}<i class="fa {{ Icon }}"></i> &nbsp;{% endif %}{{ Text }}
</a>
</p>
</div>

View File

@@ -0,0 +1,19 @@
# --
# 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>
<form action="{{ CGIHandle }}" method="post" enctype="multipart/form-data" id="ContextSettingsDialogArticleView">
<fieldset class="TableLike FixedLabelSmall NoMargin">
<label for="ArticleView">{{ 'Article display' | Translate }}:</label>
<div class="Field">
{{ ArticleViewStrg | safe }}
</div>
<div class="Clear"></div>
</fieldset>
</form>
</div>

View File

@@ -0,0 +1,22 @@
# --
# 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>
<div class="InnerContent">
<p class="Center">{{ 'Do you really want to delete "%s"?' | Translate(Title) }}</p>
</div>
<div class="ContentFooter Center">
<button id="DeleteConfirm" class="Primary CallForAction">
<span>{{ "Confirm" | Translate }}</span>
</button>
<button class="CallForAction CloseDialog" value="{{ "Cancel" | Translate }}">
<span>{{ "Cancel" | Translate }}</span>
</button>
</div>
</div>

View File

@@ -0,0 +1,9 @@
# --
# 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.
# --
<span class="AJAXLoader"></span>

View File

@@ -0,0 +1,9 @@
# --
# 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.
# --
<option value="{{ Value }}" {{ "selected" if Selected }}>{{ Text }}</option>

View File

@@ -0,0 +1,14 @@
# --
# 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="WidgetSimple WidgetLoading">
<div class="Content">
<i class="fa fa-spinner fa-spin"></i>
<p class="Center">{{ 'Loading, please wait...' | Translate }}</p>
</div>
</div>

View File

@@ -0,0 +1,16 @@
# --
# 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.
# --
<tr style="display: none;">
<td class="Filename">{{ Filename }}</td>
<td class="Filetype">{{ Filetype }}</td>
<td class="Filesize">{{ Filesize }}</td>
<td class="Center">
<a href="#" data-file-id="{{ FileID }}" class="AttachmentDelete"><i class="fa fa-trash"></i></a>
</td>
</tr>

View File

@@ -0,0 +1,18 @@
# --
# 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.
# --
<tr class="Hidden Uploading">
<td class="Filename">{{ Filename }}</td>
<td class="Filetype">{{ Filetype }}</td>
<td class="Filesize">
<span class="Progress"></span>
</td>
<td class="Center">
<a href="#" class="AttachmentDelete Hidden" tabindex="0" aria-label="{{ 'Click to delete this attachment.' | Translate }}"><i class="fa fa-trash"></i></a>
</td>
</tr>

View File

@@ -0,0 +1,21 @@
# --
# 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="DnDUpload" tabindex="0" role="button" aria-label="{{ 'Click to select a file for upload.' | Translate }}">
<i class="fa fa-spinner fa-spin"></i>
<i class="fa fa-download"></i>
<span class="ReadyForUpload">
{% if IsMultiple %}
{{ 'Click to select files or just drop them here.' | Translate }}
{% else %}
{{ 'Click to select a file or just drop it here.' | Translate }}
{% endif %}
</span>
<span class="UploadRunning">{{ 'Uploading...' | Translate }}</span>
</div>

View File

@@ -0,0 +1,12 @@
# --
# 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="DialogWaiting">
<i class="fa fa-spinner fa-spin"></i>
<p>{{ Text }}</p>
</div>

View File

@@ -0,0 +1,27 @@
# --
# 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="MetaFloater">
<a href="#" class="Scale" title="{{ 'Scale preview content' | Translate }}" style="display: none;">
<i class="fa fa-search-plus"></i>
</a>
<a href="#" class="Open" target="_blank" title="{{ 'Open URL in new tab' | Translate }}" style="display: none;">
<i class="fa fa-external-link"></i>
</a>
<a href="#" class="Close" title="{{ 'Close preview' | Translate }}">
<i class="fa fa-times"></i>
</a>
<i class="fa fa-spinner fa-spin"></i>
<div class="NoPreview">
<i class="fa fa-warning"></i>
{{ "A preview of this website can't be provided because it didn't allow to be embedded." | Translate }}
</div>
<div class="Content" style="display: none;">
<iframe sandbox="allow-scripts allow-forms"></iframe>
</div>
</div>

View File

@@ -0,0 +1,47 @@
# --
# 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="InnerContent UpgradeAllDialog">
<h2 class="Center">{{ 'Process state' | Translate }}:
{% if UpgradeStatus === 'Running'%}
<span class="Warning">
{{ 'Running' | Translate }}
{% elseif UpgradeStatus === 'Finished' %}
{% if UpgradeSuccess %}
<span class="Success">
{% else %}
<span class="Fail">
{% endif %}
{{ 'Finished' | Translate }}
{% else %}
<span class="Warning">
{{ 'Unknown' | Translate }}
{% endif %}
</span>
</h2>
{% if PackageList.length %}
<table class="DataTable SpacingTop" id="PackageList" summary="List of packages been upgraded">
<thead>
<tr>
<th>{{ 'Name' | Translate }}</th>
<th class="W33pc Center">{{ 'Status' | Translate }}</th>
</tr>
</thead>
<tbody>
{% for item in PackageList %}
<tr>
<td>{{ item.Name }}</td>
<td class="{{item.Class}} Center" title="{{item.StatusMessage}}">{{item.StatusDisplay}}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<p class="Center">{{ 'No package information available.' | Translate }}</p>
{% endif %}
</div>

View File

@@ -0,0 +1,9 @@
# --
# 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="ArrayItem"></div>

View File

@@ -0,0 +1,13 @@
# --
# 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.
# --
<button data-suffix="{{ Suffix }}" class="{{ Class }}" type="button"
title="{{ 'Add new entry' | Translate }}" value="{{ 'Add new entry' | Translate }}">
<i class="fa fa-plus-circle"></i>
<span class="InvisibleText">{{ 'Add new entry' | Translate }}</span>
</button>

View File

@@ -0,0 +1,15 @@
# --
# 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='HashItem'>
<input type='text' data-suffix='{{ IDSuffix }}' class='Key'>
<button type='button' value='{{ 'Add key' | Translate }}' class='CallForAction Inline AddKey' title='{{ 'Add key' | Translate }}'>
<i class="fa fa-check"></i>
<span class="InvisibleText">{{ 'Add key' | Translate }}</span>
</button>
</div>

View File

@@ -0,0 +1,11 @@
# --
# 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.
# --
<li>
<a title="{{ Title }}" href="{{ URL }}">{{ Title }}</a>
</li>

View File

@@ -0,0 +1,45 @@
# --
# 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>
<div id="DialogDeployment" class="InnerContent">
<textarea id="DeploymentComment" class="DialogComment" style="display: none;" placeholder="{{ "Deployment comment..." | Translate }}"></textarea>
<div class="Overlay Deploying">
<span>
<i class="Active fa fa-spinner fa-spin"></i>
<i class="Success fa fa-check"></i>
<i class="Error fa fa-times"></i>
</span>
<em>{{ "Deploying, please wait..." | Translate }}</em>
</div>
<div class="Overlay Preparing">
<span>
<i class="Active fa fa-spinner fa-spin"></i>
<i class="Error fa fa-times"></i>
</span>
<em>{{ "Preparing to deploy, please wait..." | Translate }}</em>
</div>
</div>
<div class="ContentFooter Center">
<div class="ButtonsRegular">
<button id="Deploy" class="Primary CallForAction" value="{{ "Deploy now" | Translate }}"><span>{{ "Deploy now" | Translate }}</span></button>
&nbsp;{{ "or" | Translate }}&nbsp;
<button class="CallForAction CloseDialog" value="{{ "Deploy now" | Translate }}"><span>{{ "Cancel" | Translate }}</span></button>
</div>
<div class="ButtonsFinish">
<button class="CallForAction CloseDialog" value="{{ "Close this dialog" | Translate }}"><span>{{ "Close this dialog" | Translate }}</span></button>
</div>
<div class="ButtonsTryAgain">
<button class="CallForAction" value="{{ "Try again" | Translate }}"><span>{{ "Try again" | Translate }}</span></button>
</div>
</div>
</div>

View File

@@ -0,0 +1,63 @@
# --
# 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>
<div class="InnerContent">
<h2>{{ Name }}</h2>
{% if ModificationAllowed == "1" and OTRSBusinessIsInstalled == "1" %}
<fieldset class="TableLike FixedLabelSmall">
<label for="ResetOptions"><span class="Mandatory Small">*</span> {{ "Reset options" | Translate }}:</label>
<div class="Field">
<select id="ResetOptions" class="Validate_Required Modernize" multiple="multiple" name="ResetOptions">
<option value="reset-globally" title="{{ "Reset setting on global level." | Translate }}" selected>
{{ "Reset globally" | Translate }}
</option>
<option value="reset-locally" title="{{ "Remove all user changes." | Translate }}">
{{ "Reset locally" | Translate }}
</option>
</select>
</div>
</fieldset>
<p>{{ "Help" | Translate}}:</p>
<ul class="Default">
<li>
<strong>{{ "Reset globally" | Translate }}</strong> -
{{ "Reset setting on global level." | Translate }}
</li>
<li>
<strong>{{ "Reset locally" | Translate }}</strong> -
{{ "Remove all user changes." | Translate }}
</li>
<li>
<i class="fa fa-spinner fa-spin"></i>
<span class="Hidden">
<span class="UserModificationCount"></span>
{{ "user(s) have modified this setting." | Translate }}
</span>
</li>
</ul>
{% else %}
<input type="hidden" id="ResetOptions" value="reset-globally"/>
<p>{{ "Do you really want to reset this setting to it's default value?" | Translate }}</p>
{% endif %}
</div>
<div class="ContentFooter Center">
{% if ModificationAllowed == "1" and OTRSBusinessIsInstalled == "1" %}
<button id="ResetConfirm" class="Primary CallForAction">
<span>{{ "Reset" | Translate }}</span>
</button>
{% else %}
<button id="ResetConfirm" class="Primary CallForAction">
<span>{{ "Confirm" | Translate }}</span>
</button>
{% endif %}
<button class="CallForAction CloseDialog" value="{{ "Cancel" | Translate }}">
<span>{{ "Cancel" | Translate }}</span>
</button>
</div>
</div>

View File

@@ -0,0 +1,13 @@
# --
# 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="Spacing">
<div class="HelpDialog">
<p>{{ 'You can use the category selection to limit the navigation tree below to entries from the selected category. As soon as you select the category, the tree will be re-built.' | Translate }}</p>
</div>
</div>

View File

@@ -0,0 +1,13 @@
# --
# 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.
# --
<button class="RemoveButton" type="button" title="{{ 'Remove this entry' | Translate }}"
value="{{ 'Remove this entry' | Translate }}">
<i class="fa fa-minus-circle"></i>
<span class="InvisibleText">{{ 'Remove this entry' | Translate }}</span>
</button>