aboutsummaryrefslogtreecommitdiffstats
path: root/view/sidenote.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-15 23:27:12 -0800
committerFriendika <info@friendika.com>2010-11-15 23:27:12 -0800
commit4240a23a8a9024daab45a277d5df311762d07d49 (patch)
tree34684736305e73d727749140d1558569a4c9a1e5 /view/sidenote.tpl
parent21c18cedc7638142a55cf9076e98db0c2f8707d3 (diff)
downloadvolse-hubzilla-4240a23a8a9024daab45a277d5df311762d07d49.tar.gz
volse-hubzilla-4240a23a8a9024daab45a277d5df311762d07d49.tar.bz2
volse-hubzilla-4240a23a8a9024daab45a277d5df311762d07d49.zip
i18n re-arrange
Diffstat (limited to 'view/sidenote.tpl')
-rw-r--r--view/sidenote.tpl18
1 files changed, 0 insertions, 18 deletions
diff --git a/view/sidenote.tpl b/view/sidenote.tpl
deleted file mode 100644
index 44d34bf2a..000000000
--- a/view/sidenote.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-<div id="sidenote-wrapper" >
-<p id="sidenote-desc" >
-Write something
-</p>
-<form id="sidenote-form" action="profiles/$profile_id" method="post" >
-<input type="hidden" name="type" value="sidenote" />
-
-<textarea rows="40" cols="24" id="sidenote-text" name="sidenote" >$sidenote</textarea>
-
-</div>
-<div id="sidenote-submit-wrapper" >
-<input type="submit" id="sidenote-submit" name="submit" value="Submit" />
-
-</div>
-<div id="sidenote-end"></div>
-</form>
-</div>