aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-08 19:25:35 -0800
committerfriendica <info@friendica.com>2015-02-08 19:25:35 -0800
commita1d84f96b6a0852b785a459279d7756aeaa90614 (patch)
tree6855fdd625df435fdc0a73f86d28da366b592d96 /view
parent64191de5e741fc1c365db45f197b2153c14e17c2 (diff)
downloadvolse-hubzilla-a1d84f96b6a0852b785a459279d7756aeaa90614.tar.gz
volse-hubzilla-a1d84f96b6a0852b785a459279d7756aeaa90614.tar.bz2
volse-hubzilla-a1d84f96b6a0852b785a459279d7756aeaa90614.zip
first cut at putting editor tools in event form
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/event_form.tpl65
1 files changed, 65 insertions, 0 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index 444e77df7..4ce57798c 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -55,9 +55,74 @@
<div id="event-desc-text">{{$d_text}}</div>
+
+
+
+
+
+
<textarea id="event-desc-textarea" name="desc">{{$d_orig}}</textarea>
+<textarea id="comment-edit-text-desc" class="comment-edit-text-empty" name="body" onFocus="commentOpenUI(this,'desc');" onBlur="commentCloseUI(this,'desc');" >{{$d_orig}}</textarea>
+{{if $qcomment}}
+ <select id="qcomment-select-desc" name="qcomment-desc" class="qcomment" onchange="qCommentInsert(this,'desc');" >
+ <option value=""></option>
+ {{foreach $qcomment as $qc}}
+ <option value="{{$qc}}">{{$qc}}</option>
+ {{/foreach}}
+ </select>
+{{/if}}
+ <div class="clear"></div>
+ <div id="comment-tools-desc" class="comment-tools">
+ <div id="comment-edit-bb-desc" class="btn-toolbar pull-left">
+ <div class='btn-group'>
+ <button class="btn btn-default btn-xs" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', 'desc'); return false;">
+ <i class="icon-bold comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$editalic}}" onclick="insertbbcomment('{{$comment}}','i', 'desc'); return false;">
+ <i class="icon-italic comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$eduline}}" onclick="insertbbcomment('{{$comment}}','u', 'desc'); return false;">
+ <i class="icon-underline comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edquote}}" onclick="insertbbcomment('{{$comment}}','quote','desc'); return false;">
+ <i class="icon-quote-left comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', 'desc'); return false;">
+ <i class="icon-terminal comment-icon"></i>
+ </button>
+ </div>
+
+ <div class='btn-group'>
+ <button class="btn btn-default btn-xs" title="{{$edimg}}" onclick="insertbbcomment('{{$comment}}','img', 'desc'); return false;">
+ <i class="icon-camera comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edurl}}" onclick="insertbbcomment('{{$comment}}','url', 'desc'); return false;">
+ <i class="icon-link comment-icon"></i>
+ </button>
+ <button class="btn btn-default btn-xs" title="{{$edvideo}}" onclick="insertbbcomment('{{$comment}}','video', 'desc'); return false;">
+ <i class="icon-facetime-video comment-icon"></i>
+ </button>
+ </div>
+
+ </div>
+
+<!-- <div class="btn-group pull-right" id="comment-edit-submit-wrapper-desc">
+ {{if $preview}}
+ <button id="comment-edit-submit-desc" class="btn btn-default btn-xs" onclick="preview_comment(desc); return false;" title="{{$preview}}">
+ <i class="icon-eye-open comment-icon" ></i>
+ </button>
+ {{/if}}
+-->
+ </div>
+
+
+
+
+
+
+
<div id="event-location-text">{{$l_text}}</div>
<textarea id="event-location-textarea" name="location">{{$l_orig}}</textarea>
<br />