[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/vertical_tabs/core/ -> upload.js (source)

   1  // $Id: upload.js,v 1.1.2.1 2009/12/09 01:08:39 davereid Exp $
   2  
   3  Drupal.verticalTabs = Drupal.verticalTabs || {};
   4  
   5  Drupal.verticalTabs.attachments = function() {
   6    var size = $('#upload-attachments tbody tr').size();
   7    if (size) {
   8      return Drupal.formatPlural(size, '1 attachment', '@count attachments');
   9    }
  10    else {
  11      return Drupal.t('No attachments');
  12    }
  13  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7