-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former Product transformed to importable ZMS Content Object Definition
- Loading branch information
Showing
36 changed files
with
1,413 additions
and
2,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- ACE-Editor3 onChangeJS --> | ||
<div class="col-sm-2"></div> | ||
<div class="col-sm-10" style="top:-2.5em;padding:0;"> | ||
<div class="ACE_Editor"> | ||
<div id="ACE_Editor3"></div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- ACE-Editor2 onReadyJS --> | ||
<div class="col-sm-2"></div> | ||
<div class="col-sm-10" style="top:-2.5em;padding:0;"> | ||
<div class="ACE_Editor"> | ||
<div id="ACE_Editor2"></div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!-- ACE-Editor1 optionsJS --> | ||
<tal:block tal:condition="python:request.get('ZMS_INSERT',None) is None"> | ||
<div class="col-sm-2"></div> | ||
<div class="col-sm-10" style="top:-2.5em;padding:0;"> | ||
<div class="ACE_Editor"> | ||
<div id="ACE_Editor1"></div> | ||
</div> | ||
</div> | ||
</tal:block> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- Mail Address [FROM] HINT --> | ||
<tal:block tal:condition="python:request.get('ZMS_INSERT',None) is None"> | ||
<div class="col-sm-2"></div> | ||
<div class="col-sm-10" style="font-size:x-small;margin-bottom:2em;">Leave blank to use default <code tal:content="python:here.getConfProperty('ZMSAdministrator.email','ZMSAdministrator.email')">ZMSAdministrator.email</code> set in System-Properties.</div> | ||
</tal:block> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- JSON-Editor README --> | ||
<tal:block tal:condition="python:request.get('ZMS_INSERT',None) is None"> | ||
<div class="col-sm-2"></div> | ||
<div class="col-sm-10" style="font-size:x-small;margin-bottom:2em;">See <a href="https://github.com/json-editor/json-editor/blob/1.3.5/README.md" target="_blank">JSON-Editor README</a> for options and usage of custom Schema (JSON).</div> | ||
</tal:block> |
Oops, something went wrong.