/*
 * File: RequestPriceQouteComplete.ui.js
 * Date: Thu Jan 27 2011 16:11:13 GMT-0500 (Eastern Standard Time)
 * 
 * This file was generated by Ext Designer version xds-1.0.3.2.
 * http://www.extjs.com/products/designer/
 *
 * This file will be auto-generated each and everytime you export.
 *
 * Do NOT hand edit this file.
 */

RequestPriceQouteCompleteUi = Ext.extend(Ext.Panel, {
    title: 'Request Price Qoute',
    width: 524,
    height: 300,
    tpl: '',
    layout: 'form',
    labelWidth: 280,
    padding: 5,
    initComponent: function() {
        this.items = [
            {
                xtype: 'displayfield',
                value: '<span style="text-align:center; font-size:16px"> <p align="center"><strong>Thank you for your interest in using MyRSVPLive for your event.</strong></p><br/>  <p>An email has been sent to your email account with the quote you requested.</p> <br/> <p>If the quote does not arrive in your inbox within the next 10 minutes <br/> (also check your junk/spam folder), please contact us at cs@myrsvplive.com. </p> <br/> <p>Remember you can purchase your package now regarless of when your event actually is</p> </span>',
                fieldLabel: 'Label',
                anchor: '100%',
                hideLabel: true,
                height: 240
            },
            {
                xtype: 'displayfield',
                value: ' <a href="http://www.myrsvplive.com/Sales/Discount_RSVPQoute.php">View my price qoute</a>',
                fieldLabel: 'You may also use this link to view your qoute',
                anchor: '100%',
                ref: 'DisplayQouteURL'
            }
        ];
        RequestPriceQouteCompleteUi.superclass.initComponent.call(this);
    }
});

