diff options
author | friendica <info@friendica.com> | 2013-09-02 20:25:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-02 20:25:33 -0700 |
commit | 615bf237330519f0d21fccfe6a8f69b5bb4c0f69 (patch) | |
tree | 7ade1a37899df8db4afb308f9f563cd8e21ce19f /view | |
parent | 1a7bb1fb75084fbcd4d81c8c24820631e3df4d64 (diff) | |
download | volse-hubzilla-615bf237330519f0d21fccfe6a8f69b5bb4c0f69.tar.gz volse-hubzilla-615bf237330519f0d21fccfe6a8f69b5bb4c0f69.tar.bz2 volse-hubzilla-615bf237330519f0d21fccfe6a8f69b5bb4c0f69.zip |
add a layout selector
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index e67caf3d2..9a93e5291 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -11,6 +11,7 @@ <input type="hidden" name="preview" id="jot-preview" value="0" /> {{$mimeselect}} + {{$layoutselect}} <div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none"></div> {{if $catsenabled}} |