Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / ssc_edit.pt
diff --git a/Products/Plinn/skins/custom_content/ssc_edit.pt b/Products/Plinn/skins/custom_content/ssc_edit.pt
new file mode 100644 (file)
index 0000000..c30afed
--- /dev/null
@@ -0,0 +1,20 @@
+<table class="TwoColumnForm" i18n:domain="plinn"
+                        tal:define="bgcolor here/base_properties/contentBackgroundColor"
+                        tal:attributes="style string:background-color:$bgcolor">
+  <tr>
+       <td>
+      <input id="" type="checkbox" name="criterion_ids:list" value=""
+                        tal:attributes="value here/getId; id string:cb_${here/getId}"/>
+      <input type="hidden" name="criteria.id:records" value="" tal:attributes="value here/getId"/>
+    </td>
+    <td>
+       <fieldset>
+               <legend tal:content="string:catalog_index_${here/Field}" i18n:translate="">Field name</legend>
+               <input type="text" name="criteria.value:records" value="" size="40" tal:attributes="value here/value | nothing" />
+               <dl class="FieldHelp">
+                           <dd tal:content="here/Description" i18n:translate="">Criterion description</dd>
+                               </dl>
+       </fieldset>
+    </td>
+  </tr>
+</table>
\ No newline at end of file