| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |