|
@@ -25,13 +25,13 @@ class OsTemplateSelect extends Select implements ClientArea
|
|
|
{
|
|
{
|
|
|
$this->loadQemuTemplates();
|
|
$this->loadQemuTemplates();
|
|
|
|
|
|
|
|
- if ($advancedUser->isAdvanced() || $this->configuration()->isPermissionIsoImage())
|
|
|
|
|
|
|
+/* if ($advancedUser->isAdvanced() || $this->configuration()->isPermissionIsoImage())
|
|
|
{
|
|
{
|
|
|
$this->availableValues[] = [
|
|
$this->availableValues[] = [
|
|
|
"key" => 'installationFromIso',
|
|
"key" => 'installationFromIso',
|
|
|
"value" => sl('lang')->abtr('Installation From ISO'),
|
|
"value" => sl('lang')->abtr('Installation From ISO'),
|
|
|
];
|
|
];
|
|
|
- }
|
|
|
|
|
|
|
+ } */
|
|
|
if($this->availableValues[0]['key']=="installationFromIso"){
|
|
if($this->availableValues[0]['key']=="installationFromIso"){
|
|
|
$this->callBackFunction = 'pcOsTemplateLoadShowIsoFields';
|
|
$this->callBackFunction = 'pcOsTemplateLoadShowIsoFields';
|
|
|
}
|
|
}
|