summaryrefslogtreecommitdiffstats
path: root/Kernel/Output/HTML/Standard
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Output/HTML/Standard')
-rw-r--r--Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt (renamed from Kernel/Output/HTML/Standard/AdminDefaultTo.tt)26
-rw-r--r--Kernel/Output/HTML/Standard/AdminDefaultRecipientTemplates.tt (renamed from Kernel/Output/HTML/Standard/AdminDefaultToTemplates.tt)30
2 files changed, 28 insertions, 28 deletions
diff --git a/Kernel/Output/HTML/Standard/AdminDefaultTo.tt b/Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt
index 2c1744d..613a243 100644
--- a/Kernel/Output/HTML/Standard/AdminDefaultTo.tt
+++ b/Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt
@@ -1,5 +1,5 @@
# --
-# AdminDefaultTo.tt - provides HTML form for AdminDefaultTo
+# AdminDefaultRecipient.tt - provides HTML form for AdminDefaultRecipient
# Copyright (C) 2015 Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -9,7 +9,7 @@
[% RenderBlockStart("Overview") %]
<div class="MainBox ARIARoleMain LayoutFixedSidebar SidebarFirst">
- <h1>[% Translate("Manage DefaultTo") | html %]</h1>
+ <h1>[% Translate("Manage DefaultRecipient") | html %]</h1>
<div class="SidebarColumn">
[% RenderBlockStart("ActionList") %]
@@ -24,7 +24,7 @@
[% RenderBlockEnd("ActionOverview") %]
[% RenderBlockStart("ActionAdd") %]
<li>
- <a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=Add" class="CallForAction Fullsize Center"><span><i class="fa fa-plus-square"></i>[% Translate("Add DefaultTo") | html %]</span></a>
+ <a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=Add" class="CallForAction Fullsize Center"><span><i class="fa fa-plus-square"></i>[% Translate("Add DefaultRecipient") | html %]</span></a>
</li>
[% RenderBlockEnd("ActionAdd") %]
</ul>
@@ -49,11 +49,11 @@
<div class="Content">
<p class="FieldExplanation">
- [% Translate("With DefaultTo you could change or extend the default To address in a ticket response dependent on the used template.") | html %]
+ [% Translate("With DefaultRecipient you could change or extend the default To address in a ticket response dependent on the used template.") | html %]
</p>
<p>
[% Translate("Attention") | html %]:
- <a href="[% Env("Baselink") %]Action=AdminDefaultToTemplates">[% Translate("Don't forget to add new DefaultTo entries to templates.") | html %]</a>
+ <a href="[% Env("Baselink") %]Action=AdminDefaultRecipientTemplates">[% Translate("Don't forget to add new DefaultRecipients to templates.") | html %]</a>
</p>
</div>
</div>
@@ -66,7 +66,7 @@
<h2>[% Translate("List") | html %]</h2>
</div>
<div class="Content">
- <table class="DataTable" id="DefaultTo">
+ <table class="DataTable" id="DefaultRecipient">
<thead>
<tr>
<th>[% Translate("Title") | html %]</th>
@@ -115,7 +115,7 @@
</div>
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
- Core.UI.Table.InitTableFilter($('#Filter'), $('#DefaultTo'));
+ Core.UI.Table.InitTableFilter($('#Filter'), $('#DefaultRecipient'));
//]]></script>
[% END %]
[% RenderBlockEnd("OverviewResult") %]
@@ -124,10 +124,10 @@
<div class="WidgetSimple">
<div class="Header">
[% RenderBlockStart("HeaderAdd") %]
- <h2>[% Translate("Add DefaultTo") | html %]</h2>
+ <h2>[% Translate("Add DefaultRecipient") | html %]</h2>
[% RenderBlockEnd("HeaderAdd") %]
[% RenderBlockStart("HeaderEdit") %]
- <h2>[% Translate("Edit DefaultTo") | html %]</h2>
+ <h2>[% Translate("Edit DefaultRecipient") | html %]</h2>
[% RenderBlockEnd("HeaderEdit") %]
</div>
<div class="Content">
@@ -147,7 +147,7 @@
<p>[% Translate("This field is required.") | html %]</p>
[% RenderBlockEnd("TitleServerError") %]
[% RenderBlockStart("ExistTitleServerError") %]
- <p>[% Translate("A DefaultTo entry with this title already exists!") | html %]</p>
+ <p>[% Translate("A DefaultRecipient entry with this title already exists!") | html %]</p>
[% RenderBlockEnd("TitleServerError") %]
</div>
</div>
@@ -155,13 +155,13 @@
<label for="RemoveDefault">[% Translate("Remove default") | html %]:</label>
<div class="Field">
- [% Data.DefaultToRemoveDefaultOption %]
+ [% Data.DefaultRecipientRemoveDefaultOption %]
</div>
<div class="Clear"></div>
<label for="AddNew">[% Translate("Add new") | html %]:</label>
<div class="Field">
- [% Data.DefaultToAddNewOption %]
+ [% Data.DefaultRecipientAddNewOption %]
</div>
<div class="Clear"></div>
@@ -180,7 +180,7 @@
<div class="Field">
<button class="Primary CallForAction" type="submit" value="[% Translate("Submit") | html %]"><span>[% Translate("Submit") | html %]</span></button>
[% Translate("or") | html %]
- <a href="[% Env("Baselink") %]Action=AdminDefaultTo">[% Translate("Cancel") | html %]</a>
+ <a href="[% Env("Baselink") %]Action=AdminDefaultRecipient">[% Translate("Cancel") | html %]</a>
</div>
<div class="Clear"></div>
</fieldset>
diff --git a/Kernel/Output/HTML/Standard/AdminDefaultToTemplates.tt b/Kernel/Output/HTML/Standard/AdminDefaultRecipientTemplates.tt
index e3436f7..a3fd402 100644
--- a/Kernel/Output/HTML/Standard/AdminDefaultToTemplates.tt
+++ b/Kernel/Output/HTML/Standard/AdminDefaultRecipientTemplates.tt
@@ -1,5 +1,5 @@
# --
-# AdminDefaultToTemplates.tt - provides HTML form for AdminInterface
+# AdminDefaultRecipientTemplates.tt - provides HTML form for AdminInterface
# Copyright (C) 2015 Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -9,7 +9,7 @@
[% RenderBlockStart("Overview") %]
<div class="MainBox ARIARoleMain LayoutFixedSidebar SidebarFirst">
- <h1>[% Translate("Manage Template-DefaultTo Relations") | html %]</h1>
+ <h1>[% Translate("Manage Template-DefaultRecipient Relations") | html %]</h1>
<div class="SidebarColumn">
@@ -51,16 +51,16 @@
</div>
</div>
[% RenderBlockEnd("FilterTemplate") %]
-[% RenderBlockStart("FilterDefaultTo") %]
+[% RenderBlockStart("FilterDefaultRecipient") %]
<div class="WidgetSimple">
<div class="Header">
- <h2><label for="FilterDefaultTo">[% Translate("Filter for DefaultTo") | html %]</label></h2>
+ <h2><label for="FilterDefaultRecipient">[% Translate("Filter for DefaultRecipient") | html %]</label></h2>
</div>
<div class="Content">
- <input type="text" id="FilterDefaultTo" class="FilterBox" placeholder="[% Translate("Just start typing to filter...") | html %]" name="FilterDefaultTo" value="" title="[% Translate("Filter for DefaultTo") | html %]" />
+ <input type="text" id="FilterDefaultRecipient" class="FilterBox" placeholder="[% Translate("Just start typing to filter...") | html %]" name="FilterDefaultRecipient" value="" title="[% Translate("Filter for DefaultRecipient") | html %]" />
</div>
</div>
-[% RenderBlockEnd("FilterDefaultTo") %]
+[% RenderBlockEnd("FilterDefaultRecipient") %]
</div>
@@ -85,12 +85,12 @@
</ul>
</div>
<div class="Size1of2">
- <ul class="Tablelike" id="DefaultTo">
- <li class="Header">[% Translate("DefaultTo") | html %]</li>
+ <ul class="Tablelike" id="DefaultRecipient">
+ <li class="Header">[% Translate("DefaultRecipient") | html %]</li>
<li class="FilterMessage Hidden">[% Translate("No matches found.") | html %]</li>
-[% RenderBlockStart("NoDefaultToFoundMsg") %]
+[% RenderBlockStart("NoDefaultRecipientFoundMsg") %]
<li>[% Translate("No data found.") | html %]</li>
-[% RenderBlockEnd("NoDefaultToFoundMsg") %]
+[% RenderBlockEnd("NoDefaultRecipientFoundMsg") %]
[% RenderBlockStart("Listn1") %]
<li><a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=[% Data.Subaction | uri %];ID=[% Data.ID | uri %]" class="AsBlock">[% Data.Name | html %]</a></li>
[% RenderBlockEnd("Listn1") %]
@@ -102,18 +102,18 @@
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
Core.UI.Table.InitTableFilter($('#FilterTemplates'), $('#Templates'));
- Core.UI.Table.InitTableFilter($('#FilterDefaultTo'), $('#DefaultTo'));
+ Core.UI.Table.InitTableFilter($('#FilterDefaultRecipient'), $('#DefaultRecipient'));
//]]></script>
[% END %]
[% RenderBlockEnd("OverviewResult") %]
[% RenderBlockStart("Change") %]
<div class="Header">
<h2>
-[% RenderBlockStart("ChangeHeaderDefaultTo") %]
- [% Translate("Change DefaultTo Relations for Template") | html %]
-[% RenderBlockEnd("ChangeHeaderDefaultTo") %]
+[% RenderBlockStart("ChangeHeaderDefaultRecipient") %]
+ [% Translate("Change DefaultRecipient Relations for Template") | html %]
+[% RenderBlockEnd("ChangeHeaderDefaultRecipient") %]
[% RenderBlockStart("ChangeHeaderTemplate") %]
- [% Translate("Change Template Relations for DefaultTo") | html %]
+ [% Translate("Change Template Relations for DefaultRecipient") | html %]
[% RenderBlockEnd("ChangeHeaderTemplate") %]
<a href="[% Env("Baselink") %]Action=[% Data.ActionHome | uri %];Subaction=Change;ID=[% Data.ID | uri %]">[% Data.Name | html %]</a>
</h2>