Please note, it is not VITAL that these parameters be changed. The system will function adeqautely with the default settings.
The purpose of these settings are to adjust the appearance of the generated pages to suit your style.
|
$show_window_data_msg |
Format for link to reveal data tables. Only available if $show_window_data = true |
* format: |
$show_window_data_msg = "show data table >>>"; |
|
$unshow_window_data_msg |
Format for link to hide data tables. Only available if $show_window_data = true |
* format: |
$unshow_window_data_msg = "<<< hide data table"; |
|
$quote_me_msg |
Format for link to calculate estimate. |
* format: |
$quote_me_msg = "<img alt=\"calculate cost\" src=\"images/calculatecost.gif\" height=\"50\" width=\"200\" border=0>"; |
|
$save_quote_message |
Format for link to save estimate to estimate list. |
* format: |
$save_quote_message = "<input type=\"image\" src=\"images/addtolist.gif\">"; |
|
$list_all_msg |
Format for link to display a list of all defined window types. |
* format: |
$list_all_msg = "list all window types"; |
|
$list_previous_msg |
Format of link to list previous window type. Note, if $discounts = false this value is redundant |
* format: |
$list_previous_msg = "<<< previous"; |
|
$list_next_msg |
Format of link to list next window type. |
* format: |
$list_next_msg = "next >>>"; |
|
$front_left_msg |
Format of left hand portion of initial welcome page. |
* format: |
$front_left_msg ="<h2>it's as easy as... </h2>"; |
|
$front_col_div |
Format of middle divider for initial welcome page. |
* format: |
$front_col_div ="<img src=\"images/midbluevertline.gif\" width=\"3\" height=\"200\" border=\"0\">"; |
|
$front_right_msg |
Format of right hand portion of initial welcome page. |
* format: |
$front_right_msg ="<h3>measuring for windows...</h3>"; |
|
$email_header_msg |
Format of page heading message for the data entry form for emailing the estimate details. |
* format: |
$email_header_msg = "<h3 align=center>email details</h3>"; |
|
$email_name_msg |
Format of text prompt for the name field |
* format: |
$email_name_msg = "<b>your name:</b>"; |
|
$email_email_msg |
Format of text prompt for the email address field |
* format: |
$email_email_msg = "<b>your email:</b>"; |
|
$email_add1_msg |
Format of text prompt for the address line 1 field |
* format: |
$email_add1_msg = "<b>address line 1:</b>"; |
|
$email_add2_msg |
Format of text prompt for the address line 2 field |
* format: |
$email_add1_msg = "<b>address line 2:</b>"; |
|
$email_town_msg |
Format of text prompt for the town/city field |
* format: |
$email_town_msg = "<b>town/city:</b>"; |
|
$email_county_msg |
Format of text prompt for the county field |
* format: |
$email_county_msg = "<b>county:</b>"; |
|
$email_postcode_msg |
Format of text prompt for the postcode field |
* format: |
$email_postcode_msg = "<b>postcode:</b>"; |
|
$email_daytelephone_msg |
Format of text prompt for the day-time telephone field |
* format: |
$email_daytelephone_msg = "<b>day-time telephone:</b>"; |
|
$email_evetelephone_msg |
Format of text prompt for the evening telephone field |
* format: |
$email_evetelephone_msg = "<b>evening telephone:</b>"; |
|
$email_submit_msg |
Format of link for submitting the estimate list and above details by email |
* format: |
$email_submit_msg = "<input type=\"image\" src=\"images/emailestimate.gif\">"; |
|
* NOTE, all double quotes must be preceeded by a forward slash. |