Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f40b802523 | |||
| d8157f2599 | |||
| 4ebc2d7c29 | |||
| 7c0933c50b | |||
| 90a8c2d2c9 | |||
| 58e241b6cb | |||
| 69f85926d2 | |||
| 91743833f5 |
@@ -65,7 +65,7 @@
|
||||
width: 500px;
|
||||
will-change: transform;
|
||||
left: auto;
|
||||
|
||||
|
||||
.umb-editor-container {
|
||||
max-width: 500px;
|
||||
}
|
||||
@@ -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" />
|
||||
|
||||
@@ -97,12 +97,12 @@
|
||||
<key alias="domainUpdated">Domain '%0%' has been updated</key>
|
||||
<key alias="orEdit">Edit Current Domains</key>
|
||||
<key alias="domainHelpWithVariants">
|
||||
<![CDATA[Valid domain names are: "example.com", "www.example.com", "example.com:8080", or "https://www.example.com/".
|
||||
<![CDATA[Valid domain names are: "example.com", "www.example.com", "example.com:8080", or "https://www.example.com/".
|
||||
Furthermore also one-level paths in domains are supported, eg. "example.com/en" or "/en".]]></key>
|
||||
<key alias="inherit">Inherit</key>
|
||||
<key alias="setLanguage">Culture</key>
|
||||
<key alias="setLanguageHelp">
|
||||
<![CDATA[Set the culture for nodes below the current node,<br /> or inherit culture from parent nodes. Will also apply<br />
|
||||
<![CDATA[Set the culture for nodes below the current node,<br /> or inherit culture from parent nodes. Will also apply<br />
|
||||
to the current node, unless a domain below applies too.]]>
|
||||
</key>
|
||||
<key alias="setDomains">Domains</key>
|
||||
@@ -295,7 +295,8 @@
|
||||
<key alias="sendForApproval">Send for approval</key>
|
||||
<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="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>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user