1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
# --
# Copyright (C) 2001-2017 OTRS AG, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --
[% RenderBlockStart("AdminNavBar") %]
<div class="MainBox ARIARoleMain Admin">
<h1 class="InvisibleText">[% Translate("Admin") | html %]</h1>
<div id="Row1" class="LayoutGrid ColumnsWithSpacing">
<div class="Size1of3">
<div class="WidgetSimple">
<div class="Header">
<h2>[% Translate("Agent Management") | html %]</h2>
</div>
<div class="Content">
<ul class="LayoutGrid ColumnsWithSpacing">
[% RenderBlockStart("Agent") %]
<li class="Size1of2">
<h4><span>[% Translate(Data.Name) | html %]</span>
<a class="AsBlock" href="[% Env("Baselink") %]Action=[% Data.item("Frontend::Module") | uri %]">[% Translate(Data.Name) | html %]</a></h4>
<p class="FieldExplanation">[% Translate(Data.Description) | html %]</p>
</li>
[% RenderBlockStart("AgentClear") %]
<li class="Clear"></li>
[% RenderBlockEnd("AgentClear") %]
[% RenderBlockEnd("Agent") %]
</ul>
</div>
</div>
</div>
<div class="Size1of3">
<div class="WidgetSimple">
<div class="Header">
<h2>[% Translate("Customer Management") | html %]</h2>
</div>
<div class="Content">
<ul class="LayoutGrid ColumnsWithSpacing">
[% RenderBlockStart("Customer") %]
<li class="Size1of2">
<h4><span>[% Translate(Data.Name) | html %]</span> <a class="AsBlock" href="[% Env("Baselink") %]Action=[% Data.item("Frontend::Module") | uri %]">[% Translate(Data.Name) | html %]</a></h4>
<p class="FieldExplanation">[% Translate(Data.Description) | html %]</p>
</li>
[% RenderBlockStart("CustomerClear") %]
<li class="Clear"></li>
[% RenderBlockEnd("CustomerClear") %]
[% RenderBlockEnd("Customer") %]
</ul>
</div>
</div>
</div>
<div class="Size1of3">
<div class="WidgetSimple">
<div class="Header">
<h2>[% Translate("Email Settings") | html %]</h2>
</div>
<div class="Content">
<ul class="LayoutGrid ColumnsWithSpacing">
[% RenderBlockStart("Email") %]
<li class="Size1of2">
<h4><span>[% Translate(Data.Name) | html %]</span> <a class="AsBlock" href="[% Env("Baselink") %]Action=[% Data.item("Frontend::Module") | uri %]">[% Translate(Data.Name) | html %]</a></h4>
<p class="FieldExplanation">[% Translate(Data.Description) | html %]</p>
</li>
[% RenderBlockStart("EmailClear") %]
<li class="Clear"></li>
[% RenderBlockEnd("EmailClear") %]
[% RenderBlockEnd("Email") %]
</ul>
</div>
</div>
</div>
<div class="Clear"></div>
</div>
<div id="Row2" class="LayoutGrid ColumnsWithSpacing">
<div class="Size1of3">
<div class="WidgetSimple">
<div class="Header">
<h2>[% Translate("Queue Settings") | html %]</h2>
</div>
<div class="Content">
<ul class="LayoutGrid ColumnsWithSpacing">
[% RenderBlockStart("Queue") %]
<li class="Size1of2">
<h4><span>[% Translate(Data.Name) | html %]</span> <a class="AsBlock" href="[% Env("Baselink") %]Action=[% Data.item("Frontend::Module") | uri %]">[% Translate(Data.Name) | html %]</a></h4>
<p class="FieldExplanation">[% Translate(Data.Description) | html %]</p>
</li>
[% RenderBlockStart("QueueClear") %]
<li class="Clear"></li>
[% RenderBlockEnd("QueueClear") %]
[% RenderBlockEnd("Queue") %]
</ul>
</div>
</div>
</div>
<div class="Size1of3">
<div class="WidgetSimple">
<div class="Header">
<h2>[% Translate("Ticket Settings") | html %]</h2>
</div>
<div class="Content">
<ul class="LayoutGrid ColumnsWithSpacing">
[% RenderBlockStart("Ticket") %]
<li class="Size1of2">
<h4><span>[% Translate(Data.Name) | html %]</span> <a class="AsBlock" href="[% Env("Baselink") %]Action=[% Data.item("Frontend::Module") | uri %]">[% Translate(Data.Name) | html %]</a></h4>
<p class="FieldExplanation">[% Translate(Data.Description) | html %]</p>
</li>
[% RenderBlockStart("TicketClear") %]
<li class="Clear"></li>
[% RenderBlockEnd("TicketClear") %]
[% RenderBlockEnd("Ticket") %]
</ul>
</div>
</div>
</div>
<div class="Size1of3">
<div class="WidgetSimple">
<div class="Header">
<h2>
[% Translate("System Administration") | html %]
<a href="http://otrs.github.io/doc/manual/admin/[% Data.ManualVersion | uri %].0/en/html/index.html" class="Small" target="_blank">
[% Translate("Online Admin Manual") | html %] <i class="fa fa-external-link"></i>
</a>
</h2>
</div>
<div class="Content">
<ul class="LayoutGrid ColumnsWithSpacing">
[% RenderBlockStart("System") %]
<li class="Size1of2">
<h4><span>[% Translate(Data.Name) | html %]</span> <a class="AsBlock" href="[% Env("Baselink") %]Action=[% Data.item("Frontend::Module") | uri %]">[% Translate(Data.Name) | html %]</a></h4>
<p class="FieldExplanation">[% Translate(Data.Description) | html %]</p>
</li>
[% RenderBlockStart("SystemClear") %]
<li class="Clear"></li>
[% RenderBlockEnd("SystemClear") %]
[% RenderBlockEnd("System") %]
</ul>
</div>
</div>
</div>
<div class="Clear"></div>
</div>
</div>
[% RenderBlockEnd("AdminNavBar") %]
|