Skip to content
Snippets Groups Projects
Commit 047ceaac authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #2360 from sherbrecher/master

files_external: fix for overlap if input controls
parents ebb2cb34 ec45a843
Branches
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</tbody> </tbody>
</table> </table>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>"> <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')); ?>" /> <input type="submit" name="cert_import" value="<?php p($l->t('Import Root Certificate')); ?>" />
</fieldset> </fieldset>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment