- Timestamp:
- 05.01.2012 21:50:55 (5 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/import/zms.metaobj.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/import/zms.metaobj.xml
r1786 r1787 3071 3071 } 3072 3072 $("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'); 3074 3074 table_cell_uid++; 3075 3075 }); … … 3098 3098 } 3099 3099 $("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'); 3101 3101 table_cell_uid++; 3102 3102 });
Note: See TracChangeset
for help on using the changeset viewer.
