From bf95108952eb571ef4f8b10d0d00404ffabd3e4f Mon Sep 17 00:00:00 2001 From: zhaoke Date: Thu, 12 Jan 2023 03:20:06 +0000 Subject: [PATCH] * Fix bug #31432. --- module/zahost/view/view.html.php | 5 ++--- module/zanode/view/createimage.html.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/module/zahost/view/view.html.php b/module/zahost/view/view.html.php index 5670c7b3ca..279bdd4a83 100644 --- a/module/zahost/view/view.html.php +++ b/module/zahost/view/view.html.php @@ -135,8 +135,7 @@
zahost->browseNode;?>
- createLink('zanode', 'browse', "id=$zahost->id", '', true) . "' frameborder='no' allowfullscreen='true' mozallowfullscreen='true' webkitallowfullscreen='true' allowtransparency='true' scrolling='auto' style='width: 100%; height: 100%; left: 0px;'>";?> - +
diff --git a/module/zanode/view/createimage.html.php b/module/zanode/view/createimage.html.php index d718562fdc..d23f5072ce 100644 --- a/module/zanode/view/createimage.html.php +++ b/module/zanode/view/createimage.html.php @@ -53,7 +53,7 @@ - zanode->createImageNotice}\")==false) return false;'");?> + status, array('shutdown', 'shutoff')) ? html::submitButton('', "") : html::submitButton('', "onclick='if(confirm(\"{$lang->zanode->createImageNotice}\")==false) return false;'");?>