UI spring cleaning: prospect add/edit
authorIvan Kohler <ivan@freeside.biz>
Mon, 15 Jun 2015 00:32:45 +0000 (17:32 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 15 Jun 2015 00:32:45 +0000 (17:32 -0700)
httemplate/edit/prospect_main.html

index 1269a84..fb67515 100644 (file)
@@ -1,6 +1,7 @@
 <% include('elements/edit.html',
      'name_singular'   => 'prospect',
      'table'           => 'prospect_main',
+     'html_table_class'=> 'fsinnerbox',
      'labels'          => { 'prospectnum' => 'Prospect',
                             'agentnum'    => 'Agent',
                             'refnum'      => 'Advertising source',
        { 'field'       => 'agentnum',
          'type'        => 'select-agent',
          'empty_label' => 'Select agent',
-         'colspan'     => 6,
+         'colspan'     => 7,
        },
        { 'field'       => 'refnum',
          'type'        => 'select-part_referral',
          'empty_label' => 'Select advertising source',
-         'colspan'     => 6,
+         'colspan'     => 7,
        },
        { 'field'    => 'residential_commercial',
          'type'     => 'radio',
        { 'field'    => 'company',
          'type'     => 'text',
          'size'     => 50,
-         'colspan'  => 6,
+         'colspan'  => 7,
        },
        { 'field'             => 'contactnum',
          'type'              => 'contact',
-         'colspan'           => 6,
+         'colspan'           => 7,
          'o2m_table'      => 'contact',
          'm2_label'       => 'Contact',
          'm2_error_callback' => $m2_error_callback,