Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.4, Tue Aug 26 18:20:17 2008 UTC | revision 1.1.2.5, Mon Nov 3 13:41:25 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: node_images.pages.inc,v 1.1.2.3 2008/08/24 14:47:48 stefano73 Exp $ | // $Id: node_images.pages.inc,v 1.1.2.4 2008/08/26 18:20:17 stefano73 Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 88 function _node_images_edit_form(&$form_s | Line 88 function _node_images_edit_form(&$form_s |
| 88 | '#size' => 40, | '#size' => 40, |
| 89 | '#description' => ($limits['resolution'] ? t('Images larger than %resolution will be resized. ', array('%resolution' => $limits['resolution'])) : '') . t('The maximum upload size is %filesize. Only files with the following extensions may be uploaded: %extensions. ', array('%extensions' => $limits['extensions'], '%filesize' => format_size($limits['file_size']))), | '#description' => ($limits['resolution'] ? t('Images larger than %resolution will be resized. ', array('%resolution' => $limits['resolution'])) : '') . t('The maximum upload size is %filesize. Only files with the following extensions may be uploaded: %extensions. ', array('%extensions' => $limits['extensions'], '%filesize' => format_size($limits['file_size']))), |
| 90 | ); | ); |
| 91 | $form['new']['attach'] = array( | $form['new']['node_images_attach'] = array( |
| 92 | '#type' => 'submit', | '#type' => 'submit', |
| 93 | '#value' => t('Upload'), | '#value' => t('Upload'), |
| 94 | '#name' => 'attach', | '#name' => 'attach', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |