summaryrefslogtreecommitdiff
path: root/templates/edit_book.tpl
blob: 162769533c7a4e4399ff489ef2d1be25fffd636b (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="floaticon">{bithelp}</div>

<div class="edit structure">
	<div class="header">
		<h1>{tr}Edit{/tr} {$gContent->getContentTypeName()}: {$gContent->getTitle()}</h1>
	</div>

	<div class="body">
		{include file="bitpackage:liberty/edit_structure.tpl"}
	</div><!-- end .body -->
</div><!-- end .edit -->