aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/edpost_head.tpl
blob: 20e597909530a732a4c634efeea890f3efb2a9fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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>