aboutsummaryrefslogtreecommitdiffstats
path: root/library/tinymce/examples/templates
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-06-02 22:32:50 -0400
committerAndrew Manning <tamanning@zoho.com>2016-06-02 22:32:50 -0400
commitb93e398674b375a3b14718fc6dd2a815aad9b387 (patch)
tree7c2a8097e1c90a87cc8207b5fe08a064f4fa3ae8 /library/tinymce/examples/templates
parentb70c6809648bb3c78e5e26f9293727b3a7aa4025 (diff)
parentf9075e2a2feca0f37fdf568be6e6e53460aa9034 (diff)
downloadvolse-hubzilla-b93e398674b375a3b14718fc6dd2a815aad9b387.tar.gz
volse-hubzilla-b93e398674b375a3b14718fc6dd2a815aad9b387.tar.bz2
volse-hubzilla-b93e398674b375a3b14718fc6dd2a815aad9b387.zip
Merge remote-tracking branch 'upstream/dev' into wiki
Diffstat (limited to 'library/tinymce/examples/templates')
-rw-r--r--library/tinymce/examples/templates/layout1.htm15
-rw-r--r--library/tinymce/examples/templates/snippet1.htm1
2 files changed, 0 insertions, 16 deletions
diff --git a/library/tinymce/examples/templates/layout1.htm b/library/tinymce/examples/templates/layout1.htm
deleted file mode 100644
index a38df3e68..000000000
--- a/library/tinymce/examples/templates/layout1.htm
+++ /dev/null
@@ -1,15 +0,0 @@
-<table border="1">
- <thead>
- <tr>
- <td>Column 1</td>
- <td>Column 2</td>
- </tr>
- </thead>
-
- <tbody>
- <tr>
- <td>Username: {$username}</td>
- <td>Staffid: {$staffid}</td>
- </tr>
- </tbody>
-</table>
diff --git a/library/tinymce/examples/templates/snippet1.htm b/library/tinymce/examples/templates/snippet1.htm
deleted file mode 100644
index b2520beaf..000000000
--- a/library/tinymce/examples/templates/snippet1.htm
+++ /dev/null
@@ -1 +0,0 @@
-This is just some <strong>code</strong>.