Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f40b802523 | |||
| d8157f2599 | |||
| 4ebc2d7c29 | |||
| 7c0933c50b | |||
| 90a8c2d2c9 | |||
| 58e241b6cb | |||
| 69f85926d2 | |||
| 91743833f5 |
@@ -90,3 +90,14 @@
|
||||
opacity: 1;
|
||||
transition: opacity 320ms 20ms, visibility 0s;
|
||||
}
|
||||
|
||||
.umb-editor--trashed-message {
|
||||
background:@errorBackground;
|
||||
color:@errorText;
|
||||
padding:10px;
|
||||
margin-bottom:20px;
|
||||
|
||||
i {
|
||||
margin-right:5px;
|
||||
}
|
||||
}
|
||||
@@ -27,6 +27,12 @@
|
||||
</ng-form>
|
||||
|
||||
<umb-editor-container ng-if="vm.editor.content.apps.length > 0">
|
||||
|
||||
<!-- Deleted Context Message Bar (Displayed when viewing node in recycle bin) -->
|
||||
<div ng-show="vm.content.trashed" class="umb-editor--trashed-message">
|
||||
<i class="icon icon-trash"></i> <localize key="content_nodeIsInTrash">This content node is in the Recycle Bin</localize>
|
||||
</div>
|
||||
|
||||
<div class="umb-editor-sub-views">
|
||||
<div ng-repeat="app in vm.editor.content.apps track by app.alias">
|
||||
<umb-editor-sub-view model="app" content="vm.content" />
|
||||
|
||||
@@ -296,6 +296,7 @@
|
||||
<key alias="schedulePublishHelp">Select the date and time to publish and/or unpublish the content item.</key>
|
||||
<key alias="createEmpty">Create new</key>
|
||||
<key alias="createFromClipboard">Paste from clipboard</key>
|
||||
<key alias="nodeIsInTrash">This content node is in the Recycle Bin</key>
|
||||
</area>
|
||||
<area alias="blueprints">
|
||||
<key alias="createBlueprintFrom">Create a new Content Template from '%0%'</key>
|
||||
|
||||
Reference in New Issue
Block a user