VM: fix template display

This commit is contained in:
bergware
2023-03-15 16:54:32 +01:00
parent 852d0d34a0
commit a97f9267e1

View File

@@ -293,8 +293,8 @@ $(function() {
<div id="dialogWindow"></div>
<div markdown="1" id="templateISO" class="template">
<!--!
<html <?=_var($display,'rtl')?>lang="<?=strtok($locale,'_')?:'en'?>">
<!--!
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -304,11 +304,11 @@ $(function() {
<meta name="referrer" content="same-origin">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
</head>
!-->
<body>
_(ISO Image)_:
: <input type="text" id="target" autocomplete="off" spellcheck="false" value="" data-pickcloseonfile="true" data-pickfolders="true" data-pickfilter="" data-pickmatch="" data-pickroot="" data-picktop="">
</body>
</html>
!-->
</div>