";
// line 55
echo __("Configuration");
echo "
";
// line 57
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LIBRARY_LOCATION"], "method")) {
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("Library Location");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
ob_start(function () { return ''; });
echo __("The fully qualified path to the CMS library location.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 60
echo "
";
// line 61
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LIBRARY_LOCATION"], "method")) {
// line 62
echo " ";
echo $context["forms"]->getinput("LIBRARY_LOCATION", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LIBRARY_LOCATION"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 64
echo " ";
echo $context["forms"]->getdisabled("LIBRARY_LOCATION", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LIBRARY_LOCATION"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 66
echo " ";
}
// line 67
echo "
";
// line 68
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SERVER_KEY"], "method")) {
// line 69
echo " ";
ob_start(function () { return ''; });
echo __("CMS Secret Key");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("This key must be entered into each Player to authenticate the Player with the CMS.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo "
";
// line 72
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SERVER_KEY"], "method")) {
// line 73
echo " ";
echo $context["forms"]->getinput("SERVER_KEY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SERVER_KEY"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 75
echo " ";
echo $context["forms"]->getdisabled("SERVER_KEY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SERVER_KEY"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 77
echo " ";
}
// line 78
echo "
";
// line 79
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "GLOBAL_THEME_NAME"], "method")) {
// line 80
echo " ";
ob_start(function () { return ''; });
echo __("CMS Theme");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 81
echo " ";
ob_start(function () { return ''; });
echo __("The Theme to apply to all pages by default");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 82
echo "
";
// line 83
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "GLOBAL_THEME_NAME"], "method")) {
// line 84
echo " ";
if (($context["hideThemes"] ?? null)) {
// line 85
echo " ";
// line 86
echo " ";
echo $context["forms"]->getinput("GLOBAL_THEME_NAME", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "GLOBAL_THEME_NAME"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 88
echo " ";
echo $context["forms"]->getdropdown("GLOBAL_THEME_NAME", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "GLOBAL_THEME_NAME"], "method"), ($context["themes"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
}
// line 90
echo " ";
} else {
// line 91
echo " ";
echo $context["forms"]->getdisabled("GLOBAL_THEME_NAME", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "GLOBAL_THEME_NAME"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 93
echo " ";
}
// line 94
echo "
";
// line 95
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "NAVIGATION_MENU_POSITION"], "method")) {
// line 96
echo " ";
ob_start(function () { return ''; });
echo __("Navigation Menu");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 97
echo " ";
ob_start(function () { return ''; });
echo __("Select where the Navigation Menu should be positioned by default. Users can set an alternate view in their Preferences under their User Profile.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 98
echo "
";
// line 99
ob_start(function () { return ''; });
echo __("Horizontal along the top");
$context["horizontalOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 100
echo " ";
ob_start(function () { return ''; });
echo __("Vertically on the left");
$context["verticalOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 101
echo " ";
$context["options"] = [0 => ["id" => "horizontal", "value" => // line 102
($context["horizontalOption"] ?? null)], 1 => ["id" => "vertical", "value" => // line 103
($context["verticalOption"] ?? null)]];
// line 105
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "NAVIGATION_MENU_POSITION"], "method")) {
// line 106
echo " ";
echo $context["forms"]->getdropdown("NAVIGATION_MENU_POSITION", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "NAVIGATION_MENU_POSITION", 1 => "vertical"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 108
echo " ";
echo $context["forms"]->getdisabled("NAVIGATION_MENU_POSITION", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "NAVIGATION_MENU_POSITION", 1 => "vertical"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 110
echo " ";
}
// line 111
echo "
";
// line 113
echo __("Defaults");
echo "
";
// line 115
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LIBRARY_MEDIA_UPDATEINALL_CHECKB"], "method")) {
// line 116
echo " ";
ob_start(function () { return ''; });
echo __("Default update media in all layouts");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 117
echo " ";
ob_start(function () { return ''; });
echo __("Default the checkbox for updating media on all layouts when editing in the library");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 118
echo "
";
// line 119
echo $context["forms"]->getcheckbox("LIBRARY_MEDIA_UPDATEINALL_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LIBRARY_MEDIA_UPDATEINALL_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LIBRARY_MEDIA_UPDATEINALL_CHECKB"], "method"));
echo "
";
}
// line 121
echo "
";
// line 122
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LAYOUT_COPY_MEDIA_CHECKB"], "method")) {
// line 123
echo " ";
ob_start(function () { return ''; });
echo __("Default copy media when copying a layout?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 124
echo " ";
ob_start(function () { return ''; });
echo __("Default the checkbox for making duplicates of media when copying layouts");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 125
echo "
";
// line 126
echo $context["forms"]->getcheckbox("LAYOUT_COPY_MEDIA_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LAYOUT_COPY_MEDIA_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LIBRARY_MEDIA_UPDATEINALL_CHECKB"], "method"));
echo "
";
}
// line 128
echo "
";
// line 129
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LIBRARY_MEDIA_DELETEOLDVER_CHECKB"], "method")) {
// line 130
echo " ";
ob_start(function () { return ''; });
echo __("Default for \"Delete old version of Media\" checkbox. Shown when Editing Library Media.");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 131
echo " ";
ob_start(function () { return ''; });
echo __("Default the checkbox for Deleting Old Version of media when a new file is being uploaded to the library.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 132
echo "
";
// line 133
echo $context["forms"]->getcheckbox("LIBRARY_MEDIA_DELETEOLDVER_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LIBRARY_MEDIA_DELETEOLDVER_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LIBRARY_MEDIA_UPDATEINALL_CHECKB"], "method"));
echo "
";
}
// line 135
echo "
";
// line 136
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_LAYOUT_AUTO_PUBLISH_CHECKB"], "method")) {
// line 137
echo " ";
ob_start(function () { return ''; });
echo __("Should Layouts be automatically Published?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 138
echo " ";
ob_start(function () { return ''; });
echo __("When enabled draft Layouts will be automatically published 30 minutes after the last edit");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 139
echo "
";
// line 140
echo $context["forms"]->getcheckbox("DEFAULT_LAYOUT_AUTO_PUBLISH_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LAYOUT_AUTO_PUBLISH_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_LAYOUT_AUTO_PUBLISH_CHECKB"], "method"));
echo "
";
}
// line 142
echo "
";
// line 143
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_CASCADE_PERMISSION_CHECKB"], "method")) {
// line 144
echo " ";
ob_start(function () { return ''; });
echo __("Default for \"Cascade permissions to all items underneath this one.\" checkbox. Shown when editing Permissions.");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 145
echo " ";
ob_start(function () { return ''; });
echo __("Default the checkbox for \"Cascade permissions to all items underneath this one.\" when assigning permisions to content");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 146
echo "
";
// line 147
echo $context["forms"]->getcheckbox("DEFAULT_CASCADE_PERMISSION_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_CASCADE_PERMISSION_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_CASCADE_PERMISSION_CHECKB"], "method"));
echo "
";
}
// line 149
echo "
";
// line 150
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_TRANSITION_IN"], "method")) {
// line 151
echo " ";
ob_start(function () { return ''; });
echo __("Default Transition In");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 152
echo " ";
ob_start(function () { return ''; });
echo __("Default Transition In that should be applied to widgets");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 153
echo "
";
// line 154
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_TRANSITION_IN"], "method")) {
// line 155
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"], 1 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("transition.search")], 2 => ["name" => "data-search-term", "value" => "transition"], 3 => ["name" => "data-id-property", "value" => "code"], 4 => ["name" => "data-text-property", "value" => "transition"], 5 => ["name" => "data-filter-options", "value" => "{\"availableAsIn\":\"1\"}"]];
// line 163
echo " ";
echo $context["forms"]->getdropdown("DEFAULT_TRANSITION_IN", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_IN"], "method"), [0 => ($context["defaultTransitionIn"] ?? null)], "code", "transition", ($context["helpText"] ?? null), "pagedSelect", "", "", "", ($context["attributes"] ?? null));
echo "
";
} else {
// line 165
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_TRANSITION_IN", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_IN"], "method"), "");
echo "
";
}
// line 167
echo " ";
}
// line 168
echo "
";
// line 169
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_TRANSITION_OUT"], "method")) {
// line 170
echo " ";
ob_start(function () { return ''; });
echo __("Default Transition Out");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 171
echo " ";
ob_start(function () { return ''; });
echo __("Default Transition Out that should be applied to widgets");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 172
echo "
";
// line 173
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_TRANSITION_OUT"], "method")) {
// line 174
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"], 1 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("transition.search")], 2 => ["name" => "data-search-term", "value" => "transition"], 3 => ["name" => "data-id-property", "value" => "code"], 4 => ["name" => "data-text-property", "value" => "transition"], 5 => ["name" => "data-filter-options", "value" => "{\"availableAsOut\":\"1\"}"]];
// line 182
echo " ";
echo $context["forms"]->getdropdown("DEFAULT_TRANSITION_OUT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_OUT"], "method"), [0 => ($context["defaultTransitionOut"] ?? null)], "code", "transition", ($context["helpText"] ?? null), "pagedSelect", "", "", "", ($context["attributes"] ?? null));
echo "
";
} else {
// line 184
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_TRANSITION_OUT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_OUT"], "method"), "");
echo "
";
}
// line 186
echo " ";
}
// line 187
echo "
";
// line 188
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_TRANSITION_DURATION"], "method")) {
// line 189
echo " ";
ob_start(function () { return ''; });
echo __("Default Transition duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 190
echo " ";
ob_start(function () { return ''; });
echo __("Default duration for in and out transitions");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 191
echo "
";
// line 192
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_TRANSITION_DURATION"], "method")) {
// line 193
echo " ";
echo $context["forms"]->getnumber("DEFAULT_TRANSITION_DURATION", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_DURATION", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 195
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_TRANSITION_DURATION", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_DURATION", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 197
echo " ";
}
// line 198
echo "
";
// line 199
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_TRANSITION_AUTO_APPLY"], "method")) {
// line 200
echo " ";
ob_start(function () { return ''; });
echo __("Default value for \"Automatically apply Transitions?.\" checkbox on Layout add form");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 201
echo "
";
// line 202
echo $context["forms"]->getcheckbox("DEFAULT_TRANSITION_AUTO_APPLY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_AUTO_APPLY"], "method"), "", "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_TRANSITION_AUTO_APPLY"], "method"));
echo "
";
}
// line 204
echo "
";
// line 205
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_RESIZE_THRESHOLD"], "method")) {
// line 206
echo " ";
ob_start(function () { return ''; });
echo __("Resize Threshold");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 207
echo " ";
ob_start(function () { return ''; });
echo __("The maximum dimensions to be considered when an image is resized, based on the longest side");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 208
echo "
";
// line 209
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_RESIZE_THRESHOLD"], "method")) {
// line 210
echo " ";
echo $context["forms"]->getnumber("DEFAULT_RESIZE_THRESHOLD", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_RESIZE_THRESHOLD", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 212
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_RESIZE_THRESHOLD", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_RESIZE_THRESHOLD", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 214
echo " ";
}
// line 215
echo "
";
// line 216
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_RESIZE_LIMIT"], "method")) {
// line 217
echo " ";
ob_start(function () { return ''; });
echo __("Resize Limit");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 218
echo " ";
ob_start(function () { return ''; });
echo __("Images that exceed the resize limit, based on the longest side, will not be processed");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 219
echo "
";
// line 220
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_RESIZE_LIMIT"], "method")) {
// line 221
echo " ";
echo $context["forms"]->getnumber("DEFAULT_RESIZE_LIMIT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_RESIZE_LIMIT", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 223
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_RESIZE_LIMIT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_RESIZE_LIMIT", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 225
echo " ";
}
// line 226
echo "
";
// line 228
echo __("Displays");
echo "
";
// line 230
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_LAYOUT"], "method")) {
// line 231
echo " ";
ob_start(function () { return ''; });
echo __("Default Layout");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 232
echo " ";
ob_start(function () { return ''; });
echo __("The default layout to assign for new displays and displays which have their current default deleted.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 233
echo "
";
// line 234
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_LAYOUT"], "method")) {
// line 235
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"], 1 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("layout.search")], 2 => ["name" => "data-search-term", "value" => "layout"], 3 => ["name" => "data-search-term-tags", "value" => "tags"], 4 => ["name" => "data-id-property", "value" => "layoutId"], 5 => ["name" => "data-text-property", "value" => "layout"], 6 => ["name" => "data-filter-options", "value" => "{\"retired\":\"0\"}"]];
// line 244
echo " ";
echo $context["forms"]->getdropdown("DEFAULT_LAYOUT", "single", ($context["title"] ?? null), $this->getAttribute(($context["defaultLayout"] ?? null), "layoutId", []), [0 => ($context["defaultLayout"] ?? null)], "layoutId", "layout", ($context["helpText"] ?? null), "pagedSelect", "", "", "", ($context["attributes"] ?? null));
echo "
";
} else {
// line 246
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_LAYOUT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LAYOUT"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 248
echo " ";
}
// line 249
echo "
";
// line 250
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "XMR_ADDRESS"], "method")) {
// line 251
echo " ";
ob_start(function () { return ''; });
echo __("XMR Private Address");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 252
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the private address for XMR.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 253
echo "
";
// line 254
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "XMR_ADDRESS"], "method")) {
// line 255
echo " ";
echo $context["forms"]->getinput("XMR_ADDRESS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "XMR_ADDRESS", 1 => "tcp:://localhost:5555"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 257
echo " ";
echo $context["forms"]->getdisabled("XMR_ADDRESS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "XMR_ADDRESS", 1 => "tcp:://localhost:5555"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 259
echo " ";
}
// line 260
echo "
";
// line 261
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "XMR_PUB_ADDRESS"], "method")) {
// line 262
echo " ";
ob_start(function () { return ''; });
echo __("XMR Public Address");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 263
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the public address for XMR.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 264
echo "
";
// line 265
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "XMR_PUB_ADDRESS"], "method")) {
// line 266
echo " ";
echo $context["forms"]->getinput("XMR_PUB_ADDRESS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "XMR_PUB_ADDRESS"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 268
echo " ";
echo $context["forms"]->getdisabled("XMR_PUB_ADDRESS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "XMR_PUB_ADDRESS"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 270
echo " ";
}
// line 271
echo "
";
// line 272
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_LAT"], "method")) {
// line 273
echo " ";
ob_start(function () { return ''; });
echo __("Default Latitude");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 274
echo " ";
ob_start(function () { return ''; });
echo __("The Latitude to apply for any Geo aware Previews");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 275
echo "
";
// line 276
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_LAT"], "method")) {
// line 277
echo " ";
echo $context["forms"]->getinput("DEFAULT_LAT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LAT", 1 => "51.504"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 279
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_LAT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LAT", 1 => "51.504"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 281
echo " ";
}
// line 282
echo "
";
// line 283
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_LONG"], "method")) {
// line 284
echo " ";
ob_start(function () { return ''; });
echo __("Default Longitude");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 285
echo " ";
ob_start(function () { return ''; });
echo __("The longitude to apply for any Geo aware Previews");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 286
echo "
";
// line 287
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_LONG"], "method")) {
// line 288
echo " ";
echo $context["forms"]->getinput("DEFAULT_LONG", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LONG", 1 => "-0.104"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 290
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_LONG", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LONG", 1 => "-0.104"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 292
echo " ";
}
// line 293
echo "
";
// line 294
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SHOW_DISPLAY_AS_VNCLINK"], "method")) {
// line 295
echo " ";
ob_start(function () { return ''; });
echo __("Add a link to the Display name using this format mask?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 296
echo " ";
ob_start(function () { return ''; });
echo __("Turn the display name in display management into a link using the IP address last collected. The %s is replaced with the IP address. Leave blank to disable.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 297
echo "
";
// line 298
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SHOW_DISPLAY_AS_VNCLINK"], "method")) {
// line 299
echo " ";
echo $context["forms"]->getinput("SHOW_DISPLAY_AS_VNCLINK", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SHOW_DISPLAY_AS_VNCLINK"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 301
echo " ";
echo $context["forms"]->getdisabled("SHOW_DISPLAY_AS_VNCLINK", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SHOW_DISPLAY_AS_VNCLINK"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 303
echo " ";
}
// line 304
echo "
";
// line 305
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SHOW_DISPLAY_AS_VNC_TGT"], "method")) {
// line 306
echo " ";
ob_start(function () { return ''; });
echo __("The target attribute for the above link");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 307
echo " ";
ob_start(function () { return ''; });
echo __("If the display name is shown as a link in display management, what target should the link have? Set _top to open the link in the same window or _blank to open in a new window.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 308
echo "
";
// line 309
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SHOW_DISPLAY_AS_VNC_TGT"], "method")) {
// line 310
echo " ";
echo $context["forms"]->getinput("SHOW_DISPLAY_AS_VNC_TGT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SHOW_DISPLAY_AS_VNC_TGT", 1 => "_top"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 312
echo " ";
echo $context["forms"]->getdisabled("SHOW_DISPLAY_AS_VNC_TGT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SHOW_DISPLAY_AS_VNC_TGT", 1 => "_top"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 314
echo " ";
}
// line 315
echo "
";
// line 316
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAX_LICENSED_DISPLAYS"], "method")) {
// line 317
echo " ";
ob_start(function () { return ''; });
echo __("Number of display slots");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 318
echo " ";
ob_start(function () { return ''; });
echo __("The maximum number of licensed Players for this server installation. 0 = unlimited");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 319
echo "
";
// line 320
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAX_LICENSED_DISPLAYS"], "method")) {
// line 321
echo " ";
echo $context["forms"]->getnumber("MAX_LICENSED_DISPLAYS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAX_LICENSED_DISPLAYS", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 323
echo " ";
echo $context["forms"]->getdisabled("MAX_LICENSED_DISPLAYS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAX_LICENSED_DISPLAYS", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 325
echo " ";
}
// line 326
echo "
";
// line 327
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_PROFILE_AGGREGATION_LEVEL_DEFAULT"], "method")) {
// line 328
echo " ";
ob_start(function () { return ''; });
echo __("Aggregation level");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 329
echo " ";
ob_start(function () { return ''; });
echo __("Set the Default setting to use for the level of collection for Proof of Play Statistics to be applied to Layouts / Media and Widget items.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 330
echo "
";
// line 331
ob_start(function () { return ''; });
echo __("Individual");
$context["individualOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 332
echo " ";
ob_start(function () { return ''; });
echo __("Hourly");
$context["hourlyOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 333
echo " ";
ob_start(function () { return ''; });
echo __("Daily");
$context["dailyOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 334
echo " ";
$context["options"] = [0 => ["id" => "Individual", "value" => // line 335
($context["individualOption"] ?? null)], 1 => ["id" => "Hourly", "value" => // line 336
($context["hourlyOption"] ?? null)], 2 => ["id" => "Daily", "value" => // line 337
($context["dailyOption"] ?? null)]];
// line 339
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_PROFILE_AGGREGATION_LEVEL_DEFAULT"], "method")) {
// line 340
echo " ";
echo $context["forms"]->getdropdown("DISPLAY_PROFILE_AGGREGATION_LEVEL_DEFAULT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_AGGREGATION_LEVEL_DEFAULT"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 342
echo " ";
echo $context["forms"]->getdisabled("DISPLAY_PROFILE_AGGREGATION_LEVEL_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_AGGREGATION_LEVEL_DEFAULT"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 344
echo " ";
}
// line 345
echo "
";
// line 346
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_PROFILE_STATS_DEFAULT"], "method")) {
// line 347
echo " ";
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 348
echo " ";
ob_start(function () { return ''; });
echo __("Set the Default Settings for Proof of Play statistics to apply to all Displays. This can be toggled off by using Display Profiles.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 349
echo " ";
echo $context["forms"]->getcheckbox("DISPLAY_PROFILE_STATS_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_STATS_DEFAULT"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_PROFILE_STATS_DEFAULT"], "method"));
echo "
";
}
// line 351
echo "
";
// line 352
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LAYOUT_STATS_ENABLED_DEFAULT"], "method")) {
// line 353
echo " ";
ob_start(function () { return ''; });
echo __("Enable Layout Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 354
echo " ";
ob_start(function () { return ''; });
echo __("Select the Default setting to use for the collection of Proof of Play statistics for all Layout Items.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 355
echo " ";
echo $context["forms"]->getcheckbox("LAYOUT_STATS_ENABLED_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LAYOUT_STATS_ENABLED_DEFAULT"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LAYOUT_STATS_ENABLED_DEFAULT"], "method"));
echo "
";
}
// line 357
echo "
";
// line 358
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MEDIA_STATS_ENABLED_DEFAULT"], "method")) {
// line 359
echo " ";
ob_start(function () { return ''; });
echo __("Enable Media Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 360
echo " ";
ob_start(function () { return ''; });
echo __("Select the Default setting to use for the collection of Proof of Play statistics for all Media Items.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 361
echo "
";
// line 362
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 363
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 364
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 365
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 366
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 367
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 368
($context["inheritOption"] ?? null)]];
// line 370
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MEDIA_STATS_ENABLED_DEFAULT"], "method")) {
// line 371
echo " ";
echo $context["forms"]->getdropdown("MEDIA_STATS_ENABLED_DEFAULT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MEDIA_STATS_ENABLED_DEFAULT"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 373
echo " ";
echo $context["forms"]->getdisabled("MEDIA_STATS_ENABLED_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MEDIA_STATS_ENABLED_DEFAULT"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 375
echo " ";
}
// line 376
echo "
";
// line 377
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PLAYLIST_STATS_ENABLED_DEFAULT"], "method")) {
// line 378
echo " ";
ob_start(function () { return ''; });
echo __("Enable Playlist Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 379
echo " ";
ob_start(function () { return ''; });
echo __("Select the Default setting to use for the collection of Proof of Play statistics for all Playlists.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 380
echo "
";
// line 381
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 382
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 383
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 384
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 385
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 386
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 387
($context["inheritOption"] ?? null)]];
// line 389
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PLAYLIST_STATS_ENABLED_DEFAULT"], "method")) {
// line 390
echo " ";
echo $context["forms"]->getdropdown("PLAYLIST_STATS_ENABLED_DEFAULT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PLAYLIST_STATS_ENABLED_DEFAULT"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 392
echo " ";
echo $context["forms"]->getdisabled("PLAYLIST_STATS_ENABLED_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PLAYLIST_STATS_ENABLED_DEFAULT"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 394
echo " ";
}
// line 395
echo "
";
// line 396
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "WIDGET_STATS_ENABLED_DEFAULT"], "method")) {
// line 397
echo " ";
ob_start(function () { return ''; });
echo __("Enable Widget Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 398
echo " ";
ob_start(function () { return ''; });
echo __("Select the Default setting to use for the collection for Proof of Play statistics for all Widgets.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 399
echo "
";
// line 400
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 401
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 402
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 403
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 404
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 405
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 406
($context["inheritOption"] ?? null)]];
// line 408
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "WIDGET_STATS_ENABLED_DEFAULT"], "method")) {
// line 409
echo " ";
echo $context["forms"]->getdropdown("WIDGET_STATS_ENABLED_DEFAULT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "WIDGET_STATS_ENABLED_DEFAULT"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 411
echo " ";
echo $context["forms"]->getdisabled("WIDGET_STATS_ENABLED_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "WIDGET_STATS_ENABLED_DEFAULT"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 413
echo " ";
}
// line 414
echo "
";
// line 415
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED"], "method")) {
// line 416
echo " ";
ob_start(function () { return ''; });
echo __("Enable the option to report the current layout status?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 417
echo " ";
echo $context["forms"]->getcheckbox("DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED"], "method"), "", "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED"], "method"));
echo "
";
}
// line 419
echo "
";
// line 420
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_LOCK_NAME_TO_DEVICENAME"], "method")) {
// line 421
echo " ";
ob_start(function () { return ''; });
echo __("Lock the Display Name to the device name provided by the Player?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 422
echo " ";
echo $context["forms"]->getcheckbox("DISPLAY_LOCK_NAME_TO_DEVICENAME", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_LOCK_NAME_TO_DEVICENAME"], "method"), "", "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_LOCK_NAME_TO_DEVICENAME"], "method"));
echo "
";
}
// line 424
echo "
";
// line 425
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_PROFILE_SCREENSHOT_INTERVAL_ENABLED"], "method")) {
// line 426
echo " ";
ob_start(function () { return ''; });
echo __("Enable the option to set the screenshot interval?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 427
echo " ";
echo $context["forms"]->getcheckbox("DISPLAY_PROFILE_SCREENSHOT_INTERVAL_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_SCREENSHOT_INTERVAL_ENABLED"], "method"), "", "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_PROFILE_SCREENSHOT_INTERVAL_ENABLED"], "method"));
echo "
";
}
// line 429
echo "
";
// line 430
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_PROFILE_SCREENSHOT_SIZE_DEFAULT"], "method")) {
// line 431
echo " ";
ob_start(function () { return ''; });
echo __("Display Screenshot Default Size");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 432
echo " ";
ob_start(function () { return ''; });
echo __("The default size in pixels for the Display Screenshots");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 433
echo "
";
// line 434
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_PROFILE_SCREENSHOT_SIZE_DEFAULT"], "method")) {
// line 435
echo " ";
echo $context["forms"]->getnumber("DISPLAY_PROFILE_SCREENSHOT_SIZE_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_SCREENSHOT_SIZE_DEFAULT", 1 => 200], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 437
echo " ";
echo $context["forms"]->getdisabled("DISPLAY_PROFILE_SCREENSHOT_SIZE_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_SCREENSHOT_SIZE_DEFAULT", 1 => 200], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 439
echo " ";
}
// line 440
echo "
";
// line 441
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DISPLAY_AUTO_AUTH"], "method")) {
// line 442
echo " ";
ob_start(function () { return ''; });
echo __("Automatically authorise new Displays?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 443
echo " ";
ob_start(function () { return ''; });
echo __("If checked all new Displays registering with the CMS using the correct CMS key will automatically be set to authorised and display the Default Layout.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 444
echo " ";
echo $context["forms"]->getcheckbox("DISPLAY_AUTO_AUTH", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_AUTO_AUTH", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DISPLAY_AUTO_AUTH"], "method"));
echo "
";
}
// line 446
echo "
";
// line 448
echo __("General");
echo "
";
// line 450
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "HELP_BASE"], "method")) {
// line 451
echo " ";
ob_start(function () { return ''; });
echo __("Location of the Manual");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 452
echo " ";
ob_start(function () { return ''; });
echo __("The address of the user manual, which will be used as a prefix for all help links.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 453
echo "
";
// line 454
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "HELP_BASE"], "method")) {
// line 455
echo " ";
echo $context["forms"]->getinput("HELP_BASE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "HELP_BASE", 1 => "https://xibo.org.uk/manual/"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 457
echo " ";
echo $context["forms"]->getdisabled("HELP_BASE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "HELP_BASE", 1 => "https://xibo.org.uk/manual/"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 459
echo " ";
}
// line 460
echo "
";
// line 461
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "QUICK_CHART_URL"], "method")) {
// line 462
echo " ";
ob_start(function () { return ''; });
echo __("Quick Chart URL");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 463
echo " ";
ob_start(function () { return ''; });
echo __("Enter the URL to a Quick Chart service. This is used to draw charts in emailed reports and for showing a QR code during two factor authentication.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 464
echo "
";
// line 465
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "QUICK_CHART_URL"], "method")) {
// line 466
echo " ";
echo $context["forms"]->getinput("QUICK_CHART_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "QUICK_CHART_URL", 1 => "https://quickchart.io"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 468
echo " ";
echo $context["forms"]->getdisabled("QUICK_CHART_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "QUICK_CHART_URL", 1 => "https://quickchart.io"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 470
echo " ";
}
// line 471
echo "
";
// line 472
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PHONE_HOME"], "method")) {
// line 473
echo " ";
ob_start(function () { return ''; });
echo __("Allow usage tracking?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 474
echo " ";
ob_start(function () { return ''; });
echo __("Should the CMS send anonymous statistics to help improve the software?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 475
echo "
";
// line 476
echo $context["forms"]->getcheckbox("PHONE_HOME", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PHONE_HOME"], "method"));
echo "
";
}
// line 478
echo "
";
// line 479
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PHONE_HOME_KEY"], "method")) {
// line 480
echo " ";
ob_start(function () { return ''; });
echo __("Phone home key");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 481
echo " ";
ob_start(function () { return ''; });
echo __("Key used to distinguish each CMS instance. This is generated randomly based on the time you first installed the CMS, and is completely untraceable.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 482
echo "
";
// line 483
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PHONE_HOME_KEY"], "method")) {
// line 484
echo " ";
echo $context["forms"]->getinput("PHONE_HOME_KEY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME_KEY"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 486
echo " ";
echo $context["forms"]->getdisabled("PHONE_HOME_KEY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME_KEY"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 488
echo " ";
}
// line 489
echo "
";
// line 490
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PHONE_HOME_DATE"], "method")) {
// line 491
echo " ";
ob_start(function () { return ''; });
echo __("Phone home time");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 492
echo " ";
ob_start(function () { return ''; });
echo __("The last time we PHONED_HOME in seconds since the epoch");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 493
echo "
";
// line 494
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PHONE_HOME_DATE"], "method")) {
// line 495
echo " ";
echo $context["forms"]->getinput("PHONE_HOME_DATE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME_DATE"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 497
echo " ";
echo $context["forms"]->getdisabled("PHONE_HOME_DATE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME_DATE"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 499
echo " ";
}
// line 500
echo "
";
// line 501
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PHONE_HOME_URL"], "method")) {
// line 502
echo " ";
ob_start(function () { return ''; });
echo __("Phone home URL");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 503
echo " ";
ob_start(function () { return ''; });
echo __("The URL to connect to to PHONE_HOME (if enabled)");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 504
echo "
";
// line 505
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PHONE_HOME_URL"], "method")) {
// line 506
echo " ";
echo $context["forms"]->getinput("PHONE_HOME_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME_URL", 1 => "http://www.xibo.org.uk/stats/track.php"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 508
echo " ";
echo $context["forms"]->getdisabled("PHONE_HOME_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PHONE_HOME_URL", 1 => "http://www.xibo.org.uk/stats/track.php"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 510
echo " ";
}
// line 511
echo "
";
// line 512
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SCHEDULE_LOOKAHEAD"], "method")) {
// line 513
echo " ";
ob_start(function () { return ''; });
echo __("Send Schedule in advance?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 514
echo " ";
ob_start(function () { return ''; });
echo __("Should the CMS send future schedule information to Players?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 515
echo "
";
// line 516
echo $context["forms"]->getcheckbox("SCHEDULE_LOOKAHEAD", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SCHEDULE_LOOKAHEAD", 1 => 1], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SCHEDULE_LOOKAHEAD"], "method"));
echo "
";
}
// line 518
echo "
";
// line 519
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "EVENT_SYNC"], "method")) {
// line 520
echo " ";
ob_start(function () { return ''; });
echo __("Show Synchronise this Event checkbox on applicable events?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 521
echo " ";
ob_start(function () { return ''; });
echo __("If checked you will have an option to enable Synchronise this Event checkbox for applicable events");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 522
echo "
";
// line 523
echo $context["forms"]->getcheckbox("EVENT_SYNC", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "EVENT_SYNC", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "EVENT_SYNC"], "method"));
echo "
";
}
// line 525
echo "
";
// line 526
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "REQUIRED_FILES_LOOKAHEAD"], "method")) {
// line 527
echo " ";
ob_start(function () { return ''; });
echo __("Send files in advance?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 528
echo " ";
ob_start(function () { return ''; });
echo __("How many seconds in to the future should the calls to RequiredFiles look?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 529
echo "
";
// line 530
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "REQUIRED_FILES_LOOKAHEAD"], "method")) {
// line 531
echo " ";
echo $context["forms"]->getnumber("REQUIRED_FILES_LOOKAHEAD", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "REQUIRED_FILES_LOOKAHEAD", 1 => "172800"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 533
echo " ";
echo $context["forms"]->getdisabled("REQUIRED_FILES_LOOKAHEAD", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "REQUIRED_FILES_LOOKAHEAD", 1 => "172800"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 535
echo " ";
}
// line 536
echo "
";
// line 537
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SETTING_IMPORT_ENABLED"], "method")) {
// line 538
echo " ";
ob_start(function () { return ''; });
echo __("Allow Import?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 539
echo "
";
// line 540
echo $context["forms"]->getcheckbox("SETTING_IMPORT_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SETTING_IMPORT_ENABLED", 1 => 0], "method"), "", "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SETTING_IMPORT_ENABLED"], "method"));
echo "
";
}
// line 542
echo "
";
// line 543
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SETTING_LIBRARY_TIDY_ENABLED"], "method")) {
// line 544
echo " ";
ob_start(function () { return ''; });
echo __("Enable Library Tidy?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 545
echo "
";
// line 546
echo $context["forms"]->getcheckbox("SETTING_LIBRARY_TIDY_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SETTING_LIBRARY_TIDY_ENABLED", 1 => 1], "method"), "", "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SETTING_LIBRARY_TIDY_ENABLED"], "method"));
echo "
";
}
// line 548
echo "
";
// line 549
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "EMBEDDED_STATUS_WIDGET"], "method")) {
// line 550
echo " ";
ob_start(function () { return ''; });
echo __("Status Dashboard Widget");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 551
echo " ";
ob_start(function () { return ''; });
echo __("HTML to embed in an iframe on the Status Dashboard");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 552
echo "
";
// line 553
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "EMBEDDED_STATUS_WIDGET"], "method")) {
// line 554
echo " ";
echo $context["forms"]->getinput("EMBEDDED_STATUS_WIDGET", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "EMBEDDED_STATUS_WIDGET"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 556
echo " ";
echo $context["forms"]->getdisabled("EMBEDDED_STATUS_WIDGET", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "EMBEDDED_STATUS_WIDGET"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 558
echo " ";
}
// line 559
echo "
";
// line 560
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULTS_IMPORTED"], "method")) {
// line 561
echo " ";
ob_start(function () { return ''; });
echo __("Defaults Imported?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 562
echo " ";
ob_start(function () { return ''; });
echo __("Has the default layout been imported?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 563
echo "
";
// line 564
echo $context["forms"]->getcheckbox("DEFAULTS_IMPORTED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULTS_IMPORTED", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULTS_IMPORTED"], "method"));
echo "
";
}
// line 566
echo "
";
// line 567
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DASHBOARD_LATEST_NEWS_ENABLED"], "method")) {
// line 568
echo " ";
ob_start(function () { return ''; });
echo __("Enable Latest News?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 569
echo " ";
ob_start(function () { return ''; });
echo __("Should the Dashboard show latest news? The address is provided by the theme.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 570
echo "
";
// line 571
echo $context["forms"]->getcheckbox("DASHBOARD_LATEST_NEWS_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DASHBOARD_LATEST_NEWS_ENABLED", 1 => 1], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DASHBOARD_LATEST_NEWS_ENABLED"], "method"));
echo "
";
}
// line 573
echo "
";
// line 574
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "INSTANCE_SUSPENDED"], "method")) {
// line 575
echo " ";
ob_start(function () { return ''; });
echo __("Instance Suspended");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 576
echo " ";
ob_start(function () { return ''; });
echo __("Is this instance suspended?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 577
echo "
";
// line 578
echo $context["forms"]->getcheckbox("INSTANCE_SUSPENDED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "INSTANCE_SUSPENDED", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "INSTANCE_SUSPENDED"], "method"));
echo "
";
}
// line 580
echo "
";
// line 581
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LATEST_NEWS_URL"], "method")) {
// line 582
echo " ";
ob_start(function () { return ''; });
echo __("Latest News URL");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 583
echo " ";
ob_start(function () { return ''; });
echo __("RSS/Atom Feed to be displayed on the Status Dashboard");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 584
echo "
";
// line 585
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LATEST_NEWS_URL"], "method")) {
// line 586
echo " ";
echo $context["forms"]->getinput("LATEST_NEWS_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LATEST_NEWS_URL"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 588
echo " ";
echo $context["forms"]->getdisabled("LATEST_NEWS_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LATEST_NEWS_URL"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 590
echo " ";
}
// line 591
echo "
";
// line 593
echo __("Maintenance");
echo "
";
// line 595
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_ENABLED"], "method")) {
// line 596
echo " ";
ob_start(function () { return ''; });
echo __("Enable Maintenance?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 597
echo " ";
ob_start(function () { return ''; });
echo __("Allow the maintenance script to run if it is called?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 598
echo "
";
// line 599
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 600
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 601
echo " ";
ob_start(function () { return ''; });
echo __("Protected");
$context["protectedOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 602
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 603
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 604
($context["onOption"] ?? null)], 2 => ["id" => "Protected", "value" => // line 605
($context["protectedOption"] ?? null)]];
// line 607
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_ENABLED"], "method")) {
// line 608
echo " ";
echo $context["forms"]->getdropdown("MAINTENANCE_ENABLED", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_ENABLED", 1 => "Off"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 610
echo " ";
echo $context["forms"]->getdisabled("MAINTENANCE_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_ENABLED", 1 => "Off"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 612
echo " ";
}
// line 613
echo "
";
// line 614
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_EMAIL_ALERTS"], "method")) {
// line 615
echo " ";
ob_start(function () { return ''; });
echo __("Enable Email Alerts?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 616
echo " ";
ob_start(function () { return ''; });
echo __("Global switch for email alerts to be sent");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 617
echo "
";
// line 618
echo $context["forms"]->getcheckbox("MAINTENANCE_EMAIL_ALERTS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_EMAIL_ALERTS", 1 => 1], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_EMAIL_ALERTS"], "method"));
echo "
";
}
// line 620
echo "
";
// line 621
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_KEY"], "method")) {
// line 622
echo " ";
ob_start(function () { return ''; });
echo __("Maintenance Key");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 623
echo " ";
ob_start(function () { return ''; });
echo __("String appended to the maintenance script to prevent malicious calls to the script.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 624
echo "
";
// line 625
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_KEY"], "method")) {
// line 626
echo " ";
echo $context["forms"]->getinput("MAINTENANCE_KEY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_KEY", 1 => "changeme"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 628
echo " ";
echo $context["forms"]->getdisabled("MAINTENANCE_KEY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_KEY", 1 => "changeme"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 630
echo " ";
}
// line 631
echo "
";
// line 632
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_LOG_MAXAGE"], "method")) {
// line 633
echo " ";
ob_start(function () { return ''; });
echo __("Max Log Age");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 634
echo " ";
ob_start(function () { return ''; });
echo __("Maximum age for log entries in days. Set to 0 to keep logs indefinitely.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 635
echo "
";
// line 636
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_LOG_MAXAGE"], "method")) {
// line 637
echo " ";
echo $context["forms"]->getnumber("MAINTENANCE_LOG_MAXAGE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_LOG_MAXAGE", 1 => 30], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 639
echo " ";
echo $context["forms"]->getdisabled("MAINTENANCE_LOG_MAXAGE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_LOG_MAXAGE", 1 => 30], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 641
echo " ";
}
// line 642
echo "
";
// line 643
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_STAT_MAXAGE"], "method")) {
// line 644
echo " ";
ob_start(function () { return ''; });
echo __("Max Statistics Age");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 645
echo " ";
ob_start(function () { return ''; });
echo __("Maximum age for statistics entries in days. Entries older than this will not be processed and existing entries will be removed. Set to 0 to keep statistics indefinitely.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 646
echo "
";
// line 647
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_STAT_MAXAGE"], "method")) {
// line 648
echo " ";
echo $context["forms"]->getnumber("MAINTENANCE_STAT_MAXAGE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_STAT_MAXAGE", 1 => 30], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 650
echo " ";
echo $context["forms"]->getdisabled("MAINTENANCE_STAT_MAXAGE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_STAT_MAXAGE", 1 => 30], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 652
echo " ";
}
// line 653
echo "
";
// line 654
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_ALERT_TOUT"], "method")) {
// line 655
echo " ";
ob_start(function () { return ''; });
echo __("Max Display Timeout");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 656
echo " ";
ob_start(function () { return ''; });
echo __("How long in minutes after the last time a Player connects should we send an alert? Can be overridden on a per Player basis.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 657
echo "
";
// line 658
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_ALERT_TOUT"], "method")) {
// line 659
echo " ";
echo $context["forms"]->getnumber("MAINTENANCE_ALERT_TOUT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_ALERT_TOUT", 1 => 12], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 661
echo " ";
echo $context["forms"]->getdisabled("MAINTENANCE_ALERT_TOUT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_ALERT_TOUT", 1 => 12], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 663
echo " ";
}
// line 664
echo "
";
// line 665
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MAINTENANCE_ALWAYS_ALERT"], "method")) {
// line 666
echo " ";
ob_start(function () { return ''; });
echo __("Send repeat Display Timeouts");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 667
echo " ";
ob_start(function () { return ''; });
echo __("Should the CMS send an email if a display is in an error state every time maintenance runs?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 668
echo "
";
// line 669
echo $context["forms"]->getcheckbox("MAINTENANCE_ALWAYS_ALERT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MAINTENANCE_ALWAYS_ALERT", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MAINTENANCE_ALWAYS_ALERT"], "method"));
echo "
";
}
// line 671
echo "
";
// line 674
echo __("Network");
echo "
";
// line 676
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "mail_to"], "method")) {
// line 677
echo " ";
ob_start(function () { return ''; });
echo __("Admin email address");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 678
echo " ";
ob_start(function () { return ''; });
echo __("This is the overall CMS adminstrator who will receive copies of all email notifications generated by the CMS.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 679
echo "
";
// line 680
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "mail_to"], "method")) {
// line 681
echo " ";
echo $context["forms"]->getinput("mail_to", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "mail_to"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 683
echo " ";
echo $context["forms"]->getdisabled("mail_to", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "mail_to"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 685
echo " ";
}
// line 686
echo "
";
// line 687
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "mail_from"], "method")) {
// line 688
echo " ";
ob_start(function () { return ''; });
echo __("Sending email address");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 689
echo " ";
ob_start(function () { return ''; });
echo __("Mail will be sent from this address");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 690
echo "
";
// line 691
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "mail_from"], "method")) {
// line 692
echo " ";
echo $context["forms"]->getinput("mail_from", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "mail_from"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 694
echo " ";
echo $context["forms"]->getdisabled("mail_from", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "mail_from"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 696
echo " ";
}
// line 697
echo "
";
// line 698
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "mail_from_name"], "method")) {
// line 699
echo " ";
ob_start(function () { return ''; });
echo __("Sending email name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 700
echo " ";
ob_start(function () { return ''; });
echo __("Mail will be sent under this name");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 701
echo "
";
// line 702
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "mail_from_name"], "method")) {
// line 703
echo " ";
echo $context["forms"]->getinput("mail_from_name", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "mail_from_name"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 705
echo " ";
echo $context["forms"]->getdisabled("mail_from_name", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "mail_from_name"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 707
echo " ";
}
// line 708
echo "
";
// line 709
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SENDFILE_MODE"], "method")) {
// line 710
echo " ";
ob_start(function () { return ''; });
echo __("File download mode");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 711
echo " ";
ob_start(function () { return ''; });
echo __("Should the CMS use Apache X-Sendfile, Nginx X-Accel, or PHP (Off) to return the files from the library?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 712
echo "
";
// line 713
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 714
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 715
($context["offOption"] ?? null)], 1 => ["id" => "Apache", "value" => "Apache"], 2 => ["id" => "Nginx", "value" => "Nginx"]];
// line 719
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SENDFILE_MODE"], "method")) {
// line 720
echo " ";
echo $context["forms"]->getdropdown("SENDFILE_MODE", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SENDFILE_MODE", 1 => "Off"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 722
echo " ";
echo $context["forms"]->getdisabled("SENDFILE_MODE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SENDFILE_MODE", 1 => "Off"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 724
echo " ";
}
// line 725
echo "
";
// line 726
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PROXY_HOST"], "method")) {
// line 727
echo " ";
ob_start(function () { return ''; });
echo __("Proxy URL");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 728
echo " ";
ob_start(function () { return ''; });
echo __("The Proxy URL");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 729
echo "
";
// line 730
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PROXY_HOST"], "method")) {
// line 731
echo " ";
echo $context["forms"]->getinput("PROXY_HOST", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_HOST"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 733
echo " ";
echo $context["forms"]->getdisabled("PROXY_HOST", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_HOST"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 735
echo " ";
}
// line 736
echo "
";
// line 737
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PROXY_PORT"], "method")) {
// line 738
echo " ";
ob_start(function () { return ''; });
echo __("Proxy Port");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 739
echo " ";
ob_start(function () { return ''; });
echo __("The Proxy Port");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 740
echo "
";
// line 741
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PROXY_PORT"], "method")) {
// line 742
echo " ";
echo $context["forms"]->getnumber("PROXY_PORT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_PORT", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 744
echo " ";
echo $context["forms"]->getdisabled("PROXY_PORT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_PORT", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 746
echo " ";
}
// line 747
echo "
";
// line 748
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PROXY_AUTH"], "method")) {
// line 749
echo " ";
ob_start(function () { return ''; });
echo __("Proxy Credentials");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 750
echo " ";
ob_start(function () { return ''; });
echo __("The Authentication information for this proxy. username:password");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 751
echo "
";
// line 752
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PROXY_AUTH"], "method")) {
// line 753
echo " ";
echo $context["forms"]->getinput("PROXY_AUTH", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_AUTH"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 755
echo " ";
echo $context["forms"]->getdisabled("PROXY_AUTH", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_AUTH"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 757
echo " ";
}
// line 758
echo "
";
// line 759
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PROXY_EXCEPTIONS"], "method")) {
// line 760
echo " ";
ob_start(function () { return ''; });
echo __("Proxy Exceptions");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 761
echo " ";
ob_start(function () { return ''; });
echo __("Hosts and Keywords that should not be loaded via the Proxy Specified. These should be comma separated.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 762
echo "
";
// line 763
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PROXY_EXCEPTIONS"], "method")) {
// line 764
echo " ";
echo $context["forms"]->getinput("PROXY_EXCEPTIONS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_EXCEPTIONS"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 766
echo " ";
echo $context["forms"]->getdisabled("PROXY_EXCEPTIONS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PROXY_EXCEPTIONS"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 768
echo " ";
}
// line 769
echo "
";
// line 770
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "CDN_URL"], "method")) {
// line 771
echo " ";
ob_start(function () { return ''; });
echo __("CDN Address");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 772
echo " ";
ob_start(function () { return ''; });
echo __("Content Delivery Network Address for serving file requests to Players");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 773
echo "
";
// line 774
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "CDN_URL"], "method")) {
// line 775
echo " ";
echo $context["forms"]->getinput("CDN_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "CDN_URL"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 777
echo " ";
echo $context["forms"]->getdisabled("CDN_URL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "CDN_URL"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 779
echo " ";
}
// line 780
echo "
";
// line 781
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MONTHLY_XMDS_TRANSFER_LIMIT_KB"], "method")) {
// line 782
echo " ";
ob_start(function () { return ''; });
echo __("Monthly bandwidth Limit");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 783
echo " ";
ob_start(function () { return ''; });
echo __("XMDS Transfer Limit in KB/month");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 784
echo "
";
// line 785
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MONTHLY_XMDS_TRANSFER_LIMIT_KB"], "method")) {
// line 786
echo " ";
echo $context["forms"]->getnumber("MONTHLY_XMDS_TRANSFER_LIMIT_KB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MONTHLY_XMDS_TRANSFER_LIMIT_KB"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 788
echo " ";
echo $context["forms"]->getdisabled("MONTHLY_XMDS_TRANSFER_LIMIT_KB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MONTHLY_XMDS_TRANSFER_LIMIT_KB"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 790
echo " ";
}
// line 791
echo "
";
// line 792
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LIBRARY_SIZE_LIMIT_KB"], "method")) {
// line 793
echo " ";
ob_start(function () { return ''; });
echo __("Library Size Limit");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 794
echo " ";
ob_start(function () { return ''; });
echo __("The Limit for the Library Size in KB");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 795
echo "
";
// line 796
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LIBRARY_SIZE_LIMIT_KB"], "method")) {
// line 797
echo " ";
echo $context["forms"]->getnumber("LIBRARY_SIZE_LIMIT_KB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LIBRARY_SIZE_LIMIT_KB"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 799
echo " ";
echo $context["forms"]->getdisabled("LIBRARY_SIZE_LIMIT_KB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LIBRARY_SIZE_LIMIT_KB"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 801
echo " ";
}
// line 802
echo "
";
// line 803
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "FORCE_HTTPS"], "method")) {
// line 804
echo " ";
ob_start(function () { return ''; });
echo __("Force HTTPS?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 805
echo " ";
ob_start(function () { return ''; });
echo __("Force the portal into HTTPS?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 806
echo "
";
// line 807
echo $context["forms"]->getcheckbox("FORCE_HTTPS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "FORCE_HTTPS", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "FORCE_HTTPS"], "method"));
echo "
";
}
// line 809
echo "
";
// line 810
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "ISSUE_STS"], "method")) {
// line 811
echo " ";
ob_start(function () { return ''; });
echo __("Enable STS?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 812
echo " ";
ob_start(function () { return ''; });
echo __("Add STS to the response headers? Make sure you fully understand STS before turning it on as it will prevent access via HTTP after the first successful HTTPS connection.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 813
echo "
";
// line 814
echo $context["forms"]->getcheckbox("ISSUE_STS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "ISSUE_STS", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "ISSUE_STS"], "method"));
echo "
";
}
// line 816
echo "
";
// line 817
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "STS_TTL"], "method")) {
// line 818
echo " ";
ob_start(function () { return ''; });
echo __("STS Time out");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 819
echo " ";
ob_start(function () { return ''; });
echo __("The Time to Live (maxage) of the STS header expressed in seconds.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 820
echo "
";
// line 821
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "STS_TTL"], "method")) {
// line 822
echo " ";
echo $context["forms"]->getnumber("STS_TTL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "STS_TTL", 1 => "600"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 824
echo " ";
echo $context["forms"]->getdisabled("STS_TTL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "STS_TTL", 1 => "600"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 826
echo " ";
}
// line 827
echo "
";
// line 828
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "WHITELIST_LOAD_BALANCERS"], "method")) {
// line 829
echo " ";
ob_start(function () { return ''; });
echo __("Whitelist Load Balancers");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 830
echo " ";
ob_start(function () { return ''; });
echo __("If the CMS is behind a load balancer, what are the load balancer IP addresses, comma delimited.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 831
echo "
";
// line 832
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "WHITELIST_LOAD_BALANCERS"], "method")) {
// line 833
echo " ";
echo $context["forms"]->getinput("WHITELIST_LOAD_BALANCERS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "WHITELIST_LOAD_BALANCERS"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 835
echo " ";
echo $context["forms"]->getdisabled("WHITELIST_LOAD_BALANCERS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "WHITELIST_LOAD_BALANCERS"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 837
echo " ";
}
// line 838
echo "
";
// line 840
echo __("Permissions");
echo "
";
// line 842
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "LAYOUT_DEFAULT"], "method")) {
// line 843
echo " ";
ob_start(function () { return ''; });
echo __("Layout Permissions");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 844
echo " ";
ob_start(function () { return ''; });
echo __("New layouts will be created with these settings. If public everyone will be able to view and use this layout.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 845
echo "
";
// line 846
ob_start(function () { return ''; });
echo __("Private");
$context["privateOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 847
echo " ";
ob_start(function () { return ''; });
echo __("Group Read");
$context["groupOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 848
echo " ";
ob_start(function () { return ''; });
echo __("Group Write");
$context["groupWriteOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 849
echo " ";
ob_start(function () { return ''; });
echo __("Group Delete");
$context["groupDeleteOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 850
echo " ";
ob_start(function () { return ''; });
echo __("Public Read");
$context["publicOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 851
echo " ";
ob_start(function () { return ''; });
echo __("Public Write");
$context["publicWriteOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 852
echo " ";
$context["options"] = [0 => ["id" => "private", "value" => // line 853
($context["privateOption"] ?? null)], 1 => ["id" => "group", "value" => // line 854
($context["groupOption"] ?? null)], 2 => ["id" => "group write", "value" => // line 855
($context["groupWriteOption"] ?? null)], 3 => ["id" => "group delete", "value" => // line 856
($context["groupDeleteOption"] ?? null)], 4 => ["id" => "public", "value" => // line 857
($context["publicOption"] ?? null)], 5 => ["id" => "public write", "value" => // line 858
($context["publicWriteOption"] ?? null)]];
// line 860
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "LAYOUT_DEFAULT"], "method")) {
// line 861
echo " ";
echo $context["forms"]->getdropdown("LAYOUT_DEFAULT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LAYOUT_DEFAULT", 1 => "private"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 863
echo " ";
echo $context["forms"]->getdisabled("LAYOUT_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LAYOUT_DEFAULT", 1 => "private"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 865
echo " ";
}
// line 866
echo "
";
// line 867
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MEDIA_DEFAULT"], "method")) {
// line 868
echo " ";
ob_start(function () { return ''; });
echo __("Media Permissions");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 869
echo " ";
ob_start(function () { return ''; });
echo __("Media will be created with these settings. If public everyone will be able to view and use this media.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 870
echo "
";
// line 871
ob_start(function () { return ''; });
echo __("Private");
$context["privateOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 872
echo " ";
ob_start(function () { return ''; });
echo __("Group Read");
$context["groupOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 873
echo " ";
ob_start(function () { return ''; });
echo __("Group Write");
$context["groupWriteOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 874
echo " ";
ob_start(function () { return ''; });
echo __("Group Delete");
$context["groupDeleteOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 875
echo " ";
ob_start(function () { return ''; });
echo __("Public Read");
$context["publicOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 876
echo " ";
ob_start(function () { return ''; });
echo __("Public Write");
$context["publicWriteOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 877
echo " ";
$context["options"] = [0 => ["id" => "private", "value" => // line 878
($context["privateOption"] ?? null)], 1 => ["id" => "group", "value" => // line 879
($context["groupOption"] ?? null)], 2 => ["id" => "group write", "value" => // line 880
($context["groupWriteOption"] ?? null)], 3 => ["id" => "group delete", "value" => // line 881
($context["groupDeleteOption"] ?? null)], 4 => ["id" => "public", "value" => // line 882
($context["publicOption"] ?? null)], 5 => ["id" => "public write", "value" => // line 883
($context["publicWriteOption"] ?? null)]];
// line 885
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MEDIA_DEFAULT"], "method")) {
// line 886
echo " ";
echo $context["forms"]->getdropdown("MEDIA_DEFAULT", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MEDIA_DEFAULT", 1 => "private"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 888
echo " ";
echo $context["forms"]->getdisabled("MEDIA_DEFAULT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MEDIA_DEFAULT", 1 => "private"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 890
echo " ";
}
// line 891
echo "
";
// line 892
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "REGION_OPTIONS_COLOURING"], "method")) {
// line 893
echo " ";
ob_start(function () { return ''; });
echo __("How to colour Media on the Region Timeline");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 894
echo "
";
// line 895
ob_start(function () { return ''; });
echo __("Media Colouring");
$context["privateOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 896
echo " ";
ob_start(function () { return ''; });
echo __("Permissions Colouring");
$context["groupOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 897
echo " ";
$context["options"] = [0 => ["id" => "Media Colouring", "value" => // line 898
($context["privateOption"] ?? null)], 1 => ["id" => "Permissions Colouring", "value" => // line 899
($context["groupOption"] ?? null)]];
// line 901
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "REGION_OPTIONS_COLOURING"], "method")) {
// line 902
echo " ";
echo $context["forms"]->getdropdown("REGION_OPTIONS_COLOURING", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "REGION_OPTIONS_COLOURING", 1 => "Media Colouring"], "method"), ($context["options"] ?? null), "id", "value");
echo "
";
} else {
// line 904
echo " ";
echo $context["forms"]->getdisabled("REGION_OPTIONS_COLOURING", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "REGION_OPTIONS_COLOURING", 1 => "Media Colouring"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 906
echo " ";
}
// line 907
echo "
";
// line 908
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SCHEDULE_WITH_VIEW_PERMISSION"], "method")) {
// line 909
echo " ";
ob_start(function () { return ''; });
echo __("Schedule with view permissions?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 910
echo " ";
ob_start(function () { return ''; });
echo __("Should users with View permissions on displays be allowed to schedule to them?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 911
echo " ";
echo $context["forms"]->getcheckbox("SCHEDULE_WITH_VIEW_PERMISSION", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SCHEDULE_WITH_VIEW_PERMISSION", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SCHEDULE_WITH_VIEW_PERMISSION"], "method"));
echo "
";
}
// line 913
echo "
";
// line 914
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SCHEDULE_SHOW_LAYOUT_NAME"], "method")) {
// line 915
echo " ";
ob_start(function () { return ''; });
echo __("Show event Layout regardless of User permission?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 916
echo " ";
ob_start(function () { return ''; });
echo __("If checked then the Schedule will show the Layout for existing events even if the logged in User does not have permission to see that Layout.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 917
echo " ";
echo $context["forms"]->getcheckbox("SCHEDULE_SHOW_LAYOUT_NAME", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SCHEDULE_SHOW_LAYOUT_NAME", 1 => 0], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SCHEDULE_SHOW_LAYOUT_NAME"], "method"));
echo "
";
}
// line 919
echo "
";
// line 920
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "INHERIT_PARENT_PERMISSIONS"], "method")) {
// line 921
echo " ";
ob_start(function () { return ''; });
echo __("Inherit permissions");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 922
echo " ";
ob_start(function () { return ''; });
echo __("Inherit permissions from Parent when adding a new item?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 923
echo " ";
echo $context["forms"]->getcheckbox("INHERIT_PARENT_PERMISSIONS", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "INHERIT_PARENT_PERMISSIONS", 1 => 1], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "INHERIT_PARENT_PERMISSIONS"], "method"));
echo "
";
}
// line 925
echo "
";
// line 926
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "MODULE_CONFIG_LOCKED_CHECKB"], "method")) {
// line 927
echo " ";
ob_start(function () { return ''; });
echo __("Lock Module Config");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 928
echo " ";
ob_start(function () { return ''; });
echo __("Is the module config locked? Useful for Service providers.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 929
echo " ";
echo $context["forms"]->getcheckbox("MODULE_CONFIG_LOCKED_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "MODULE_CONFIG_LOCKED_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "MODULE_CONFIG_LOCKED_CHECKB"], "method"));
echo "
";
}
// line 931
echo "
";
// line 932
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "TASK_CONFIG_LOCKED_CHECKB"], "method")) {
// line 933
echo " ";
ob_start(function () { return ''; });
echo __("Lock Task Config");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 934
echo " ";
ob_start(function () { return ''; });
echo __("Is the task config locked? Useful for Service providers.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 935
echo " ";
echo $context["forms"]->getcheckbox("TASK_CONFIG_LOCKED_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "TASK_CONFIG_LOCKED_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "TASK_CONFIG_LOCKED_CHECKB"], "method"));
echo "
";
}
// line 937
echo "
";
// line 938
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "TRANSITION_CONFIG_LOCKED_CHECKB"], "method")) {
// line 939
echo " ";
ob_start(function () { return ''; });
echo __("Is the Transition config locked?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 940
echo " ";
ob_start(function () { return ''; });
echo __("Allow modifications to the transition configuration?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 941
echo " ";
echo $context["forms"]->getcheckbox("TRANSITION_CONFIG_LOCKED_CHECKB", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "TRANSITION_CONFIG_LOCKED_CHECKB"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "TRANSITION_CONFIG_LOCKED_CHECKB"], "method"));
echo "
";
}
// line 943
echo "
";
// line 945
echo __("Regional");
echo "
";
// line 947
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_LANGUAGE"], "method")) {
// line 948
echo " ";
ob_start(function () { return ''; });
echo __("Default Language");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 949
echo " ";
ob_start(function () { return ''; });
echo __("The default language to use");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 950
echo "
";
// line 951
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_LANGUAGE"], "method")) {
// line 952
echo " ";
echo $context["forms"]->getdropdown("DEFAULT_LANGUAGE", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LANGUAGE", 1 => "en_GB"], "method"), ($context["languages"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 954
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_LANGUAGE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_LANGUAGE", 1 => "en_GB"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 956
echo " ";
}
// line 957
echo "
";
// line 958
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "defaultTimezone"], "method")) {
// line 959
echo " ";
ob_start(function () { return ''; });
echo __("Timezone");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 960
echo " ";
ob_start(function () { return ''; });
echo __("Set the default timezone for the application");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 961
echo "
";
// line 962
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "defaultTimezone"], "method")) {
// line 963
echo " ";
echo $context["forms"]->getdropdown("defaultTimezone", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "defaultTimezone", 1 => "Europe/London"], "method"), ($context["timeZones"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 965
echo " ";
echo $context["forms"]->getdisabled("defaultTimezone", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "defaultTimezone", 1 => "Europe/London"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 967
echo " ";
}
// line 968
echo "
";
// line 969
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DATE_FORMAT"], "method")) {
// line 970
echo " ";
ob_start(function () { return ''; });
echo __("Date Format");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 971
echo " ";
ob_start(function () { return ''; });
echo twig_escape_filter($this->env, $this->getAttribute(($context["helpService"] ?? null), "address", [0 => "advanced_dateFormat.html"], "method"), "html", null, true);
$context["manualUrl"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 972
echo " ";
ob_start(function () { return ''; });
/* xgettext:no-php-format */ echo strtr(__("The Date Format to use when displaying dates in the CMS. See the
Manual for allowed formats."), array("%manualUrl%" => ($context["manualUrl"] ?? null), ));
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 973
echo "
";
// line 974
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DATE_FORMAT"], "method")) {
// line 975
echo " ";
echo $context["forms"]->getinput("DATE_FORMAT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DATE_FORMAT", 1 => "Y-m-d"], "method"), ($context["helpText"] ?? null), "required");
echo "
";
} else {
// line 977
echo " ";
echo $context["forms"]->getdisabled("DATE_FORMAT", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DATE_FORMAT", 1 => "Y-m-d"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 979
echo " ";
}
// line 980
echo "
";
// line 981
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DETECT_LANGUAGE"], "method")) {
// line 982
echo " ";
ob_start(function () { return ''; });
echo __("Detect language?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 983
echo " ";
ob_start(function () { return ''; });
echo __("Detect the browser language?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 984
echo " ";
echo $context["forms"]->getcheckbox("DETECT_LANGUAGE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DETECT_LANGUAGE"], "method"), ($context["helpText"] ?? null), "", "", !$this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DETECT_LANGUAGE"], "method"));
echo "
";
}
// line 986
echo "
";
// line 987
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "CALENDAR_TYPE"], "method")) {
// line 988
echo " ";
ob_start(function () { return ''; });
echo __("Calendar Type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 989
echo " ";
ob_start(function () { return ''; });
echo __("Which Calendar Type should the CMS use?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 990
echo "
";
// line 991
ob_start(function () { return ''; });
echo __("Gregorian");
$context["gregorianOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 992
echo " ";
ob_start(function () { return ''; });
echo __("Jalali");
$context["jalaliOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 993
echo " ";
$context["options"] = [0 => ["id" => "Gregorian", "value" => // line 994
($context["gregorianOption"] ?? null)], 1 => ["id" => "Jalali", "value" => // line 995
($context["jalaliOption"] ?? null)]];
// line 997
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "CALENDAR_TYPE"], "method")) {
// line 998
echo " ";
echo $context["forms"]->getdropdown("CALENDAR_TYPE", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "CALENDAR_TYPE", 1 => "Gregorian"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 1000
echo " ";
echo $context["forms"]->getdisabled("CALENDAR_TYPE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "CALENDAR_TYPE", 1 => "Gregorian"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1002
echo " ";
}
// line 1003
echo "
";
// line 1005
echo __("Troubleshooting");
echo "
";
// line 1007
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "RESTING_LOG_LEVEL"], "method")) {
// line 1008
echo " ";
ob_start(function () { return ''; });
echo __("Resting Log Level");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1009
echo " ";
ob_start(function () { return ''; });
echo __("Set the level of the resting log level. The CMS will revert to this log level after an elevated period ends. In production systems \"error\" is recommended.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1010
echo "
";
// line 1011
ob_start(function () { return ''; });
echo __("Emergency");
$context["emergencyOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1012
echo " ";
ob_start(function () { return ''; });
echo __("Alert");
$context["alertOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1013
echo " ";
ob_start(function () { return ''; });
echo __("Critical");
$context["criticalOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1014
echo " ";
ob_start(function () { return ''; });
echo __("Error");
$context["errorOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1015
echo " ";
$context["options"] = [0 => ["id" => "emergency", "value" => // line 1016
($context["emergencyOption"] ?? null)], 1 => ["id" => "alert", "value" => // line 1017
($context["alertOption"] ?? null)], 2 => ["id" => "critical", "value" => // line 1018
($context["criticalOption"] ?? null)], 3 => ["id" => "error", "value" => // line 1019
($context["errorOption"] ?? null)]];
// line 1021
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "RESTING_LOG_LEVEL"], "method")) {
// line 1022
echo " ";
echo $context["forms"]->getdropdown("RESTING_LOG_LEVEL", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "RESTING_LOG_LEVEL", 1 => "error"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 1024
echo " ";
echo $context["forms"]->getdisabled("RESTING_LOG_LEVEL", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "RESTING_LOG_LEVEL", 1 => "error"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1026
echo " ";
}
// line 1027
echo "
";
// line 1028
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "audit"], "method")) {
// line 1029
echo " ";
ob_start(function () { return ''; });
echo __("Log Level");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1030
echo " ";
ob_start(function () { return ''; });
echo __("Set the level of logging the CMS should record. In production systems \"error\" is recommended.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1031
echo "
";
// line 1032
ob_start(function () { return ''; });
echo __("Emergency");
$context["emergencyOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1033
echo " ";
ob_start(function () { return ''; });
echo __("Alert");
$context["alertOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1034
echo " ";
ob_start(function () { return ''; });
echo __("Critical");
$context["criticalOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1035
echo " ";
ob_start(function () { return ''; });
echo __("Error");
$context["errorOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1036
echo " ";
ob_start(function () { return ''; });
echo __("Warning");
$context["warningOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1037
echo " ";
ob_start(function () { return ''; });
echo __("Notice");
$context["noticeOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1038
echo " ";
ob_start(function () { return ''; });
echo __("Information");
$context["infoOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1039
echo " ";
ob_start(function () { return ''; });
echo __("Debug");
$context["debugOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1040
echo " ";
$context["options"] = [0 => ["id" => "emergency", "value" => // line 1041
($context["emergencyOption"] ?? null)], 1 => ["id" => "alert", "value" => // line 1042
($context["alertOption"] ?? null)], 2 => ["id" => "critical", "value" => // line 1043
($context["criticalOption"] ?? null)], 3 => ["id" => "error", "value" => // line 1044
($context["errorOption"] ?? null)], 4 => ["id" => "warning", "value" => // line 1045
($context["warningOption"] ?? null)], 5 => ["id" => "notice", "value" => // line 1046
($context["noticeOption"] ?? null)], 6 => ["id" => "info", "value" => // line 1047
($context["infoOption"] ?? null)], 7 => ["id" => "debug", "value" => // line 1048
($context["debugOption"] ?? null)]];
// line 1050
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "audit"], "method")) {
// line 1051
echo " ";
echo $context["forms"]->getdropdown("audit", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "audit", 1 => "error"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 1053
echo " ";
echo $context["forms"]->getdisabled("audit", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "audit", 1 => "error"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1055
echo " ";
}
// line 1056
echo "
";
// line 1057
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "ELEVATE_LOG_UNTIL"], "method")) {
// line 1058
echo " ";
ob_start(function () { return ''; });
echo __("Elevate Log Until");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1059
echo " ";
ob_start(function () { return ''; });
echo __("Elevate the log level until this date.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1060
echo "
";
// line 1061
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "ELEVATE_LOG_UNTIL"], "method")) {
// line 1062
echo " ";
echo $context["forms"]->getdatetime("ELEVATE_LOG_UNTIL", ($context["title"] ?? null), ($context["elevateLogUntil"] ?? null), ($context["helpText"] ?? null));
echo "
";
} else {
// line 1064
echo " ";
echo $context["forms"]->getdisabled("ELEVATE_LOG_UNTIL", ($context["title"] ?? null), ($context["elevateLogUntil"] ?? null), ($context["helpText"] ?? null));
echo "
";
}
// line 1066
echo " ";
}
// line 1067
echo "
";
// line 1068
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "SERVER_MODE"], "method")) {
// line 1069
echo " ";
ob_start(function () { return ''; });
echo __("Server Mode");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1070
echo " ";
ob_start(function () { return ''; });
echo __("This should only be set if you want to display the maximum allowed error messaging through the user interface.
Useful for capturing critical php errors and environment issues.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1071
echo "
";
// line 1072
ob_start(function () { return ''; });
echo __("Production");
$context["productionOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1073
echo " ";
ob_start(function () { return ''; });
echo __("Test");
$context["testOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1074
echo " ";
$context["options"] = [0 => ["id" => "Production", "value" => // line 1075
($context["productionOption"] ?? null)], 1 => ["id" => "Test", "value" => // line 1076
($context["testOption"] ?? null)]];
// line 1078
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "SERVER_MODE"], "method")) {
// line 1079
echo " ";
echo $context["forms"]->getdropdown("SERVER_MODE", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SERVER_MODE", 1 => "Production"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 1081
echo " ";
echo $context["forms"]->getdisabled("SERVER_MODE", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "SERVER_MODE", 1 => "Production"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1083
echo " ";
}
// line 1084
echo "
";
// line 1086
echo __("Users");
echo "
";
// line 1088
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "DEFAULT_USERGROUP"], "method")) {
// line 1089
echo " ";
ob_start(function () { return ''; });
echo __("Default User Group");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1090
echo " ";
ob_start(function () { return ''; });
echo __("The default User Group for new Users");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1091
echo "
";
// line 1092
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "DEFAULT_USERGROUP"], "method")) {
// line 1093
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"], 1 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("group.search")], 2 => ["name" => "data-search-term", "value" => "group"], 3 => ["name" => "data-id-property", "value" => "groupId"], 4 => ["name" => "data-text-property", "value" => "group"]];
// line 1100
echo " ";
echo $context["forms"]->getdropdown("DEFAULT_USERGROUP", "single", ($context["title"] ?? null), $this->getAttribute(($context["defaultUserGroup"] ?? null), "groupId", []), [0 => ($context["defaultUserGroup"] ?? null)], "groupId", "group", ($context["helpText"] ?? null), "pagedSelect", "", "", "", ($context["attributes"] ?? null));
echo "
";
} else {
// line 1102
echo " ";
echo $context["forms"]->getdisabled("DEFAULT_USERGROUP", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_USERGROUP"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1104
echo " ";
}
// line 1105
echo "
";
// line 1106
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "defaultUsertype"], "method")) {
// line 1107
echo " ";
ob_start(function () { return ''; });
echo __("Default User Type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1108
echo " ";
ob_start(function () { return ''; });
echo __("Sets the default user type selected when creating a user. We recommend that this is set to User");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1109
echo "
";
// line 1110
ob_start(function () { return ''; });
echo __("User");
$context["option1"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1111
echo " ";
ob_start(function () { return ''; });
echo __("Group Admin");
$context["option2"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1112
echo " ";
ob_start(function () { return ''; });
echo __("Super Admin");
$context["option3"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1113
echo " ";
$context["options"] = [0 => ["id" => "User", "value" => // line 1114
($context["option1"] ?? null)], 1 => ["id" => "Group Admin", "value" => // line 1115
($context["option2"] ?? null)], 2 => ["id" => "Super Admin", "value" => // line 1116
($context["option3"] ?? null)]];
// line 1118
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "defaultUsertype"], "method")) {
// line 1119
echo " ";
echo $context["forms"]->getdropdown("defaultUsertype", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "defaultUsertype", 1 => "User"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 1121
echo " ";
echo $context["forms"]->getdisabled("defaultUsertype", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "defaultUsertype", 1 => "User"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1123
echo " ";
}
// line 1124
echo "
";
// line 1125
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "USER_PASSWORD_POLICY"], "method")) {
// line 1126
echo " ";
ob_start(function () { return ''; });
echo __("Password Policy Regular Expression");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1127
echo " ";
ob_start(function () { return ''; });
echo __("Regular Expression for password complexity, leave blank for no policy.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1128
echo "
";
// line 1129
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "USER_PASSWORD_POLICY"], "method")) {
// line 1130
echo " ";
echo $context["forms"]->getinput("USER_PASSWORD_POLICY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "USER_PASSWORD_POLICY"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 1132
echo " ";
echo $context["forms"]->getdisabled("USER_PASSWORD_POLICY", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "USER_PASSWORD_POLICY"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1134
echo " ";
}
// line 1135
echo "
";
// line 1136
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "USER_PASSWORD_ERROR"], "method")) {
// line 1137
echo " ";
ob_start(function () { return ''; });
echo __("Description of Password Policy");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1138
echo " ";
ob_start(function () { return ''; });
echo __("A text description of this password policy will be shown to users if they enter a password that does not meet the policy requirements set above.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1139
echo "
";
// line 1140
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "USER_PASSWORD_ERROR"], "method")) {
// line 1141
echo " ";
echo $context["forms"]->getinput("USER_PASSWORD_ERROR", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "USER_PASSWORD_ERROR"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 1143
echo " ";
echo $context["forms"]->getdisabled("USER_PASSWORD_ERROR", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "USER_PASSWORD_ERROR"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1145
echo " ";
}
// line 1146
echo "
";
// line 1147
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "PASSWORD_REMINDER_ENABLED"], "method")) {
// line 1148
echo " ";
ob_start(function () { return ''; });
echo __("Password Reminder");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1149
echo " ";
ob_start(function () { return ''; });
echo __("Enable password reminder on CMS login page? Valid sending email address is required");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1150
echo "
";
// line 1151
ob_start(function () { return ''; });
echo __("Off");
$context["option1"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1152
echo " ";
ob_start(function () { return ''; });
echo __("On except Admin");
$context["option2"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1153
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["option3"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1154
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 1155
($context["option1"] ?? null)], 1 => ["id" => "On except Admin", "value" => // line 1156
($context["option2"] ?? null)], 2 => ["id" => "On", "value" => // line 1157
($context["option3"] ?? null)]];
// line 1159
echo " ";
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "PASSWORD_REMINDER_ENABLED"], "method")) {
// line 1160
echo " ";
echo $context["forms"]->getdropdown("PASSWORD_REMINDER_ENABLED", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PASSWORD_REMINDER_ENABLED", 1 => "Off"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
} else {
// line 1162
echo " ";
echo $context["forms"]->getdisabled("PASSWORD_REMINDER_ENABLED", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PASSWORD_REMINDER_ENABLED", 1 => "Off"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1164
echo " ";
}
// line 1165
echo "
";
// line 1166
if ($this->getAttribute(($context["theme"] ?? null), "isSettingVisible", [0 => "TWOFACTOR_ISSUER"], "method")) {
// line 1167
echo " ";
ob_start(function () { return ''; });
echo __("Two Factor Issuer");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1168
echo " ";
ob_start(function () { return ''; });
echo __("Name that should appear as Issuer when two factor authorisation is enabled");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1169
echo "
";
// line 1170
if ($this->getAttribute(($context["theme"] ?? null), "isSettingEditable", [0 => "TWOFACTOR_ISSUER"], "method")) {
// line 1171
echo " ";
echo $context["forms"]->getinput("TWOFACTOR_ISSUER", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "TWOFACTOR_ISSUER"], "method"), ($context["helpText"] ?? null));
echo "
";
} else {
// line 1173
echo " ";
echo $context["forms"]->getdisabled("TWOFACTOR_ISSUER", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "TWOFACTOR_ISSUER"], "method"), ($context["helpText"] ?? null));
echo "
";
}
// line 1175
echo " ";
}
// line 1176
echo "