use input type=file for choosing IndexImportMediawiki_p dump file

This commit is contained in:
reger 2015-12-22 20:15:08 +01:00
parent e84d94f8ca
commit bf098412cf

View File

@ -24,8 +24,13 @@
<br />
Dumps must be stored in the local file system in XML format and may be compressed in gz or bz2.
<br />
<input name="file" type="text" value="" size="80" />
<input name="submit" type="submit" value="Import MediaWiki Dump" />
<div class="input-group">
<span style="display: inline-block">
<input name="file" style="" type="file" value="" size="75" /></span>
<div class="btn-group">
<input name="submit" class="btn btn-primary" type="submit" value="Import MediaWiki Dump" />
</div>
</div>
</fieldset>
</form>
<p>