diff options
| author | reger <reger18@arcor.de> | 2015-12-25 01:08:51 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-12-25 01:08:51 +0100 |
| commit | 50f64ddc3b87c64e6f29dc6f038023f1fb1da7fc (patch) | |
| tree | 4c1f398635a85ed1bfba899853ca6e8cafccc159 /htroot/ContentIntegrationPHPBB3_p.html | |
| parent | 7f6ee76eb93b45f11e639031545b3e17b2947211 (diff) | |
apply default css styles (class btn) to submit buttons
Diffstat (limited to 'htroot/ContentIntegrationPHPBB3_p.html')
| -rw-r--r-- | htroot/ContentIntegrationPHPBB3_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ContentIntegrationPHPBB3_p.html b/htroot/ContentIntegrationPHPBB3_p.html index dfe74937c..c22651f80 100644 --- a/htroot/ContentIntegrationPHPBB3_p.html +++ b/htroot/ContentIntegrationPHPBB3_p.html @@ -69,7 +69,7 @@ <fieldset>
<dl>
<dt><b>Import a database dump</b>,<br /></dt>
- <dd><input type="text" name="content.phpbb3.dumpfile" value="#[content.phpbb3.dumpfile]#" size="60" /></dd>
+ <dd><input type="file" name="content.phpbb3.dumpfile" value="#[content.phpbb3.dumpfile]#" size="60" /></dd>
<dt> </dt>
<dd>
<input type="submit" name="import" value="Import Dump" class="btn btn-primary" style="width:240px"/>
|
