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

<div class="admin structure">
	<div class="header">
		<h1>{tr}Edit {$gStructure->mInfo.content_type.content_description}{/tr}</h1>
	</div>

	<div class="body">

		{include file="bitpackage:liberty/edit_structure.tpl"}

	</div><!-- end .body -->
</div><!-- end .admin -->