mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-30 02:49:48 +02:00
line break above editor option button
This commit is contained in:
2
ifm.php
2
ifm.php
@@ -597,7 +597,7 @@ function IFM() {
|
|||||||
var content = arguments.length > 1 ? arguments[1] : "";
|
var content = arguments.length > 1 ? arguments[1] : "";
|
||||||
var overlay = '<form id="showFile">' +
|
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 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">' +
|
'<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-wordwrap"> word wrap</input><br>' +
|
||||||
'<input type="checkbox" id="editor-softtabs"> use soft tabs</input>' +
|
'<input type="checkbox" id="editor-softtabs"> use soft tabs</input>' +
|
||||||
|
@@ -162,7 +162,7 @@ function IFM() {
|
|||||||
var content = arguments.length > 1 ? arguments[1] : "";
|
var content = arguments.length > 1 ? arguments[1] : "";
|
||||||
var overlay = '<form id="showFile">' +
|
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 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">' +
|
'<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-wordwrap"> word wrap</input><br>' +
|
||||||
'<input type="checkbox" id="editor-softtabs"> use soft tabs</input>' +
|
'<input type="checkbox" id="editor-softtabs"> use soft tabs</input>' +
|
||||||
|
Reference in New Issue
Block a user