From fe7ab1fc433137ea464d111bf32e5128338f1977 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:41:29 +0100 Subject: [PATCH] FIX Issue with VM Template formatting for other PCI --- emhttp/plugins/dynamix.vm.manager/include/VMedit.php | 6 +++--- emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/emhttp/plugins/dynamix.vm.manager/include/VMedit.php b/emhttp/plugins/dynamix.vm.manager/include/VMedit.php index cb2592dd1..9417b6cb4 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/VMedit.php +++ b/emhttp/plugins/dynamix.vm.manager/include/VMedit.php @@ -113,7 +113,7 @@ if (strpos($strSelectedTemplate,"User-") !== false) {
| _(Icon)_: | -+ |
@@ -189,13 +189,13 @@ $(function() {
});
$('.advancedview').switchButton({
- labels_placement: "left",
+ labels_placement: "right",
on_label: "_(XML View)_",
off_label: "_(Form View)_",
checked: isVMXMLMode()
});
$('.inlineview').switchButton({
- labels_placement: "left",
+ labels_placement: "right",
off_label: "_(Hide inline xml)_",
on_label: "_(Show Inline XML)_",
checked: isinlineXMLMode()
diff --git a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php
index f8a470cc4..ae693f2c0 100644
--- a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php
+++ b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php
@@ -1532,7 +1532,6 @@
|