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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610
|
# --
# 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.
# --
[% SET OTRSBusinessLabel = '<strong>OTRS Business Solution</strong>™' %]
[% RenderBlockStart("Overview") %]
<div class="MainBox ARIARoleMain LayoutFixedSidebar SidebarFirst">
<h1>[% Translate("System Registration Management") | html %]</h1>
<div class="SidebarColumn">
[% RenderBlockStart("ActionList") %]
<div class="WidgetSimple">
<div class="Header">
<h2>[% Translate("Actions") | html %]</h2>
</div>
<div class="Content">
<ul class="ActionList">
[% RenderBlockStart("ActionOverview") %]
<li>
<a href="[% Env("Baselink") %]Action=[% Env("Action") %]" class="CallForAction Fullsize Center">
<span><i class="fa fa-caret-left"></i> [% Translate("Go to overview") | html %]</span>
</a>
</li>
[% RenderBlockEnd("ActionOverview") %]
[% RenderBlockStart("ActionUpdate") %]
<li>
<a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=Edit" class="CallForAction Fullsize Center">
<span><i class="fa fa-edit"></i> [% Translate("Edit details") | html %]</span>
</a>
</li>
[% RenderBlockEnd("ActionUpdate") %]
[% RenderBlockStart("ActionSentDataOverview") %]
<li>
<a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=SentDataOverview" class="CallForAction Fullsize Center">
<span><i class="fa fa-cloud-upload"></i> [% Translate("Show transmitted data") | html %]</span>
</a>
</li>
[% RenderBlockEnd("ActionSentDataOverview") %]
[% RenderBlockStart("ActionDeregister") %]
<li>
<a href="[% Env("Baselink") %]Action=[% Env("Action") %];Subaction=OTRSIDValidate" class="CallForAction Fullsize Center">
<span><i class="fa fa-sign-out"></i> [% Translate("Deregister system") | html %]</span>
</a>
</li>
[% RenderBlockEnd("ActionDeregister") %]
<li>
<a href="https://portal.otrs.com/otrs/customer.pl?Action=CustomerOTRSSystems" target="_blank" class="CallForAction Fullsize Center">
<span><i class="fa fa-external-link"></i> [% Translate("Overview of registered systems") | html %]</span>
</a>
</li>
</ul>
</div>
</div>
[% RenderBlockEnd("ActionList") %]
</div>
<div class="ContentColumn">
<div class="WidgetSimple">
[% RenderBlockStart("OverviewRegistered") %]
<div class="Header">
<h2>[% Translate("System Registration") | html %]</h2>
</div>
<div class="Content">
<div class="ServiceDescription">
[% Translate("This system is registered with OTRS Group.") | html %]
</div>
<fieldset class="TableLike">
<label>[% Translate("System type") | html %]:</label>
<div class="Value">[% Data.Type | html %]</div>
<div class="Clear"></div>
<label>[% Translate("Description") | html %]:</label>
<div class="Value">[% Data.Description | html %]</div>
<div class="Clear"></div>
<label>[% Translate("Unique ID") | html %]:</label>
<div class="Value">[% Data.UniqueID | html %]</div>
<div class="Clear"></div>
<label>[% Translate("Last communication with registration server") | html %]:</label>
<div class="Value">[% Data.LastUpdateTime | Localize("TimeShort") %]</div>
<div class="Clear"></div>
<label>[% Translate("Send support data") | html %]:</label>
<div class="Value">[% Translate(Data.SupportDataSending) | html %]</div>
<div class="Clear"></div>
</fieldset>
</div>
<div class="Clear"></div>
[% RenderBlockEnd("OverviewRegistered") %]
[% RenderBlockStart("DaemonNotRunning") %]
<div class="Header">
<h2>[% Translate("System registration not possible") | html %]</h2>
</div>
<div class="Content">
<p>
[% Translate("Please note that you can't register your system if OTRS Daemon is not running correctly!") | html %]
<a href="#" class="DaemonInfo">[% Translate("Instructions") | html %]</a>.
</p>
</div>
<div class="Clear"></div>
[% RenderBlockEnd("DaemonNotRunning") %]
[% RenderBlockStart("OTRSIDDeregistrationNotPossible") %]
<div class="Header">
<h2>[% Translate("System deregistration not possible") | html %]</h2>
</div>
<div class="Content">
<p>
[% Translate("Please note that you can't deregister your system if you're using the %s or having a valid service contract.", OTRSBusinessLabel) %]
</p>
</div>
<div class="Clear"></div>
[% RenderBlockEnd("OTRSIDDeregistrationNotPossible") %]
[% RenderBlockStart("OTRSIDValidation") %]
<div class="Header">
<h2>[% Translate("OTRS-ID Login") | html %]</h2>
</div>
<div class="Content">
<form id="FormRegistration" method="post" class="Validate PreventMultipleSubmits">
<input type="hidden" name="BaseLink" value="[% Env("CGIHandle") %]" />
<input type="hidden" name="Action" value="[% Env("Action") %]" />
<input type="hidden" name="Subaction" value="CheckOTRSID" />
[% RenderBlockStart("OTRSIDRegistration") %]
<div class="ServiceDescription">
<p>
[% Translate("System registration is a service of OTRS Group, which provides a lot of advantages!") | html %]
<a href="#" id="RegistrationMoreInfo">[% Translate("Read more") | html %]</a>.
</p>
<p>
[% Translate("You need to log in with your OTRS-ID to register your system.") | html %]
[% Translate("Your OTRS-ID is the email address you used to sign up on the OTRS.com webpage.") | html %]
<a href="#" id="RegistrationDataProtection">[% Translate("Data Protection") | html %]</a>
</p>
</div>
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
$('#RegistrationMoreInfo').bind('click', function() {
Core.UI.Dialog.ShowDialog({
Modal: true,
Title: [% Translate("System Registration") | JSON %],
HTML: $('#QADialog').html(),
PositionTop: '70px',
PositionLeft: 'Center',
CloseOnEscape: true,
CloseOnClickOutside: true
});
return false;
});
$('#RegistrationDataProtection').bind('click', function() {
Core.UI.Dialog.ShowDialog({
Modal: true,
Title: [% Translate("Data Protection") | JSON %],
HTML: $('#DPDialog').html(),
PositionTop: '10px',
PositionLeft: 'Center',
CloseOnEscape: true,
CloseOnClickOutside: true
});
return false;
})
//]]></script>
[% END %]
<div id="QADialog" class="Hidden">
<div class="TextDialog">
<h1>[% Translate("What are the advantages of system registration?") | html %]</h1>
<ul>
<li>
[% Translate("You will receive updates about relevant security releases.") | html %]
</li>
<li>
[% Translate("With your system registration we can improve our services for you, because we have all relevant information available.") | html %]
</li>
</ul>
<p>
[% Translate("This is only the beginning!") | html %]
[% Translate("We will inform you about our new services and offerings soon.") | html %]
</p>
<h1>[% Translate("Can I use OTRS without being registered?") | html %]</h1>
<p>
[% Translate("System registration is optional.") | html %]
[% Translate("You can download and use OTRS without being registered.") | html %]
</p>
<h1>[% Translate("Is it possible to deregister?") | html %]</h1>
<p>
[% Translate("You can deregister at any time.") | html %]
</p>
<h1>[% Translate("Which data is transfered when registering?") | html %]</h1>
<p>
[% Translate("A registered system sends the following data to OTRS Group:") | html %]
[% Translate("Fully Qualified Domain Name (FQDN), OTRS version, Database, Operating System and Perl version.") | html %]
</p>
<h1>[% Translate("Why do I have to provide a description for my system?") | html %]</h1>
<p>
[% Translate("The description of the system is optional.") | html %] [% Translate("The description and system type you specify help you to identify and manage the details of your registered systems.") | html %]
</p>
<h1>[% Translate("How often does my OTRS system send updates?") | html %]</h1>
<p>
[% Translate("Your system will send updates to the registration server at regular intervals.") | html %] [% Translate("Typically this would be around once every three days.") | html %]
</p>
<p>
[% Translate("In case you would have further questions we would be glad to answer them.") | html %] [% Translate("Please visit our") | html %] <a href="https://portal.otrs.com/" target="_blank">[% Translate("portal") | html %]</a> [% Translate("and file a request.") | html %]
</p>
</div>
</div>
<div id="DPDialog" class="Hidden">
<div class="TextDialog">
[% IF Env("UserLanguage") == 'de' %]
<p>
Die OTRS-Gruppe nimmt den Schutz Ihrer persönlichen Daten sehr ernst und hält sich strikt an Datenschutzgesetze. Alle Passwörter werden automatisch unkenntlich gemacht, bevor Informationen gesendet werden. Unter keinen Umständen werden jegliche Daten verkauft oder an unauthorisierte Dritte weitergegeben.
</p>
<p>
Die nachfolgende Erklärung gibt Ihnen einen Überblick darüber, wie wir diesen Schutz gewährleisten und welche Art von Daten zu welchem Zweck erhoben werden.
</p>
<h1>Datenverarbeitung bei 'Systemregistrierung'</h1>
<p>
Informationen welche über das 'Service Center' gesendet werden, werden von der OTRS Group gespeichert. Das trifft nur auf Daten zu, die die OTRS Group zur Performance- und Funktions-Analyse des OTRS-Servers oder zur Kontaktaufnahme benötigt.
</p>
<h1>Sicherheit von persönlichen Details</h1>
<p>
Die OTRS Group schützt Ihre persönlichen Daten von unauthorisiertem Zugriff. Die OTRS Group versichert, dass Ihre auf dem Server gespeicherten persönlichen Daten vor unauthorisiertem Zugriff geschützt sind.
</p>
<h1>Offenlegung von Details</h1>
<p>
Die OTRS Gruppe wird Ihre Daten nicht an Dritte weitergeben, es sei denn diese werden zur weiteren Geschäftsabwicklung benötigt. Die OTRS Gruppe wird Ihre Daten nur an öffentliche Einrichtungen und Behörden weiterleiten, wenn dies per Gesetz oder per Gerichtsbeschluss erforderlich ist.
</p>
<h1>Änderung der Datenschutzbestimmungen</h1>
<p>
Die OTRS Group behält sich vor Sicherheits- und Datenschutzbestimmungen, wenn diese durch technische Entwicklungen notwendig sind, zu ändern In diesem Fall werden wir ebenfalls unsere Datenschutzbestimmungen anpassen. Bitte überprüfen Sie regelmäßig ob eine neuere Version unserer Datenschutzerklärung verfügbar ist.
</p>
<h1>Anspruch auf Information</h1>
<p>
Sie haben jederzeit das Recht Einsicht in Daten die zu Ihrer Person gespeichert sind, deren Herkunft und Empfänger zu verlangen, sowie den Zweck der Datenverarbeitung zu erfahren. Sie können die über Sie gespeicherten Daten durch eine E-Mail an info@otrs.com anfordern.
</p>
<h1>Weitere Informationen</h1>
<p>
Ihr Vertrauen ist uns sehr wichtig. Wir sind bereit, Sie über die Verarbeitung Ihrer personenbezogenen Daten jederzeit zu informieren. Wenn Sie weitere Fragen haben, die durch diese Datenschutzerklärung nicht beantwortet werden konnten oder wenn Sie nähere Informationen zu einem bestimmten Thema benötigen, wenden Sie sich an info@otrs.com.
</p>
[% ELSE %]
<p>
Here at OTRS Group we take the protection of your personal details very seriously and strictly adhere to data protection laws.
All passwords are automatically made unrecognizable before the information is sent.
Under no circumstances will any data we obtain be sold or passed on to unauthorized third parties.
</p>
<p>
The following explanation provides you with an overview of how we guarantee this protection and which type of data is collected for which purpose.
</p>
<h1>Data Handling with 'System Registration'</h1>
<p>
Information received through the 'Service Center' is saved by OTRS Group.
This only applies to data that OTRS Group requires to analyze the performance and function of the OTRS server or to establish contact.
</p>
<h1>Safety of Personal Details</h1>
<p>
OTRS Group protects your personal data from unauthorized access, use or publication.
OTRS Group ensures that the personal information you store on the server is protected from unauthorized access and publication.
</p>
<h1>Disclosure of Details</h1>
<p>
OTRS Group will not pass on your details to third parties unless required for business transactions.
OTRS Group will only pass on your details to entitled public institutions and authorities if required by law or court order.
</p>
<h1>Amendment of Data Protection Policy</h1>
<p>
OTRS Group reserves the right to amend this security and data protection policy if required by technical developments.
In this case we will also adapt our information regarding data protection accordingly.
Please regularly refer to the latest version of our Data Protection Policy.
</p>
<h1>Right to Information</h1>
<p>
You have the right to demand information concerning the data saved about you, its origin and recipients, as well as the purpose of the data processing at any time.
You can request information about the saved data by sending an e-mail to info@otrs.com.
</p>
<h1>Further Information</h1>
<p>
Your trust is very important to us. We are willing to inform you about the processing of your personal details at any time.
If you have any questions that have not been answered by this Data Protection Policy or if you require more detailed information about a specific topic, please contact info@otrs.com.
</p>
[% END %]
</div>
</div>
[% RenderBlockEnd("OTRSIDRegistration") %]
[% RenderBlockStart("OTRSIDDeregistration") %]
<div class="ServiceDescription">
<p>
[% Translate("If you deregister your system, you will lose these benefits:") | html %]
</p>
<ul>
<li>
[% Translate("You will receive updates about relevant security releases.") | html %]
</li>
<li>
[% Translate("With your system registration we can improve our services for you, because we have all relevant information available.") | html %]
</li>
</ul>
<p>[% Translate("You need to log in with your OTRS-ID to deregister your system.") | html %]</p>
<p>[% Translate("Your OTRS-ID is the email address you used to sign up on the OTRS.com webpage.") | html %]</p>
</div>
[% RenderBlockEnd("OTRSIDDeregistration") %]
[% RenderBlockStart("OTRSIDValidationDaemonNotRunning") %]
<div class="ServiceDescription">
<p>
[% Translate("Please note that you can't register your system if OTRS Daemon is not running correctly!") | html %]
<a href="#" class="DaemonInfo">[% Translate("Instructions") | html %]</a>.
</p>
</div>
[% RenderBlockEnd("OTRSIDValidationDaemonNotRunning") %]
[% RenderBlockStart("OTRSIDValidationForm") %]
<fieldset class="TableLike">
<label class="Mandatory" for="OTRSID"><span class="Marker">*</span> [% Translate("OTRS-ID") | html %]:</label>
<div class="Field">
<input type="email" name="OTRSID" id="OTRSID" value="[% Data.OTRSID | html %]" class="W50pc Validate_Required [% Data.EmailInvalid | html %]" maxlength="200"/>
<div id="OTRSIDError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<div id="OTRSIDServerError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
</div>
<div class="Clear"></div>
<label class="Mandatory" for="Password"><span class="Marker">*</span> [% Translate("Password") | html %]:</label>
<div class="Field">
<input type="password" name="Password" id="Password" class="W50pc Validate_Required [% Data.PasswordInvalid | html %]" maxlength="200"/>
<div id="PasswordError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<div id="PasswordServerError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<p class="FieldExplanation">
[% Translate("You don't have an OTRS-ID yet?") | html %]
<a href="https://portal.otrs.com/otrs/customer.pl#Signup" target="_blank">
[% Translate("Sign up now") | html %]
</a>
</p>
<p class="FieldExplanation">
[% Translate("Forgot your password?") | html %]
<a href="https://portal.otrs.com/otrs/customer.pl#Reset" target="_blank">
[% Translate("Retrieve a new one") | html %]
</a>
</p>
</div>
<div class="Clear"></div>
<div class="Field SpacingTop">
<button class="Primary CallForAction" type="submit" id="Submit">
<span>[% Translate("Next") | html %] <i class="fa fa-caret-right"></i></span>
</button>
</div>
<div class="Clear"></div>
</fieldset>
<fieldset class="TableLike Hidden ErrorMsg">
<div class="Field">
<p id="FormRegistrationResultMessage" class="Error"></p>
</div>
<div class="Clear"></div>
</fieldset>
[% RenderBlockEnd("OTRSIDValidationForm") %]
</form>
</div>
[% RenderBlockEnd("OTRSIDValidation") %]
[% RenderBlockStart("Registration") %]
<div class="Header">
<h2>[% Translate("System Registration") | html %]</h2>
</div>
<div class="Content">
<div class="ServiceDescription">
[% Translate("This data will be frequently transferred to OTRS Group when you register this system.") | html %]
</div>
<div id="SystemDataListContainer" class="ListContainer">
<table class="DataTable SystemDataListContainer" id="SystemDataList">
<thead>
<tr>
<th>[% Translate("Attribute") | html %]</th>
<th>[% Translate("Value") | html %]</th>
</tr>
</thead>
<tbody>
<tr>
<td>[% Translate("FQDN") | html %]</td>
<td>[% Data.FQDN | html %]</td>
</tr>
<tr>
<td>[% Translate("OTRS Version") | html %]</td>
<td>[% Data.OTRSVersion | html %]</td>
</tr>
<tr>
<td>[% Translate("Database") | html %]</td>
<td>[% Data.Version | html %]</td>
</tr>
<tr>
<td>[% Translate("Operating System") | html %]</td>
<td>[% Data.OSName | html %]</td>
</tr>
<tr>
<td>[% Translate("Perl Version") | html %]</td>
<td>[% Data.PerlVersion | html %]</td>
</tr>
</tbody>
</table>
</div>
<form action="[% Env("CGIHandle") %]" method="post" id="FormRegistration" class="Validate PreventMultipleSubmits">
<input type="hidden" name="Action" value="[% Env("Action") %]"/>
<input type="hidden" name="Subaction" value="AddAction"/>
<input type="hidden" name="Token" value="[% Data.Token | html %]"/>
<input type="hidden" name="OTRSID" value="[% Data.OTRSID | html %]"/>
<fieldset class="TableLike Registration">
<label class="Mandatory" for="Type"><span class="Marker">*</span> [% Translate("System type") | html %]:</label>
<div class="Field">
[% Data.SystemTypeOption %]
<div id="TypeError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<div id="SystemTypeServerError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
</div>
<div class="Clear"></div>
<label for="Description">[% Translate("Description") | html %]:</label>
<div class="Field">
<input type="text" name="Description" id="Description" value="[% Data.Description | html %]" class="W50pc" maxlength="250"/>
<p class="FieldExplanation">[% Translate("Optional description of this system.") | html %]</p>
</div>
<div class="Clear"></div>
<label for="SupportDataSending">[% Translate("Send support data") | html %]:</label>
<div class="Field">
<input type="checkbox" name="SupportDataSending" id="SupportDataSending" value="Yes" />
<p class="FieldExplanation">
[% Translate("This will allow the system to send additional support data information to OTRS Group.") | html %] <br/>
<a href="[% Env("Baselink") %]Action=AdminSupportDataCollector" target="_blank">
[% Translate("Support Data Collector") | html %]
</a>
</p>
</div>
<div class="Clear"></div>
<div class="Field SpacingTop">
<button class="Primary CallForAction" type="submit" id="Submit" value="[% Translate("Register") | html %]">
<span>
<i class="fa fa-check"></i>
[% Translate("Register") | html %]
</span>
</button>
[% Translate("or") | html %]
<a href="[% Env("Baselink") %]Action=[% Env("Action") %]">[% Translate("Cancel") | html %]</a>
</div>
<div class="Clear"></div>
</fieldset>
</form>
</div>
[% RenderBlockEnd("Registration") %]
[% RenderBlockStart("Deregistration") %]
<div class="Header">
<h2>[% Translate("Deregister System") | html %]</h2>
</div>
<div class="Content">
<form action="[% Env("CGIHandle") %]" method="post" id="FormRegistration" class="Validate PreventMultipleSubmits">
<input type="hidden" name="Action" value="[% Env("Action") %]"/>
<input type="hidden" name="Subaction" value="DeregisterAction"/>
<input type="hidden" name="Token" value="[% Data.Token | html %]"/>
<input type="hidden" name="OTRSID" value="[% Data.OTRSID | html %]"/>
<fieldset class="TableLike">
<div class="ServiceDescription">
[% Translate("Continuing with this step will deregister the system from OTRS Group.") | html %]
</div>
<div class="Field SpacingTop">
<button class="Primary CallForAction" type="submit" id="Submit" value="[% Translate("Deregister") | html %]">
<span><i class="fa fa-sign-out"></i> [% Translate("Deregister") | html %]</span>
</button>
[% Translate("or") | html %]
<a href="[% Env("Baselink") %]Action=[% Env("Action") %]">[% Translate("Cancel") | html %]</a>
</div>
<div class="Clear"></div>
</fieldset>
</form>
</div>
[% RenderBlockEnd("Deregistration") %]
[% RenderBlockStart("Edit") %]
<div class="Header">
<h2>[% Translate("System Registration") | html %]</h2>
</div>
<div class="Content">
<div class="ServiceDescription">
[% Translate("You can modify registration settings here.") | html %]
</div>
<form action="[% Env("CGIHandle") %]" method="post" id="FormRegistration" class="Validate PreventMultipleSubmits">
<input type="hidden" name="Action" value="[% Env("Action") %]"/>
<input type="hidden" name="Subaction" value="EditAction"/>
<fieldset class="TableLike Registration">
<label class="Mandatory" for="Type"><span class="Marker">*</span> [% Translate("System type") | html %]:</label>
<div class="Field">
[% Data.SystemTypeOption %]
<div id="TypeError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
<div id="SystemTypeServerError" class="TooltipErrorMessage">
<p>[% Translate("This field is required.") | html %]</p>
</div>
</div>
<div class="Clear"></div>
<label for="Description">[% Translate("Description") | html %]:</label>
<div class="Field">
<input type="text" name="Description" id="Description" value="[% Data.Description | html %]" class="W50pc" maxlength="250"/>
<p class="FieldExplanation">[% Translate("Optional description of this system.") | html %]</p>
</div>
<div class="Clear"></div>
<label for="SupportDataSending">[% Translate("Send support data") | html %]:</label>
<div class="Field">
<input type="checkbox" name="SupportDataSending" id="SupportDataSending" value="Yes" [% Data.SupportDataSendingChecked %] />
<p class="FieldExplanation">
[% Translate("This will allow the system to send additional support data information to OTRS Group.") | html %] <br/>
<a href="[% Env("Baselink") %]Action=AdminSupportDataCollector" target="_blank">
[% Translate("Support Data Collector") | html %]
</a>
</p>
</div>
<div class="Clear"></div>
<div class="Field SpacingTop">
<button class="Primary CallForAction" type="submit" id="Submit" value="[% Translate("Update") | html %]">
<span>[% Translate("Update") | html %]</span>
</button>
[% Translate("or") | html %]
<a href="[% Env("Baselink") %]Action=[% Env("Action") %]">[% Translate("Cancel") | html %]</a>
</div>
<div class="Clear"></div>
</fieldset>
</form>
</div>
[% RenderBlockEnd("Edit") %]
[% RenderBlockStart("SentDataOverview") %]
<div class="Header">
<h2>[% Translate("Overview of transmitted data") | html %]</h2>
</div>
<div class="Content">
[% RenderBlockStart("SentDataOverviewNoData") %]
<p>
[% Translate('There is no data regularly sent from your system to %s.', 'cloud.otrs.com') | html %]
</p>
[% RenderBlockEnd("SentDataOverviewNoData") %]
[% RenderBlockStart("SentDataOverviewData") %]
<p>
[% Translate('The following data is sent at minimum every 3 days from your system to %s.', 'cloud.otrs.com') | html %]
[% Translate('The data will be transferred in JSON format via a secure https connection.') | html %]
</p>
<h3 class="SpacingTop SpacingBottom">[% Translate('System Registration Data') | html %]</h3>
<textarea class="SupportData AsBlock W95pc" rows="10">[% Data.RegistrationUpdate | replace('\$VAR1 = ', '') | html %]</textarea>
[% IF Data.SupportData %]
<h3 class="SpacingTop SpacingBottom">[% Translate('Support Data') | html %]</h3>
<textarea class="SupportData AsBlock W95pc" rows="10">[% Data.SupportData | replace('\$VAR1 = ', '') | html %]</textarea>
[% END %]
[% WRAPPER JSOnDocumentComplete %]
<script type="text/javascript">//<![CDATA[
$('textarea.SupportData').bind('focus', function() {
$(this).select();
});
//]]></script>
[% END %]
[% RenderBlockEnd("SentDataOverviewData") %]
</div>
<div class="Clear"></div>
[% RenderBlockEnd("SentDataOverview") %]
</div>
</div>
<div class="Clear"></div>
</div>
[% RenderBlockEnd("Overview") %]
|