Revision: 12726
Author: avanscheltinga
Date: 2008-07-23 15:45:23 +0200 (Wed, 23 Jul 2008)
Log Message:
-----------
HREPTWO-1175
- this is sort of good, but i was seriously limited because of the generic use of the template editor.
Modified Paths:
--------------
hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/FrontendUserLayoutPlugin.html
hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/GroupsListPlugin.html
hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/HippoUserLayoutPlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/PreviewPluginPlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/BooleanValueTemplatePlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/DatePickerPlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/HippoQueryTemplatePlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/NodeNamePlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/PasswordValueTemplatePlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/ValueTemplatePlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/NodeFieldPlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/PropertyFieldPlugin.html
hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.html
hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/BasicReviewedActionsWorkflowPlugin.html
hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/ListViewService.html
hippo-ecm/trunk/package/skin/src/main/webapp/style.css
Added Paths:
-----------
hippo-ecm/trunk/package/skin/src/main/webapp/images/controls/
Modified: hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/FrontendUserLayoutPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/FrontendUserLayoutPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/FrontendUserLayoutPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,21 +15,13 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <table>
- <tr>
- <td>
- <div wicket:id="extension.active">[ active here ]</div>
- <div wicket:id="extension.name">[ name here ]</div>
- <div wicket:id="extension.password">[ password here ]</div>
- </td>
- <td>
- <div wicket:id="extension.firstname">[ firstname here ]</div>
- <div wicket:id="extension.lastname">[ lastname here ]</div>
- <div wicket:id="extension.email">[ email here ]</div>
- </td>
- </tr>
- </table>
- <div wicket:id="extension.groups">[ groups here ]</div>
- <div wicket:id="extension.actions">[ actions here ]</div>
+ <div class="templateItem" wicket:id="extension.active">[ active here ]</div>
+ <div class="templateItem" wicket:id="extension.name">[ name here ]</div>
+ <div class="templateItem" wicket:id="extension.password">[ password here ]</div>
+ <div class="templateItem" wicket:id="extension.firstname">[ firstname here ]</div>
+ <div class="templateItem" wicket:id="extension.lastname">[ lastname here ]</div>
+ <div class="templateItem" wicket:id="extension.email">[ email here ]</div>
+ <div class="templateItem" wicket:id="extension.groups">[ groups here ]</div>
+ <div class="templateItem" wicket:id="extension.actions">[ actions here ]</div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/GroupsListPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/GroupsListPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/GroupsListPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+ <?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright 2007 Hippo
*
Modified: hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/HippoUserLayoutPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/HippoUserLayoutPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/cms/management/src/main/java/org/hippoecm/frontend/plugins/cms/management/users/HippoUserLayoutPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,16 +15,10 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <table>
- <tr>
- <td>
- <div wicket:id="extension.active">[ active here ]</div>
- <div wicket:id="extension.name">[ name here ]</div>
- <div wicket:id="extension.password">[ password here ]</div>
- </td>
- </tr>
- </table>
- <div wicket:id="extension.groups">[ groups here ]</div>
- <div wicket:id="extension.actions">[ actions here ]</div>
- </wicket:panel>
+ <div class="templateItem" wicket:id="extension.active">[ active here ]</div>
+ <div class="templateItem" wicket:id="extension.name">[ name here ]</div>
+ <div class="templateItem" wicket:id="extension.password">[ password here ]</div>
+ <div class="templateItem" wicket:id="extension.groups">[ groups here ]</div>
+ <div wicket:id="extension.actions">[ actions here ]</div>
+ </wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/FieldEditor.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,12 +15,43 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <label for="text">Path:</label><input type="text" wicket:id="path" size="20" />
- <ul id="fieldeditor" style="list-style: none;">
- <li><input type="checkbox" wicket:id="mandatory"/><label for="mandatory">Mandatory</label></li>
- <li><input type="checkbox" wicket:id="multiple"/><label for="multiple">Multiple</label></li>
- <li><input type="checkbox" wicket:id="ordered"/><label for="ordered">Ordered</label></li>
- <li><input type="checkbox" wicket:id="primary"/><label for="primary">Primary</label></li>
- </ul>
+ <div class="fieldedit">
+ <label for="text">Path:</label>
+ <input type="text" wicket:id="path" size="20"/>
+ <table>
+ <tr>
+ <td>
+ <label for="mandatory">Mandatory</label>
+ </td>
+ <td>
+ <input type="checkbox" wicket:id="mandatory"/>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <label for="multiple">Multiple</label>
+ </td>
+ <td>
+ <input type="checkbox" wicket:id="multiple"/>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <label for="ordered">Ordered</label>
+ </td>
+ <td>
+ <input type="checkbox" wicket:id="ordered"/>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <label for="primary">Primary</label>
+ </td>
+ <td>
+ <input type="checkbox" wicket:id="primary"/>
+ </td>
+ </tr>
+ </table>
+ </div>
</wicket:panel>
</html>
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/PreviewPluginPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/PreviewPluginPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/builder/PreviewPluginPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,24 +15,22 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <table class="displaytable">
- <tbody>
- <tr>
- <td class="itemmovehandle iconsSmall">
- <div style="float: right">
- <a class="up_ico" wicket:id="up"> </a>
- <a class="down_ico" wicket:id="down"> </a>
- </div>
- <a class="edit_ico" wicket:id="edit">Edit</a>
- </td>
- <td style="position: relative">
+ <table class="templateItemTable">
+ <tr>
+ <td class="controls">
+ <a class="up-control" wicket:id="up"> </a>
+ <a class="down-control" wicket:id="down"> </a>
+ </td>
+ <td>
+ <div class="templateItem">
+ <a class="edit-control" wicket:id="edit">Edit</a>
<div wicket:id="preview">[ item goes here ]</div>
- </td>
- <td class="iconsSmall" style="width: 10%; text-align: right">
- <a class="remove_ico" wicket:id="remove"> </a>
- </td>
- </tr>
- </tbody>
+ </div>
+ </td>
+ <td class="removeItem">
+ <a class="close-control" wicket:id="remove"> </a>
+ </td>
+ </tr>
</table>
</wicket:panel>
</html>
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/BooleanValueTemplatePlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/BooleanValueTemplatePlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/BooleanValueTemplatePlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,6 +15,8 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
+ <div class="templateItem">
<span wicket:id="value"></span>
+ </div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/DatePickerPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/DatePickerPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/DatePickerPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,6 +15,8 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
+ <div class="templateItem">
<span wicket:id="value"></span>
+ </div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/HippoQueryTemplatePlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/HippoQueryTemplatePlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/HippoQueryTemplatePlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,6 +15,7 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
+ <div class="templateItem">
<div wicket:id="incorrectquery" style="color:red">[incorrect query]</div>
<div>Language (xpath/sql)</div>
<div wicket:id="language" class="fields"></div>
@@ -78,5 +79,6 @@
</tr>
</table>
</div>
+ </div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/NodeNamePlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/NodeNamePlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/NodeNamePlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,7 +15,9 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
+ <div class="templateItem">
<h3 wicket:id="name">[ field name ]</h3>
<span wicket:id="field">[ field value here ]</span>
+ </div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/PasswordValueTemplatePlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/PasswordValueTemplatePlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/PasswordValueTemplatePlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,6 +15,8 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
+ <div class="templateItem">
<span wicket:id="value"></span>
+ </div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/ValueTemplatePlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/ValueTemplatePlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/ValueTemplatePlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,6 +15,8 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
+ <div class="templateItem">
<span wicket:id="value"></span>
+ </div>
</wicket:panel>
</html>
\ No newline at end of file
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/NodeFieldPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/NodeFieldPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/NodeFieldPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,16 +15,18 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <h3><span class="required" wicket:id="required">*</span><span wicket:id="name">[ field name ]</span></h3>
+ <div class="templateItem">
+ <h3><span wicket:id="name">[ field name ]</span></h3>
<wicket:container wicket:id="view">
+ <div class="field" wicket:id="item">[ field goes here ]</div>
<div class="iconsSmall">
- <a class="delete_ico" wicket:id="remove">(delete)</a>
- <a class="up_ico" wicket:id="up">(up)</a>
+ <a class="delete_ico iconsSmall" wicket:id="remove">(delete)</a>
+ <a class="up_ico iconsSmall" wicket:id="up">(up)</a>
</div>
- <div wicket:id="item">[ field goes here ]</div>
</wicket:container>
- <span class="iconsSmall">
+ <div class="iconsSmall">
<a class="add_ico" wicket:id="add">(add)</a>
- </span>
+ </div>
+ </div>
</wicket:panel>
</html>
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/PropertyFieldPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/PropertyFieldPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/plugins/field/PropertyFieldPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,18 +15,16 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <h3><span class="required" wicket:id="required">*</span><span wicket:id="name">[ field name ]</span></h3>
- <table wicket:id="view">
- <tr>
- <td><span wicket:id="item"></span></td>
- <td class="iconsSmall" style="text-align: left;">
+ <h3><span wicket:id="name">[ field name ]</span><span class="required" wicket:id="required">*</span></h3>
+ <div wicket:id="view">
+ <span wicket:id="item"></span>
+ <div class="iconsSmall">
<a class="remove_ico" wicket:id="remove">Remove</a>
<a class="up_ico" wicket:id="up">(up)</a>
- </td>
- </tr>
- </table>
- <span class="iconsSmall">
- <a class="add_ico" wicket:id="add">Add value</a>
- </span>
+ </div>
+ </div>
+ <div class="iconsSmall">
+ <a class="add_ico" wicket:id="add">Add value</a>
+ </div>
</wicket:panel>
</html>
Modified: hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/editor/src/main/java/org/hippoecm/frontend/editor/viewer/ViewerPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,6 +15,6 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <div wicket:id="template">[ template goes here ]</div>
+ <div class="documentPreview" wicket:id="template">[ template goes here ]</div>
</wicket:panel>
</html>
Modified: hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/BasicReviewedActionsWorkflowPlugin.html
===================================================================
--- hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/BasicReviewedActionsWorkflowPlugin.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/addon/reviewed-action/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/BasicReviewedActionsWorkflowPlugin.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -16,7 +16,7 @@
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
<div class="actionspanel">
- <h3><span wicket:id="caption"/><span class="documentStatus" wicket:id="status"/><span wicket:id="locked"><img src="skin/images/reviewedactions/locked.gif"/></span></h3>
+ <h3><span wicket:id="caption"/><span class="documentStatus" wicket:id="status"/><span wicket:id="locked">LOCKED</span></h3>
<ul>
<li>
<a class="edit_ico" wicket:id="edit-dialog">Edit</a>
Modified: hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/ListViewService.html
===================================================================
--- hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/ListViewService.html 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/frontend/engine/src/main/java/org/hippoecm/frontend/service/render/ListViewService.html 2008-07-23 13:45:23 UTC (rev 12726)
@@ -15,8 +15,8 @@
-->
<html xmlns:wicket="
http://wicket.apache.org/">
<wicket:panel>
- <div wicket:id="view">
- <div wicket:id="item">[ render service goes here ]</div>
+ <div class="renderItem" wicket:id="view">
+ <div wicket:id="item">[ render service goes here ]</div>
</div>
- </wicket:panel>
+ </wicket:panel>
</html>
Modified: hippo-ecm/trunk/package/skin/src/main/webapp/style.css
===================================================================
--- hippo-ecm/trunk/package/skin/src/main/webapp/style.css 2008-07-23 11:24:56 UTC (rev 12725)
+++ hippo-ecm/trunk/package/skin/src/main/webapp/style.css 2008-07-23 13:45:23 UTC (rev 12726)
@@ -105,9 +105,12 @@
/* Preview panel */
/* ================================================ */
-.preview {padding: 4px; height: 38%; overflow: auto; border: 1px solid black; margin: 11px;}
-.preview div.fields div{background: #f2f2f2;}
-div.preview div.fields h3{background: #d2d2d2;}
+.preview {padding: 4px; height: 38%; overflow: auto; margin: 11px;}
+.preview .renderItem{padding: 8px; margin-bottom: 4px; position: relative;}
+.preview .renderItem div span{font-family: arial, helvetica, sans-serif; font-size: 18px; background: white; padding: 2px; display: block}
+
+.preview .renderItem h3 span{font-size: 11px; font-weight: normal; color: #b2b2b2; margin-bottom: 8px; font-family: tahoma, arial, helvetica, sans-serif}
+
div.preview span.iconsSmall, div.preview td.iconsSmall{display: none}
div.previewMessage{background: url("images/icons/message-preview-128.png") no-repeat center center; height: 400px; text-indent: -9999px}
@@ -269,7 +272,14 @@
.modelreq_ico{background-image:url("images/icons/refresh-16.png")}
.createtyperequest_ico{background-image:url("images/icons/document-new-16.png")}
+/* Global control buttons */
+/* ================================================ */
+.up-control{background-image:url("images/controls/up-control.gif")}
+.down-control{background-image:url("images/controls/down-control.gif")}
+.edit-control{background-image:url("images/controls/edit-control.gif")}
+.close-control{background-image:url("images/controls/close-control.gif")}
+
/* Wicket standard Dialog overwrite */
/* ================================================ */
body div.wicket-modal div.w_blue div.w_top, body div.wicket-modal div.w_blue div.w_bottom, body div.wicket-modal div.w_blue div.w_topLeft, body div.wicket-modal div.w_blue div.w_topRight, body div.wicket-modal div.w_blue div.w_bottomRight, body div.wicket-modal div.w_blue div.w_bottomLeft, body div.wicket-modal div.w_blue a.w_close{
@@ -360,27 +370,22 @@
/* Template Editor */
/* ================================================ */
+#editor-perspective-wrapper div.panelcontainer{border-top: none; background: white;}
+
div.editor{
-padding:7px;
+padding:4px;
}
-#editor-perspective-wrapper div.panelcontainer{border-top: none;}
-
div.templatetitle{
background: url("images/editBack.gif") repeat-x;
height: 30px;
}
+
+.editor table tr td{vertical-align: top;}
-
-span.templateactions{
-display:block;
-width: 181px;
-padding-top: 35px;
-}
span.templateactions ul li a span{padding-left: 0px}
div.fields div span.templateactions ul li{padding: 0px}
-
.templatedetails{
padding: 4px;
}
@@ -391,36 +396,73 @@
margin-right: 2px;
}
-
/* temp icon hack */
ul.fieldtypes li {background-image:url("images/icons/workflow-16.png"); background-repeat: no-repeat; margin-bottom: 2px;}
/* edit template item */
div#templateitemedit{background: none;width: 200px;}
-div#templateitemedit h3{font-size: 12px; margin-bottom: 10px; display: none;}
+div#templateitemedit h3{font-size: 12px; margin-bottom: 10px;}
+body div#templateitemedit .renderItem h3{color: #666666}
+div.fieldedit table{margin-top: 4px;}
+div.fieldedit table tr td{padding:3px;}
+
div#templateitemedit h3.name {color: black; margin-bottom: 4px;}
div#templateitemedit input{width: 140px;}
/* template model edit */
-td.itemmovehandle{vertical-align: top; background: #f8f8f9; width: 43px; position: relative;}
+.templatedetails div.templateItem,
+.editor div.renderItem div, .editor div.templateItem{padding: 8px; margin-bottom: 4px; position: relative;}
-.editor table tr td{vertical-align: top;}
+.editor div.renderItem div div{padding: 0px; margin: 0px;}
+.editor div.renderItem div.renderItem{margin-bottom: 5px; background: none}
-div.fields h3{
-background: #666666;
-padding: 4px;
-color: white;
-font-weight: bold;
-font-size: 11px;
-margin-bottom: 5px;
+.editor table.templateItemTable{width: 100%; background: #f2f2f2}
+.templatedetails div.templateItem {background: #f2f2f2}
+
+.templatedetails div.templateItem h3,
+.editor div.renderItem div h3,
+.editor table.templateItemTable h3{font-size: 11px; font-weight: normal; color: #b2b2b2; margin-bottom: 8px; text-decoration: underline}
+.templatedetails div.templateItem h3{color: #666666; text-decoration: none;}
+
+.editor table.templateItemTable td.controls{width: 15px; background: white; padding: 0px;}
+.editor table.templateItemTable td.removeItem{width: 15px; background: white; padding: 0px}
+.editor table.templateItemTable td{padding: 8px}
+
+.editor table.templateItemTable a.up-control, .editor table.templateItemTable a.down-control{display: block; width: 10px; height: 10px; background-repeat: no-repeat; background-position: center center; margin-bottom: 4px;}
+.editor table.templateItemTable a.edit-control{
+display:block;
+height:6px;
+left:0px;
+padding:5px;
+position:absolute;
+text-indent:-9999px;
+top:0px;
+width:317px;
+z-index: 5;
}
-div.fields input[type="text"]{width: 100px;}
-span.actionspanel ul li{background: none}
-div.fields table{width: 100%}
-div.fields div {padding: 2px}
-div.fields div ul li ul li{padding:4px}
+.editor table.templateItemTable a.close-control{display: block; background-repeat: no-repeat; background-position: center center; padding: 0px 8px 3px 8px; margin-left: 2px;}
+/* input element styling */
+.templatedetails div.templateItem input,
+.templatedetails div.templateItem select,
+.templatedetails div.templateItem textarea,
+.editor div.renderItem div input,
+.editor div.renderItem div select,
+.editor div.renderItem div textarea,
+.editor table.templateItemTable input,
+.editor table.templateItemTable select,
+.editor table.templateItemTable textarea
+{font-family: arial, helvetica, sans-serif; font-size: 18px; background: white; border: 1px solid #666666; padding: 2px;}
+
+.templatedetails div.templateItem input,
+.editor div.renderItem div input, .editor table.templateItemTable input{width: 100%;}
+.editor div.renderItem div select, .editor table.templateItemTable select{}
+.templatedetails div.templateItem textarea, .editor div.renderItem div textarea, .editor table.templateItemTable textarea{width: 100%; height: 300px}
+
+
+
+
/* Xinha */
/* ================================================ */
table.htmlarea tr td{border: none}
@@ -572,6 +614,11 @@
margin-top: 10px;
}
+
+
+
+
+
.addNodeWidget {
margin-bottom: 4px;
}
_______________________________________________
HippoRepos-dev mailing list
HippoRepos-dev@...
http://lists.hippo.nl/mailman/listinfo/hipporepos-dev