diff options
| author | reger <reger18@arcor.de> | 2015-12-22 20:15:08 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-12-22 20:15:08 +0100 |
| commit | bf098412cf90a027520ab084fa8d899f5c09d38c (patch) | |
| tree | 712c9d93ebc3179be5f8d3e99f83f1d4eb8a86dc /htroot/IndexImportMediawiki_p.html | |
| parent | e84d94f8ca98f92a6aaa91a054e5e7fc0388b4bf (diff) | |
use input type=file for choosing IndexImportMediawiki_p dump file
Diffstat (limited to 'htroot/IndexImportMediawiki_p.html')
| -rw-r--r-- | htroot/IndexImportMediawiki_p.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/htroot/IndexImportMediawiki_p.html b/htroot/IndexImportMediawiki_p.html index 36d796df2..73f278e20 100644 --- a/htroot/IndexImportMediawiki_p.html +++ b/htroot/IndexImportMediawiki_p.html @@ -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> |
