This commit is contained in:
zhaoke
2023-01-12 03:20:06 +00:00
parent 66dccf3bc6
commit bf95108952
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
</tr>
<tr>
<td colspan='3' class='text-center'>
<?php echo html::submitButton('', "onclick='if(confirm(\"{$lang->zanode->createImageNotice}\")==false) return false;'");?>
<?php echo in_array($node->status, array('shutdown', 'shutoff')) ? html::submitButton('', "") : html::submitButton('', "onclick='if(confirm(\"{$lang->zanode->createImageNotice}\")==false) return false;'");?>
</td>
</tr>
</table>