aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/edpost_head.tpl
blob: 3be40e978a3ad57f9eb22b4e20cf8cb8ec0fd44c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                                                                                                    
              
      
<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-xs btn-danger" onclick="return confirmDelete();"><i class="icon-trash"></i>&nbsp;{{$delete}}</a>
		</div>
		{{/if}}
		<h2>{{$title}}</h2>
		<div class="clear"></div>
	</div>
	<div id="webpage-editor" class="section-content-tools-wrapper">
		{{$editor}}
	</div>
</div>