--- doubleclick.module	2010-10-28 14:04:25.000000000 +1100
+++ doubleclick.posarbitrary.module	2011-01-13 15:44:57.000000000 +1100
@@ -249,23 +249,14 @@ function build_doubleclick_admin_form(&$
   $form['add_slot']['more_information']['tile'] = array(
     '#title' => t('Tile number'),
     '#type' => 'textfield',
-    '#required' => FALSE,
     '#size' => '5',
     '#default_value' => $slot->tile,
   );
 
   $form['add_slot']['more_information']['position'] = array(
     '#title' => t('Position'),
-    '#type' => 'select',
-    '#options' => array(
-      'default' => 'Not specified',
-      'top' => t('Top'),
-      'left' => t('Left'),
-      'right' => t('Right'),
-      'bottom' => t('Bottom')
-    ),
+    '#type' => 'textfield',
     '#default_value' => $slot->position,
-    '#required' => FALSE,
   );
   
   $form['add_slot']['more_information']['ord'] = array(
