diff options
author | Friendika <info@friendika.com> | 2010-11-16 01:14:04 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-16 01:14:04 -0800 |
commit | efd8ab6c720bb404fb62e7bf35716602c0a7cef2 (patch) | |
tree | a35634652e30e5dbd43159a3935cb9c2b7ff6dd2 /view/jot-plain.tpl | |
parent | 4240a23a8a9024daab45a277d5df311762d07d49 (diff) | |
download | volse-hubzilla-efd8ab6c720bb404fb62e7bf35716602c0a7cef2.tar.gz volse-hubzilla-efd8ab6c720bb404fb62e7bf35716602c0a7cef2.tar.bz2 volse-hubzilla-efd8ab6c720bb404fb62e7bf35716602c0a7cef2.zip |
more i18n reorg
Diffstat (limited to 'view/jot-plain.tpl')
-rw-r--r-- | view/jot-plain.tpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/view/jot-plain.tpl b/view/jot-plain.tpl deleted file mode 100644 index e3d2fa687..000000000 --- a/view/jot-plain.tpl +++ /dev/null @@ -1,15 +0,0 @@ - -<div id="profile-jot-wrapper" > -<p id="profile-jot-desc" > -What's on your mind? -</p> -<form id="profile-jot-form" action="item" method="post" > -<input type="hidden" name="type" value="jot" /> -<textarea rows="5" cols="64" id="profile-jot-text" name="body" ></textarea> - -</div> -<div id="profile-jot-submit-wrapper" > -<input type="submit" id="profile-jot-submit" name="submit" value="Submit" onclick="doCheck();" /> -</div> -</div> -<div id="profile-jot-end"></div> |