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');