Enabled support for local disk images to PCjs
This commit is contained in:
parent
43860a588c
commit
a54cbeeba8
18 changed files with 961 additions and 845 deletions
|
|
@ -358,7 +358,7 @@
|
|||
</xsl:when>
|
||||
<xsl:when test="@type = 'file'">
|
||||
<form class="{$APPCLASS}-{@class}" data-value="{$type},{$binding}">
|
||||
<fieldset>
|
||||
<fieldset class="{$APPCLASS}-fieldset">
|
||||
<input type="file"/>
|
||||
<input type="submit" value="Mount" disabled="true"/>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue