diff --git a/src/App/dtml/manage_navbar.dtml b/src/App/dtml/manage_navbar.dtml index a65e93bb78..e3c79b8146 100644 --- a/src/App/dtml/manage_navbar.dtml +++ b/src/App/dtml/manage_navbar.dtml @@ -9,16 +9,6 @@ >  - - ZOPE 4.0 @@ -35,11 +25,12 @@ data-title-active="Select type to add" data-title-inactive="STATUS INACTIVE: New Object can only be Added in the List View" title="Select type to add" - onchange="location.href='/'+this.options[this.selectedIndex].value;this.selectedIndex = 0"> - + onchange="addItem( elm=this, url1=''); this.selectedIndex = 0;" + > 1" > + @@ -48,11 +39,30 @@ - - - + + + + + + \ No newline at end of file diff --git a/src/App/dtml/manage_page_footer.dtml b/src/App/dtml/manage_page_footer.dtml index 4dd4daaf1d..17d6286daf 100644 --- a/src/App/dtml/manage_page_footer.dtml +++ b/src/App/dtml/manage_page_footer.dtml @@ -1,87 +1,4 @@ + - + \ No newline at end of file diff --git a/src/App/dtml/manage_page_header.dtml b/src/App/dtml/manage_page_header.dtml index bc921e4f66..62533d99e2 100644 --- a/src/App/dtml/manage_page_header.dtml +++ b/src/App/dtml/manage_page_header.dtml @@ -1,3 +1,4 @@ + @@ -20,4 +21,4 @@ " class="zmi zmi- zmi-"> - + diff --git a/src/OFS/dtml/addOrderedFolder.dtml b/src/OFS/dtml/addOrderedFolder.dtml index 4984d6ea8c..a829b96ba6 100644 --- a/src/OFS/dtml/addOrderedFolder.dtml +++ b/src/OFS/dtml/addOrderedFolder.dtml @@ -6,51 +6,35 @@
-

- An ordered Folder contains other objects. Use Folders to organize your - web objects in to logical groups. The create public interface - option creates an index document inside the Folder to give the - Folder a default HTML representation. The create user folder - option creates a User Folder inside the Folder to hold authorization - information for the Folder. -

- -
- - - - - - - - - - - - - - - - -
- - - -
- - - -
- -
- -
-
+

+ An ordered Folder contains other objects. Use Folders to organize your + web objects in to logical groups. The create public interface + option creates an index document inside the Folder to give the + Folder a default HTML representation. The create user folder + option creates a User Folder inside the Folder to hold authorization + information for the Folder. +

+ + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
diff --git a/src/OFS/dtml/fileEdit.dtml b/src/OFS/dtml/fileEdit.dtml index 7c77ede2f5..eb1f1d13d4 100644 --- a/src/OFS/dtml/fileEdit.dtml +++ b/src/OFS/dtml/fileEdit.dtml @@ -18,7 +18,7 @@
+ value="&dtml-title;" />
@@ -26,7 +26,7 @@
+ value="&dtml-content_type;" />
@@ -34,7 +34,7 @@
+ value="&dtml-precondition;" />
diff --git a/src/OFS/dtml/folderAdd.dtml b/src/OFS/dtml/folderAdd.dtml index 2c5169347b..baf4b74f47 100644 --- a/src/OFS/dtml/folderAdd.dtml +++ b/src/OFS/dtml/folderAdd.dtml @@ -6,52 +6,36 @@
-

-A Folder contains other objects. Use Folders to organize your -web objects in to logical groups. The create public interface -option creates an index document inside the Folder to give the -Folder a default HTML representation. The create user folder -option creates a User Folder inside the Folder to hold authorization -information for the Folder. -

- -
- - - - - - - - - - - - - - - - -
- - - -
- - - -
- -
- -
-
-
+

+ A Folder contains other objects. Use Folders to organize your + web objects in to logical groups. The create public interface + option creates an index document inside the Folder to give the + Folder a default HTML representation. The create user folder + option creates a User Folder inside the Folder to hold authorization + information for the Folder. +

+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
diff --git a/src/OFS/dtml/methodAdd.dtml b/src/OFS/dtml/methodAdd.dtml index b07c926818..232a2247ea 100644 --- a/src/OFS/dtml/methodAdd.dtml +++ b/src/OFS/dtml/methodAdd.dtml @@ -7,39 +7,47 @@ )">

-A DTML Method is used to hold scripting tags and text content. -It can contain HTML, XML, plain text, structured-text, etcetera. -A DTML Method can contain DTML scripting tags which operate -in the context of the DTML Method's containing object. -A DTML Method differs from a DTML Document in that it does not -have properties and calls methods on its container object. + A DTML Method is used to hold scripting tags and text content. + It can contain HTML, XML, plain text, structured-text, etcetera. + A DTML Method can contain DTML scripting tags which operate + in the context of the DTML Method's containing object. + A DTML Method differs from a DTML Document in that it does not + have properties and calls methods on its container object. +
+ You may create a new DTML Method object using the form below. + You may also choose to upload an existing html file from your + local computer by clicking the Browse button.

-

-You may create a new DTML Method object using the form below. - You may also choose to upload an existing html file from your - local computer by clicking the Browse button. -

- -
- -
- - -
-
- - -
-
- - -
-
- - -
-
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ + +
+ +
diff --git a/src/OFS/zpt/main.zpt b/src/OFS/zpt/main.zpt index 7fc0dbbb97..568b4e2d8a 100644 --- a/src/OFS/zpt/main.zpt +++ b/src/OFS/zpt/main.zpt @@ -176,8 +176,27 @@