]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/custom_content/ssc_edit.pt
Déplacement pour eggification.
[Plinn.git] / skins / custom_content / ssc_edit.pt
diff --git a/skins/custom_content/ssc_edit.pt b/skins/custom_content/ssc_edit.pt
deleted file mode 100644 (file)
index c30afed..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<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