Files
OurUmbraco/OurUmbraco.Site/umbraco/Views/content/recyclebin.html
T
Sebastiaan Janssen 12727c7a50 Upgrade to 7.5.4
2016-10-22 11:56:47 +02:00

16 lines
522 B
HTML

<umb-editor-view ng-controller="Umbraco.Editors.Content.RecycleBinController">
<form>
<umb-editor-header name="page.name"
name-locked="page.nameLocked"
hide-icon="true"
hide-description="true"
hide-alias="true">
</umb-editor-header>
<umb-editor-container>
<div ng-include="listViewPath"></div>
</umb-editor-container>
</form>
</umb-editor-view>