Merge pull request #2360 from sherbrecher/master

files_external: fix for overlap if input controls
remotes/origin/stable6
Lukas Reschke 2013-03-15 10:48:46 +07:00
commit 047ceaac0f
1 changed files with 1 additions and 1 deletions

@ -155,7 +155,7 @@
</tbody>
</table>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>">
<input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
<input type="file" id="rootcert_import" name="rootcert_import">
<input type="submit" name="cert_import" value="<?php p($l->t('Import Root Certificate')); ?>" />
</fieldset>
</form>