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