Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/img_assist.module,v
retrieving revision 1.100
diff -u -F^f -r1.100 img_assist.module
--- img_assist.module	13 Feb 2009 16:58:08 -0000	1.100
+++ img_assist.module	27 Feb 2009 22:54:47 -0000
@@ -777,6 +777,16 @@ function img_assist_upload() {
 function img_assist_form_alter(&$form, &$form_state, $form_id) {
   if ($form_id == 'image_node_form' && arg(0) == 'img_assist') {
     $form['buttons']['submit']['#submit'] = array('img_assist_node_form_submit');
+    $form['buttons']['submit']['#value'] = 'Upload image';
+    $form['buttons']['preview']['#access'] = FALSE;
+    $form['title']['#title'] = "Image description";
+    $form['body_field']['#access'] = FALSE;
+    $form['revision_information']['#access'] = FALSE;
+    $form['author']['#access'] = FALSE;
+    $form['options']['#access'] = FALSE;
+    $form['comment_settings']['#access'] = FALSE;
+    $form['menu']['#access'] = FALSE;
+    $form['path']['#access'] = FALSE;
   }
   // If a view uses exposed filters in the image browser, we need to modify #action.
   elseif ($form_id == 'views_exposed_form' && arg(0) == 'img_assist') {
