Édition de l'url du serveur Solr.
[Plinn.git] / skins / custom_content / ssc_edit.pt
1 <table class="TwoColumnForm" i18n:domain="plinn"
2 tal:define="bgcolor here/base_properties/contentBackgroundColor"
3 tal:attributes="style string:background-color:$bgcolor">
4 <tr>
5 <td>
6 <input id="" type="checkbox" name="criterion_ids:list" value=""
7 tal:attributes="value here/getId; id string:cb_${here/getId}"/>
8 <input type="hidden" name="criteria.id:records" value="" tal:attributes="value here/getId"/>
9 </td>
10 <td>
11 <fieldset>
12 <legend tal:content="string:catalog_index_${here/Field}" i18n:translate="">Field name</legend>
13 <input type="text" name="criteria.value:records" value="" size="40" tal:attributes="value here/value | nothing" />
14 <dl class="FieldHelp">
15 <dd tal:content="here/Description" i18n:translate="">Criterion description</dd>
16 </dl>
17 </fieldset>
18 </td>
19 </tr>
20 </table>