Changeset 1787 for ZMS


Ignore:
Timestamp:
05.01.2012 21:50:55 (5 months ago)
Author:
zmsdev
Message:

Ticket#14 (uni-bern): applied fix for contenteditable-styles in new WYSIWYG table-cells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/import/zms.metaobj.xml

    r1786 r1787  
    30713071                                } 
    30723072                                $("div[id^=preview]",new_td).each(function() { 
    3073                                                 $(this).html( " ").attr("id","preview_"+table_cell_uid); 
     3073                                                $(this).html( " ").attr("id","preview_"+table_cell_uid).css( 'border', '2px solid #00FF00'); 
    30743074                                                table_cell_uid++; 
    30753075                                        }); 
     
    30983098                } 
    30993099                $("div[id^=preview]",new_tr).each(function() { 
    3100                                 $(this).html( " ").attr("id","preview_"+table_cell_uid); 
     3100                                $(this).html( " ").attr("id","preview_"+table_cell_uid).css( 'border', '2px solid #00FF00'); 
    31013101                                table_cell_uid++; 
    31023102                        }); 
Note: See TracChangeset for help on using the changeset viewer.