Advertisement
Punk_UnDeaD

Патч tabledrag для 6

Oct 25th, 2011
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. --- C:/wamp/www/drupal.pure/www/misc/tabledrag.js Вт окт 25 15:39:19 2011
  2. +++ C:/wamp/www/drupal.pure/www/misc/tabledrag.bak Ср май 25 20:43:56 2011
  3. @@ -171,9 +171,7 @@
  4. // Create the handle.
  5. var handle = $('<a href="#" class="tabledrag-handle"><div class="handle">&nbsp;</div></a>').attr('title', Drupal.t('Drag to re-order'));
  6. // Insert the handle after indentations (if any).
  7. - if ($('td:first .indentation:last', item).length) {
  8. - // Update the total width of indentation in this entire table.
  9. - $('td:first .indentation:last', item).after(handle);
  10. + if ($('td:first .indentation:last', item).after(handle).size()) {
  11. // Update the total width of indentation in this entire table.
  12. self.indentCount = Math.max($('.indentation', item).size(), self.indentCount);
  13. }
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement