From bf5a6d2092ce7afbb7bfcc9ca1d9b16304d73c6c Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 8 Dec 2015 20:34:32 +0000 Subject: [PATCH] Added Notes widet --- html/includes/common/notes.inc.php | 22 ++++++++++++++++++++++ sql-schema/080.sql | 1 + 2 files changed, 23 insertions(+) create mode 100644 html/includes/common/notes.inc.php create mode 100644 sql-schema/080.sql diff --git a/html/includes/common/notes.inc.php b/html/includes/common/notes.inc.php new file mode 100644 index 0000000000..65f768b8dc --- /dev/null +++ b/html/includes/common/notes.inc.php @@ -0,0 +1,22 @@ + +
+ +
+ +
+
+
+
+ +
+
+ '; +} +else { + $common_output[] = stripslashes(nl2br($widget_settings['notes'])); +} diff --git a/sql-schema/080.sql b/sql-schema/080.sql new file mode 100644 index 0000000000..b487367823 --- /dev/null +++ b/sql-schema/080.sql @@ -0,0 +1 @@ +INSERT INTO widgets VALUES (NULL, 'Notes', 'notes', '5,4');