diff options
Diffstat (limited to 'view/theme/redbasic/tpl/edpost_head.tpl')
-rwxr-xr-x | view/theme/redbasic/tpl/edpost_head.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/edpost_head.tpl b/view/theme/redbasic/tpl/edpost_head.tpl new file mode 100755 index 000000000..b2ab5db4e --- /dev/null +++ b/view/theme/redbasic/tpl/edpost_head.tpl @@ -0,0 +1,14 @@ +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + {{if $delete}} + <div class="pull-right"> + <a href="item/drop/{{$id}}" id="delete-btn" class="btn btn-sm btn-danger" onclick="return confirmDelete();"><i class="fa fa-trash-o"></i> {{$delete}}</a> + </div> + {{/if}} + <h2>{{$title}}</h2> + <div class="clear"></div> + </div> + <div id="webpage-editor" class="section-content-tools-wrapper"> + {{$editor}} + </div> +</div> |