1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-29 18:39:49 +02:00

line break above editor option button

This commit is contained in:
Marco Dickert
2017-02-21 22:40:15 +01:00
parent f4ff5ec549
commit 1dd264b1b8
2 changed files with 2 additions and 2 deletions

View File

@@ -597,7 +597,7 @@ function IFM() {
var content = arguments.length > 1 ? arguments[1] : "";
var overlay = '<form id="showFile">' +
'<div class="modal-body"><fieldset><label>Filename:</label><input onkeypress="return ifm.preventEnter(event);" type="text" class="form-control" name="filename" value="'+filename+'" /><br>' +
'<div id="content" name="content"></div>' +
'<div id="content" name="content"></div><br>' +
'<button type="button" class="btn btn-default" id="editoroptions">editor options</button><div class="hide" id="editoroptions-head">options</div><div class="hide" id="editoroptions-content">' +
'<input type="checkbox" id="editor-wordwrap"> word wrap</input><br>' +
'<input type="checkbox" id="editor-softtabs"> use soft tabs</input>' +