Changeset 51384

Show
Ignore:
Timestamp:
03/15/07 14:17:04 (3 years ago)
Author:
jmorliaguet
Message:

- fixed Rotating Image Portlet site error (#1783)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSPortlets/trunk/CHANGES

    r51344 r51384  
    77Bug fixes 
    88~~~~~~~~~ 
    9 - 
     9- #1783 fixed Rotating Image Portlet site error 
    1010New internal features 
    1111~~~~~~~~~~~~~~~~~~~~~ 
  • CPS3/products/CPSPortlets/trunk/skins/cpsportlets_default/layout_portlet_edit.pt

    r49972 r51384  
    11<div 
    22  tal:define="layout options/layout; 
     3              layout_id layout/layout_id; 
    34              ds options/datastructure; 
    45              creation creation|nothing; 
     
    7273            <input type="submit" value="button_move_up" 
    7374              tal:condition="not:repeat/row/start" 
    74               tal:attributes="name string:uprow_${repeat/row/index}
     75              tal:attributes="name string:uprow_${repeat/row/index}__${layout_id}
    7576              class="context moveUp" i18n:attributes="value" /> 
    7677            <input type="submit" value="button_move_down" 
    7778              tal:condition="not:repeat/row/end" 
    78               tal:attributes="name string:downrow_${repeat/row/index}
     79              tal:attributes="name string:downrow_${repeat/row/index}__${layout_id}
    7980              class="context moveDown" i18n:attributes="value" /> 
    8081            <input type="submit" value="button_delete" 
    8182              class="destructive" i18n:attributes="value" 
    82               tal:attributes="name string:deleterow_${repeat/row/index}
     83              tal:attributes="name string:deleterow_${repeat/row/index}__${layout_id}
    8384                              onclick python:'return window.confirm(\'%s\')' % 
    8485                                (cpsmcat('description_confirm_delete'), )" />