Disable "Load Local File" button unless a file is selected.
This commit is contained in:
parent
008c51f352
commit
3b3fcadee8
2 changed files with 11 additions and 1 deletions
|
|
@ -289,7 +289,7 @@
|
|||
<form class="{$APPCLASS}-{@class}" data-value="{$type},{$binding}">
|
||||
<fieldset>
|
||||
<input type="file"/>
|
||||
<input type="submit" value="Load Local File" />
|
||||
<input type="submit" value="Load Local File" disabled="true"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</xsl:when>
|
||||
|
|
|
|||
Loading…
Reference in a new issue