Changeset 2332 for WAeUP_SRP


Ignore:
Timestamp:
9 Oct 2007, 11:35:36 (17 years ago)
Author:
Henrik Bettermann
Message:

fix widget_image_render.pt

and some design changes

Location:
WAeUP_SRP
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/cps_custom/widget_image_render.pt

    r2217 r2332  
    99  content_url options/content_url;
    1010  last_modified options/last_modified;
     11  content_url_nocache string:${content_url}?nocache=${last_modified};
    1112  image_width options/width;
    1213  image_height options/height;
  • WAeUP_SRP/base/skins/waeup_design/custom.css.dtml

    r2243 r2332  
    8989}
    9090
     91<dtml-comment>
     92For the Boolean Widget
     93</dtml-comment>
     94fieldset.widget {
     95  border: none;
     96  margin: 0;
     97  padding: 0;
     98  padding-bottom: 0.5em;
     99}
     100
    91101
    92102</dtml-with>
  • WAeUP_SRP/base/skins/waeup_layout/layout_waeup_edit.pt

    r2243 r2332  
    2929</tal:block>
    3030
    31 <table width="100%" cellpadding="2" cellspacing="2" summary="Form layout"
     31<table cellpadding="2" cellspacing="2" summary="Form layout"
    3232       tal:condition="layout/rows">
    3333  <tr tal:repeat="row layout/rows" valign="top">
  • WAeUP_SRP/fceokene/profiles/default/layouts/import.xml

    r1918 r2332  
    44 <property name="layout_edit_method"></property>
    55 <property name="layout_view_method"></property>
    6  <property name="style_prefix">layout_default_</property>
     6 <property name="style_prefix">layout_waeup_</property>
    77 <property name="flexible_widgets"/>
    88 <property name="validate_values_expr"></property>
     
    1212   <element value="filename"/>
    1313  </property>
    14   <property name="is_required">True</property>
     14  <property name="is_required">False</property>
    1515  <property name="label">Filename</property>
    1616  <property name="label_edit">Filename</property>
     
    2525   <element value="name"/>
    2626  </property>
    27   <property name="is_required">True</property>
     27  <property name="is_required">False</property>
    2828  <property name="label">Import Layout</property>
    2929  <property name="label_edit">Import Layout</property>
Note: See TracChangeset for help on using the changeset viewer.