Added email helper class.

This commit is contained in:
2016-06-03 07:28:32 +01:00
parent 5cd07f3b88
commit d82d4aeb22
370 changed files with 1366 additions and 1324 deletions

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_views_fullwidth.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage ftp_servers_fullwidth.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage readme_left.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage readme_right.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage scripts_fullwidth.php
@ -36,6 +36,7 @@ $fields = $displayData->get('fields') ?: array(
'addfootable',
'add_css',
'css',
'add_email_helper',
'add_php_helper_admin',
'php_helper_admin',
'add_admin_event',

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_left.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_right.php
@ -35,10 +35,10 @@ $fields = $displayData->get('fields') ?: array(
'addcontributors',
'emptycontributors',
'number',
'spacer_hr_a',
'spacer_hr_b',
'note_add_files',
'addfiles',
'spacer_hr_b',
'spacer_hr_a',
'note_add_folders',
'addfolders'
);

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site_views_fullwidth.php