[freeside-commits] branch FREESIDE_4_BRANCH updated. 9e4422187d5fbe12bf7706b9538cbc77714f5143

Ivan ivan at 420.am
Sun Jun 14 17:32:48 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  9e4422187d5fbe12bf7706b9538cbc77714f5143 (commit)
      from  18d075b64500f471eda9c8fc4468476be6359b90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e4422187d5fbe12bf7706b9538cbc77714f5143
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 14 17:32:47 2015 -0700

    UI spring cleaning: prospect add/edit

diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html
index 1269a84..fb67515 100644
--- a/httemplate/edit/prospect_main.html
+++ b/httemplate/edit/prospect_main.html
@@ -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',
@@ -13,12 +14,12 @@
        { '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',
@@ -28,11 +29,11 @@
        { '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,

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/prospect_main.html |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list