Class UpdatesForm
Configuration object for the installation contact & updates registry form.
Package: application\components
Author: Demitri Morgan <demitri@x2engine.com>
Located at x2engine/protected/components/UpdatesForm.php
Author: Demitri Morgan <demitri@x2engine.com>
Located at x2engine/protected/components/UpdatesForm.php
public
|
|
public
type
|
|
public
|
|
public
|
public
array
|
$label | array(
'receiveUpdates' => 'Notify me of software updates',
'firstName' => 'First Name',
'lastName' => 'Last Name',
'email' => 'Email',
'phone' => 'Phone Number',
'source' => 'How you found X2CRM',
'subscribe' => 'Subscribe to the newsletter',
'info' => 'Comments',
'requestContact' => 'Request a follow-up contact',
'company' => 'Company',
'position' => 'Position',
'unique_id' => 'Product Key',
) |
#
Form input labels |
public
array
|
$message | array(
'updatesTitle' => 'Software Updates',
'registrationTitle' => 'Registration',
'registrationSuccess' => 'Software registration succeeded.',
'registrationSubtext' => 'To receive software updates from X2Engine, please register your copy of X2CRM:',
'registrationPostText' => 'For support or sales inquiries, please contact us',
'emailIni' => 'If different from Administrator Email',
'infoIni' => 'Intended use of X2CRM, goals, etc.',
'intro' => 'Please help us improve X2CRM by providing the following information:',
'already' => 'Software update notifications enabled.',
'optionalTitle' => 'Optional Information',
'title' => 'Software Updates',
'emailValidation' => 'Please enter a valid email address.', // This one has a translation already.
'connectionErrHeader' => 'Could not connect to the updates server at this time.',
'connectionErrMessage' => 'You can continue installing the application without enabling updates and try again later by going into "General Settings" under the section "App Settings" in the Admin console.',
'connectionNOsMessage' => 'Make sure you have an active internet connection. If the problem persists, please contact us',
) |
#
Messages |
public
array
|
$leadSources | array(
Null => '-----',
'Google' => 'Google',
'Sourceforge' => 'Sourceforge',
'Github' => 'Github',
'News outlet' => 'News Outlet',
'Other' => 'Other',
) |
#
Contents of the "how you found X2CRM" selector |
public
array
|
$config | array() |
#
Configuration options |
public
boolean
|
$os | True |
#
Form display flag |