Changeset 2332
- Timestamp:
- 9 Oct 2007, 11:35:36 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/cps_custom/widget_image_render.pt
r2217 r2332 9 9 content_url options/content_url; 10 10 last_modified options/last_modified; 11 content_url_nocache string:${content_url}?nocache=${last_modified}; 11 12 image_width options/width; 12 13 image_height options/height; -
WAeUP_SRP/base/skins/waeup_design/custom.css.dtml
r2243 r2332 89 89 } 90 90 91 <dtml-comment> 92 For the Boolean Widget 93 </dtml-comment> 94 fieldset.widget { 95 border: none; 96 margin: 0; 97 padding: 0; 98 padding-bottom: 0.5em; 99 } 100 91 101 92 102 </dtml-with> -
WAeUP_SRP/base/skins/waeup_layout/layout_waeup_edit.pt
r2243 r2332 29 29 </tal:block> 30 30 31 <table width="100%"cellpadding="2" cellspacing="2" summary="Form layout"31 <table cellpadding="2" cellspacing="2" summary="Form layout" 32 32 tal:condition="layout/rows"> 33 33 <tr tal:repeat="row layout/rows" valign="top"> -
WAeUP_SRP/fceokene/profiles/default/layouts/import.xml
r1918 r2332 4 4 <property name="layout_edit_method"></property> 5 5 <property name="layout_view_method"></property> 6 <property name="style_prefix">layout_ default_</property>6 <property name="style_prefix">layout_waeup_</property> 7 7 <property name="flexible_widgets"/> 8 8 <property name="validate_values_expr"></property> … … 12 12 <element value="filename"/> 13 13 </property> 14 <property name="is_required"> True</property>14 <property name="is_required">False</property> 15 15 <property name="label">Filename</property> 16 16 <property name="label_edit">Filename</property> … … 25 25 <element value="name"/> 26 26 </property> 27 <property name="is_required"> True</property>27 <property name="is_required">False</property> 28 28 <property name="label">Import Layout</property> 29 29 <property name="label_edit">Import Layout</property>
Note: See TracChangeset for help on using the changeset viewer.