From: Aleksander Ćukasz
Date: Mon, 12 May 2014 11:20:50 +0000 (+0200)
Subject: editor: automatically convert pasted urls to attachments to a proper links with ...
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/796338e669626012da93ebea5ec7afa482a70ed7?ds=sidebyside
editor: automatically convert pasted urls to attachments to a proper links with "file://" prefix
Changing p tags to divs in dialog templates is necessary for a jQuery
to create a proper collection object (compare $('
<%= description %>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/editor/views/dialog/templates/input.html b/src/editor/views/dialog/templates/input.html
index 1600d87..704972a 100644
--- a/src/editor/views/dialog/templates/input.html
+++ b/src/editor/views/dialog/templates/input.html
@@ -1,4 +1,4 @@
-
+
<%= label %>:
@@ -7,4 +7,4 @@
<%= description %>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/editor/views/dialog/templates/select.html b/src/editor/views/dialog/templates/select.html
index 4b5a1de..1e527a6 100644
--- a/src/editor/views/dialog/templates/select.html
+++ b/src/editor/views/dialog/templates/select.html
@@ -1,4 +1,4 @@
-
+
<%= label %>:
<%= description %>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/editor/views/dialog/templates/textarea.html b/src/editor/views/dialog/templates/textarea.html
index 839e7f4..bae15b3 100644
--- a/src/editor/views/dialog/templates/textarea.html
+++ b/src/editor/views/dialog/templates/textarea.html
@@ -1,5 +1,5 @@
-