alchemy_crm 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +10 -11
- data/alchemy_crm.gemspec +21 -21
- data/app/assets/javascripts/alchemy_crm/alchemy_crm.base.js +54 -54
- data/app/assets/stylesheets/alchemy_crm/base.css.scss +199 -199
- data/app/controllers/alchemy_crm/admin/base_controller.rb +5 -5
- data/app/controllers/alchemy_crm/admin/contact_groups_controller.rb +15 -15
- data/app/controllers/alchemy_crm/admin/contacts_controller.rb +95 -95
- data/app/controllers/alchemy_crm/admin/deliveries_controller.rb +66 -66
- data/app/controllers/alchemy_crm/admin/elements_controller_extension.rb +23 -23
- data/app/controllers/alchemy_crm/admin/mailings_controller.rb +44 -44
- data/app/controllers/alchemy_crm/admin/newsletters_controller.rb +16 -16
- data/app/controllers/alchemy_crm/admin/tags_controller.rb +60 -59
- data/app/controllers/alchemy_crm/base_controller.rb +3 -3
- data/app/controllers/alchemy_crm/contacts_controller.rb +88 -88
- data/app/controllers/alchemy_crm/mailings_controller.rb +16 -16
- data/app/controllers/alchemy_crm/recipients_controller.rb +30 -30
- data/app/controllers/alchemy_crm/subscriptions_controller.rb +54 -54
- data/app/helpers/alchemy/pages_helper_extension.rb +14 -14
- data/app/helpers/alchemy_crm/admin/base_helper.rb +8 -8
- data/app/helpers/alchemy_crm/mailings_helper.rb +175 -175
- data/app/mailers/alchemy_crm/bounce_receiver.rb +9 -9
- data/app/mailers/alchemy_crm/contacts_mailer.rb +21 -21
- data/app/mailers/alchemy_crm/mailings_mailer.rb +46 -46
- data/app/mailers/alchemy_crm/subscriptions_mailer.rb +12 -12
- data/app/models/alchemy/essence_element_teaser.rb +14 -14
- data/app/models/alchemy_crm/contact.rb +260 -260
- data/app/models/alchemy_crm/contact_group.rb +15 -15
- data/app/models/alchemy_crm/contact_group_filter.rb +17 -17
- data/app/models/alchemy_crm/delivery.rb +54 -54
- data/app/models/alchemy_crm/element_extension.rb +23 -23
- data/app/models/alchemy_crm/mailing.rb +90 -90
- data/app/models/alchemy_crm/newsletter.rb +33 -33
- data/app/models/alchemy_crm/reaction.rb +5 -5
- data/app/models/alchemy_crm/recipient.rb +46 -46
- data/app/models/alchemy_crm/subscription.rb +4 -4
- data/app/views/alchemy/admin/elements/fill.js.erb +11 -11
- data/app/views/alchemy/elements/_newsletter_article_view.html.erb +14 -14
- data/app/views/alchemy/elements/_newsletter_greeting_view.html.erb +9 -9
- data/app/views/alchemy/elements/_newsletter_signout_form_view.html.erb +18 -18
- data/app/views/alchemy/elements/_newsletter_signup_form_view.html.erb +62 -62
- data/app/views/alchemy/essences/_essence_element_teaser_editor.html.erb +29 -29
- data/app/views/alchemy/newsletter_layouts/_standard.html.erb +37 -37
- data/app/views/alchemy_crm/admin/contact_groups/_contact_group.html.erb +30 -30
- data/app/views/alchemy_crm/admin/contact_groups/_filter.html.erb +28 -28
- data/app/views/alchemy_crm/admin/contact_groups/_form.html.erb +45 -45
- data/app/views/alchemy_crm/admin/contact_groups/_tag.html.erb +4 -4
- data/app/views/alchemy_crm/admin/contact_groups/add_filter.js.erb +7 -7
- data/app/views/alchemy_crm/admin/contact_groups/index.html.erb +28 -28
- data/app/views/alchemy_crm/admin/contacts/_contact.html.erb +42 -42
- data/app/views/alchemy_crm/admin/contacts/_form.html.erb +76 -76
- data/app/views/alchemy_crm/admin/contacts/import.html.erb +27 -27
- data/app/views/alchemy_crm/admin/contacts/index.html.erb +39 -39
- data/app/views/alchemy_crm/admin/contacts/vcf_import_result.html.erb +24 -24
- data/app/views/alchemy_crm/admin/deliveries/_delivery.html.erb +30 -30
- data/app/views/alchemy_crm/admin/deliveries/_form.html.erb +61 -61
- data/app/views/alchemy_crm/admin/deliveries/_recipient.html.erb +36 -36
- data/app/views/alchemy_crm/admin/deliveries/index.html.erb +21 -21
- data/app/views/alchemy_crm/admin/deliveries/show.html.erb +61 -61
- data/app/views/alchemy_crm/admin/elements/teasables.html.erb +53 -53
- data/app/views/alchemy_crm/admin/mailings/_form.html.erb +41 -41
- data/app/views/alchemy_crm/admin/mailings/_mailing.html.erb +73 -73
- data/app/views/alchemy_crm/admin/mailings/edit_content.html.erb +170 -170
- data/app/views/alchemy_crm/admin/mailings/import_result.html.erb +18 -18
- data/app/views/alchemy_crm/admin/mailings/index.html.erb +25 -25
- data/app/views/alchemy_crm/admin/newsletters/_form.html.erb +52 -52
- data/app/views/alchemy_crm/admin/newsletters/_tag_with_radiobutton.html.erb +5 -5
- data/app/views/alchemy_crm/admin/newsletters/index.html.erb +29 -29
- data/app/views/alchemy_crm/admin/newsletters/new.html.erb +4 -4
- data/app/views/alchemy_crm/admin/tags/_radio_tag.html.erb +4 -4
- data/app/views/alchemy_crm/admin/tags/_tag.html.erb +30 -30
- data/app/views/alchemy_crm/admin/tags/edit.html.erb +32 -32
- data/app/views/alchemy_crm/admin/tags/index.html.erb +23 -23
- data/app/views/alchemy_crm/admin/tags/new.html.erb +14 -14
- data/app/views/alchemy_crm/contacts_mailer/signout_mail.html.erb +6 -6
- data/app/views/alchemy_crm/contacts_mailer/signout_mail.text.erb +2 -2
- data/app/views/alchemy_crm/contacts_mailer/signup_mail.html.erb +9 -9
- data/app/views/alchemy_crm/contacts_mailer/signup_mail.text.erb +2 -2
- data/app/views/alchemy_crm/mailings_mailer/verification_mail.html.erb +9 -9
- data/app/views/alchemy_crm/subscriptions/index.html.erb +4 -4
- data/app/views/alchemy_crm/subscriptions_mailer/overview_mail.html.erb +25 -25
- data/app/views/alchemy_crm/subscriptions_mailer/overview_mail.text.erb +2 -2
- data/app/views/csv_magic/import_errors.html.erb +23 -23
- data/app/views/csv_magic/mapper.html.erb +46 -46
- data/app/views/layouts/alchemy_crm/mailings.html.erb +177 -177
- data/config/initializers/assets.rb +2 -2
- data/config/locales/alchemy_crm.de.yml +1 -1
- data/config/locales/alchemy_crm.en.yml +1 -0
- data/config/locales/localized_country_select.de.rb +260 -260
- data/config/locales/localized_country_select.en.rb +274 -274
- data/config/routes.rb +67 -67
- data/db/migrate/20111104125306_remove_sent_mailing_pdf_id_from_sent_mailings.rb +1 -1
- data/db/migrate/20111124145923_namespace_alchemy_crm_models.rb +13 -13
- data/db/migrate/20120307160721_rename_alchemy_crm_recipients_sent_mailing_id.rb +3 -3
- data/db/migrate/20120320103412_add_indexes_to_alchemy_crm_sha1_columns.rb +3 -3
- data/db/migrate/20120327174301_add_more_indexes_to_alchemy_crm_tables.rb +10 -10
- data/lib/alchemy_crm.rb +15 -15
- data/lib/alchemy_crm/bounced_delivery.rb +38 -38
- data/lib/alchemy_crm/config.rb +25 -25
- data/lib/alchemy_crm/engine.rb +31 -31
- data/lib/alchemy_crm/i18n_helpers.rb +28 -28
- data/lib/alchemy_crm/newsletter_layout.rb +28 -28
- data/lib/alchemy_crm/seeder.rb +26 -26
- data/lib/alchemy_crm/version.rb +1 -1
- data/lib/generators/alchemy_crm/scaffold/files/newsletters.html.erb +19 -19
- data/lib/generators/alchemy_crm/scaffold/scaffold_generator.rb +2 -2
- data/lib/tasks/alchemy_crm.rake +22 -22
- data/lib/tasks/routes.rake +25 -25
- data/spec/config_spec.rb +24 -24
- data/spec/controllers/alchemy_crm/contacts_controller_spec.rb +147 -147
- data/spec/controllers/alchemy_crm/mailings_controller_spec.rb +62 -62
- data/spec/controllers/alchemy_crm/recipients_controller_spec.rb +109 -109
- data/spec/helpers/alchemy_crm/mailings_helper_spec.rb +165 -165
- data/spec/mailers/alchemy_crm/contacts_mailer_spec.rb +84 -84
- data/spec/mailers/alchemy_crm/mailings_mailer_spec.rb +29 -29
- data/spec/models/alchemy_crm/contact_group_spec.rb +25 -25
- data/spec/models/alchemy_crm/contact_spec.rb +71 -71
- data/spec/models/alchemy_crm/delivery_spec.rb +43 -39
- data/spec/models/alchemy_crm/mailing_spec.rb +46 -42
- data/spec/models/alchemy_crm/newsletter_spec.rb +29 -29
- data/spec/spec_helper.rb +36 -36
- metadata +6 -8
- data/rails/init.rb +0 -1
- data/recipes/alchemy-mailings-capistrano-tasks.rb +0 -12
data/Gemfile
CHANGED
@@ -4,18 +4,17 @@ source 'http://rubygems.org'
|
|
4
4
|
gemspec
|
5
5
|
|
6
6
|
group :development do
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
end
|
7
|
+
if !ENV["CI"]
|
8
|
+
gem 'guard-spork'
|
9
|
+
gem 'ruby-debug-base19', '~> 0.11.26', :platform => :ruby_19
|
10
|
+
gem 'linecache19', '~> 0.5.13', :platform => :ruby_19
|
11
|
+
gem 'ruby-debug19', '~> 0.11.6', :require => 'ruby-debug', :platform => :ruby_19
|
12
|
+
gem 'ruby-debug', :platform => :ruby_18
|
13
|
+
end
|
15
14
|
end
|
16
15
|
|
17
16
|
group :test do
|
18
|
-
|
19
|
-
|
20
|
-
|
17
|
+
gem 'sqlite3'
|
18
|
+
gem "database_cleaner"
|
19
|
+
gem 'email_spec'
|
21
20
|
end
|
data/alchemy_crm.gemspec
CHANGED
@@ -3,29 +3,29 @@ require File.expand_path('../lib/alchemy_crm/version', __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
6
|
+
gem.authors = ["Thomas von Deyen"]
|
7
|
+
gem.email = ["tvd@magiclabs.de"]
|
8
|
+
gem.description = %q{A fully featured CRM / Newsletter and Mailings Module for Alchemy CMS. Building and sending Newsletters has never been easier!}
|
9
|
+
gem.summary = %q{A fully featured CRM / Newsletter and Mailings Module for Alchemy CMS.}
|
10
|
+
gem.homepage = "http://alchemy-cms.com"
|
11
|
+
gem.license = 'BSD New'
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
14
|
+
gem.files = `git ls-files`.split("\n")
|
15
|
+
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
16
|
+
gem.name = "alchemy_crm"
|
17
|
+
gem.require_paths = ["lib"]
|
18
|
+
gem.version = AlchemyCrm::VERSION
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
20
|
+
gem.add_dependency 'alchemy_cms', ["~> 2.1.9"]
|
21
|
+
gem.add_dependency 'vcard', ['~> 0.1.1']
|
22
|
+
gem.add_dependency 'csv_magic', ['~> 0.2.2']
|
23
|
+
gem.add_dependency 'delayed_job_active_record', ["~> 0.3.2"]
|
24
|
+
gem.add_dependency 'acts-as-taggable-on', ['~> 2.1.0']
|
25
|
+
gem.add_dependency 'rails3-jquery-autocomplete', ['~> 1.0.4']
|
26
|
+
gem.add_dependency "magic-localized_country_select", ["~> 0.2.0"]
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
gem.add_development_dependency 'rspec-rails', ["~> 2.8.0"]
|
29
|
+
gem.add_development_dependency 'sqlite3', ["~> 1.3.5"]
|
30
30
|
|
31
31
|
end
|
@@ -1,65 +1,65 @@
|
|
1
1
|
var AlchemyCrm = {};
|
2
2
|
(function($) {
|
3
3
|
|
4
|
-
|
4
|
+
AlchemyCrm = {
|
5
5
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
6
|
+
toggleLabel : function(link, hidetext, showtext) {
|
7
|
+
if ($(link).text() === showtext) {
|
8
|
+
$(link).text(hidetext);
|
9
|
+
} else {
|
10
|
+
$(link).text(showtext);
|
11
|
+
}
|
12
|
+
},
|
13
13
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
14
|
+
removeContactGroupFilter : function(element, id, count) {
|
15
|
+
$(element).parent().parent('.filter').remove();
|
16
|
+
$(
|
17
|
+
'#filter_container'
|
18
|
+
).append(
|
19
|
+
'<input type="hidden" name="contact_group[filters_attributes]['+count+'][_destroy]" value=1>'
|
20
|
+
).append(
|
21
|
+
'<input type="hidden" name="contact_group[filters_attributes]['+count+'][id]" value='+id+'>'
|
22
|
+
);
|
23
|
+
},
|
24
24
|
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
25
|
+
teasablesFilter : function(value) {
|
26
|
+
var teasables = $('#teasable_elements .teasable_page');
|
27
|
+
if (value === '') {
|
28
|
+
teasables.each(function(t) { t.show(); });
|
29
|
+
}
|
30
|
+
else {
|
31
|
+
teasables.each(function(el) {
|
32
|
+
if (el.attr('id').replace('teasable_page_', '') != value) {
|
33
|
+
el.hide();
|
34
|
+
} else {
|
35
|
+
el.show();
|
36
|
+
}
|
37
|
+
});
|
38
|
+
}
|
39
|
+
},
|
40
40
|
|
41
|
-
|
41
|
+
text_view_active : false,
|
42
42
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
43
|
+
togglePreviewFrame : function(btn, text_url, html_url) {
|
44
|
+
var $frame = $('iframe#alchemyPreviewWindow');
|
45
|
+
var $btn = $(btn).parent();
|
46
|
+
var $spin = $('#preview_load_info');
|
47
|
+
$frame.load(function() {
|
48
|
+
$spin.hide();
|
49
|
+
});
|
50
|
+
if (AlchemyCrm.text_view_active) {
|
51
|
+
$frame.attr('src', html_url);
|
52
|
+
AlchemyCrm.text_view_active = false;
|
53
|
+
$btn.removeClass('active');
|
54
|
+
} else {
|
55
|
+
$frame.attr('src', text_url);
|
56
|
+
AlchemyCrm.text_view_active = true;
|
57
|
+
$btn.addClass('active');
|
58
|
+
}
|
59
|
+
$spin.show();
|
60
|
+
return false;
|
61
|
+
}
|
62
62
|
|
63
|
-
|
63
|
+
}
|
64
64
|
|
65
65
|
})(jQuery);
|
@@ -1,473 +1,473 @@
|
|
1
1
|
span.icon.mailing_add {
|
2
|
-
|
2
|
+
background: image-url('alchemy_crm/mailing-icons.png') -48px 0;
|
3
3
|
}
|
4
4
|
|
5
5
|
span.icon.mailing {
|
6
|
-
|
6
|
+
background: image-url('alchemy_crm/mailing-icons.png') 0 0;
|
7
7
|
}
|
8
8
|
|
9
9
|
span.icon.mailing_copy {
|
10
|
-
|
10
|
+
background: image-url('alchemy_crm/mailing-icons.png') -80px 0;
|
11
11
|
}
|
12
12
|
|
13
13
|
span.icon.mailing_edit {
|
14
|
-
|
14
|
+
background: image-url('alchemy_crm/mailing-icons.png') -32px 0;
|
15
15
|
}
|
16
16
|
|
17
17
|
span.icon.mailing_delete {
|
18
|
-
|
18
|
+
background: image-url('alchemy_crm/mailing-icons.png') -16px 0;
|
19
19
|
}
|
20
20
|
|
21
21
|
span.icon.delivery {
|
22
|
-
|
22
|
+
background: image-url('alchemy_crm/mailing-icons.png') -64px 0;
|
23
23
|
}
|
24
24
|
|
25
25
|
span.icon.group_add {
|
26
|
-
|
26
|
+
background: image-url('alchemy_crm/group-icons.png') -48px 0;
|
27
27
|
}
|
28
28
|
|
29
29
|
span.icon.send_mailing {
|
30
|
-
|
30
|
+
background: image-url('alchemy_crm/mailing-icons.png') -96px 0;
|
31
31
|
}
|
32
32
|
|
33
33
|
span.icon.plain_text_view {
|
34
|
-
|
34
|
+
background-position: -448px -136px;
|
35
35
|
}
|
36
36
|
|
37
37
|
span.icon.group {
|
38
|
-
|
38
|
+
background: image-url('alchemy_crm/group-icons.png') 0 0;
|
39
39
|
}
|
40
40
|
|
41
41
|
a.icon.group_edit {
|
42
|
-
|
42
|
+
background: image-url('alchemy_crm/group-icons.png') -32px 0;
|
43
43
|
}
|
44
44
|
|
45
45
|
a.icon.group_delete {
|
46
|
-
|
46
|
+
background: image-url('alchemy_crm/group-icons.png') -16px 0;
|
47
47
|
}
|
48
48
|
|
49
49
|
span.icon.tag_add {
|
50
|
-
|
50
|
+
background: image-url('alchemy_crm/tag-icons.png') -48px 0;
|
51
51
|
}
|
52
52
|
|
53
53
|
span.icon.tag {
|
54
|
-
|
55
|
-
|
54
|
+
background: image-url('alchemy_crm/tag-icons.png') 0 0;
|
55
|
+
margin-right: 0;
|
56
56
|
}
|
57
57
|
|
58
58
|
a.icon.tag_edit {
|
59
|
-
|
59
|
+
background: image-url('alchemy_crm/tag-icons.png') -32px 0;
|
60
60
|
}
|
61
61
|
|
62
62
|
a.icon.tag_delete {
|
63
|
-
|
63
|
+
background: image-url('alchemy_crm/tag-icons.png') -16px 0;
|
64
64
|
}
|
65
65
|
|
66
66
|
span.icon.contact_add {
|
67
|
-
|
67
|
+
background: image-url('alchemy_crm/contact-icons.png') -48px 0;
|
68
68
|
}
|
69
69
|
|
70
70
|
span.icon.contact {
|
71
|
-
|
71
|
+
background: image-url('alchemy_crm/contact-icons.png') 0 0;
|
72
72
|
}
|
73
73
|
|
74
74
|
a.icon.contact_export {
|
75
|
-
|
75
|
+
background: image-url('alchemy_crm/contact-icons.png') -64px 0;
|
76
76
|
}
|
77
77
|
|
78
78
|
span.icon.contact_import {
|
79
|
-
|
79
|
+
background: image-url('alchemy_crm/contact-icons.png') -80px 0;
|
80
80
|
}
|
81
81
|
|
82
82
|
a.icon.contact_delete {
|
83
|
-
|
83
|
+
background: image-url('alchemy_crm/contact-icons.png') -16px 0;
|
84
84
|
}
|
85
85
|
|
86
86
|
a.icon.contact_edit {
|
87
|
-
|
87
|
+
background: image-url('alchemy_crm/contact-icons.png') -32px 0;
|
88
88
|
}
|
89
89
|
|
90
90
|
span.icon.format_add {
|
91
|
-
|
91
|
+
background: image-url('alchemy_crm/newsletter-icons.png') -48px 0;
|
92
92
|
}
|
93
93
|
|
94
94
|
span.icon.format {
|
95
|
-
|
95
|
+
background: image-url('alchemy_crm/newsletter-icons.png') 0 0;
|
96
96
|
}
|
97
97
|
|
98
98
|
span.icon.format_delete {
|
99
|
-
|
99
|
+
background: image-url('alchemy_crm/newsletter-icons.png') -16px 0;
|
100
100
|
}
|
101
101
|
|
102
102
|
span.icon.format_edit {
|
103
|
-
|
103
|
+
background: image-url('alchemy_crm/newsletter-icons.png') -32px 0;
|
104
104
|
}
|
105
105
|
|
106
106
|
span.icon.fill_from_element {
|
107
|
-
|
107
|
+
background: image-url('alchemy/icons.png') -256px -40px;
|
108
108
|
}
|
109
109
|
|
110
110
|
span.icon.statistics {
|
111
|
-
|
112
|
-
|
113
|
-
|
111
|
+
background-image: image-url('alchemy_crm/statistic.png');
|
112
|
+
width: 18px;
|
113
|
+
height: 18px;
|
114
114
|
}
|
115
115
|
|
116
116
|
div.deliveries {
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
117
|
+
padding: 8px;
|
118
|
+
height: 400px;
|
119
|
+
overflow-y: auto;
|
120
|
+
overflow-x: none;
|
121
121
|
}
|
122
122
|
|
123
123
|
div.deliveries ol,
|
124
124
|
div.deliveries ul {
|
125
|
-
|
126
|
-
|
125
|
+
padding: 0;
|
126
|
+
margin: 0;
|
127
127
|
}
|
128
128
|
|
129
129
|
li.delivery {
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
130
|
+
clear: both;
|
131
|
+
line-height: 25px;
|
132
|
+
padding: 4px;
|
133
|
+
margin-bottom: 4px;
|
134
134
|
}
|
135
135
|
|
136
136
|
li.delivery.even:hover,
|
137
137
|
li.delivery.odd:hover {
|
138
|
-
|
138
|
+
background-color: #fffdef;
|
139
139
|
}
|
140
140
|
|
141
141
|
li.delivery.even {
|
142
|
-
|
142
|
+
background-color: #fff;
|
143
143
|
}
|
144
144
|
|
145
145
|
li.delivery.odd {
|
146
|
-
|
146
|
+
background-color: #dedede;
|
147
147
|
}
|
148
148
|
|
149
149
|
div.recipient_group {
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
150
|
+
margin-bottom: 8px;
|
151
|
+
background-color: #eef1f7;
|
152
|
+
padding: 8px;
|
153
|
+
border: 1px solid #d5d9e1;
|
154
|
+
border-radius: 3px;
|
155
|
+
-webkit-border-radius: 3px;
|
156
|
+
-moz-border-radius: 3px;
|
157
157
|
}
|
158
158
|
|
159
159
|
#delivery div.recipient_group p {
|
160
|
-
|
160
|
+
margin: 0;
|
161
161
|
}
|
162
162
|
|
163
163
|
#read div.recipient table tbody tr td {
|
164
|
-
|
164
|
+
padding-right: 8px;
|
165
165
|
}
|
166
166
|
|
167
167
|
#delivery div.recipients table.recipients_table {
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
168
|
+
font-size: 10px;
|
169
|
+
border-style: none;
|
170
|
+
border-width: 0;
|
171
|
+
border-spacing: 0;
|
172
|
+
width: 100%;
|
173
173
|
}
|
174
174
|
|
175
175
|
div.recipients {
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
176
|
+
margin-top: 8px;
|
177
|
+
max-height: 144px;
|
178
|
+
overflow: auto;
|
179
|
+
position: relative;
|
180
180
|
}
|
181
181
|
|
182
182
|
div.recipients table.recipients_table th,
|
183
183
|
div.recipients table.recipients_table td {
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
184
|
+
padding: 6px 4px 4px;
|
185
|
+
border-bottom: 4px solid #eef1f7;
|
186
|
+
text-align: left;
|
187
|
+
vertical-align: top;
|
188
|
+
line-height: 15px;
|
189
189
|
}
|
190
190
|
|
191
191
|
div.recipients table.recipients_table thead tr {
|
192
|
-
|
192
|
+
|
193
193
|
}
|
194
194
|
|
195
195
|
#delivery div.recipients table.recipients_table td {
|
196
|
-
|
196
|
+
background-color: #f7f7f7;
|
197
197
|
}
|
198
198
|
|
199
199
|
#delivery h2 span {
|
200
|
-
|
201
|
-
|
200
|
+
font-weight: normal;
|
201
|
+
font-style: normal;
|
202
202
|
}
|
203
203
|
|
204
204
|
span.delivery_text {
|
205
|
-
|
206
|
-
|
207
|
-
|
205
|
+
float: left;
|
206
|
+
position: relative;
|
207
|
+
top: 4px;
|
208
208
|
}
|
209
209
|
|
210
210
|
#main_content ul.mailing.list li div.list_row span.list_3rdcol {
|
211
|
-
|
211
|
+
width: 130px;
|
212
212
|
}
|
213
213
|
|
214
214
|
#main_content ul.mailing.list li div.list_row span.list_4thcol {
|
215
|
-
|
215
|
+
width: 64px;
|
216
216
|
}
|
217
217
|
|
218
218
|
div#tag_links {
|
219
|
-
|
220
|
-
|
221
|
-
|
219
|
+
clear: both;
|
220
|
+
margin-bottom: 5px;
|
221
|
+
background-color: rgba(58,255,63,0.35);
|
222
222
|
}
|
223
223
|
|
224
224
|
div#tag_links a {
|
225
|
-
|
226
|
-
|
227
|
-
|
225
|
+
font-style: italic;
|
226
|
+
margin-right: 2px;
|
227
|
+
margin-left: 2px;
|
228
228
|
}
|
229
229
|
|
230
230
|
div#other_links {
|
231
|
-
|
232
|
-
|
231
|
+
float: left;
|
232
|
+
background-color: rgba(249,12,21,0.5);
|
233
233
|
}
|
234
234
|
|
235
235
|
div#other_links a {
|
236
|
-
|
237
|
-
|
238
|
-
|
236
|
+
font-style: italic;
|
237
|
+
margin-right: 2px;
|
238
|
+
margin-left: 2px;
|
239
239
|
}
|
240
240
|
|
241
241
|
div#tag_container {
|
242
|
-
|
242
|
+
float: left;
|
243
243
|
}
|
244
244
|
|
245
245
|
#main_content ul.contacts.list li div.list_row span.list_1stcol img {
|
246
|
-
|
247
|
-
|
246
|
+
position: relative;
|
247
|
+
right: 1px;
|
248
248
|
}
|
249
249
|
|
250
250
|
div.tag_and_radio_list {
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
251
|
+
float: left;
|
252
|
+
clear: both;
|
253
|
+
width: 100%;
|
254
|
+
margin-bottom: 8px;
|
255
255
|
}
|
256
256
|
|
257
257
|
span.tag_with_radio_button {
|
258
|
-
|
259
|
-
|
258
|
+
margin-right: 12px;
|
259
|
+
float: left;
|
260
260
|
}
|
261
261
|
|
262
262
|
div.tag_list {
|
263
|
-
|
264
|
-
|
263
|
+
padding-bottom: 8px;
|
264
|
+
overflow: auto;
|
265
265
|
}
|
266
266
|
|
267
267
|
.tag_with_radio_button input, .tag_with_radio_button label.tag {
|
268
|
-
|
269
|
-
|
268
|
+
padding: 0;
|
269
|
+
width: auto;
|
270
270
|
}
|
271
271
|
|
272
272
|
#all_contacts {
|
273
273
|
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
274
|
+
padding: 2px 4px;
|
275
|
+
margin: 0;
|
276
|
+
list-style-type: none;
|
277
|
+
overflow: auto;
|
278
|
+
height: 8em;
|
279
|
+
background-color: white;
|
280
280
|
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
281
|
+
li {
|
282
|
+
padding: 4px;
|
283
|
+
margin: 2px 0;
|
284
|
+
}
|
285
285
|
}
|
286
286
|
|
287
287
|
form.send_mailing_form {
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
288
|
+
float: left;
|
289
|
+
clear: both;
|
290
|
+
width: 100%;
|
291
|
+
margin-top: 20px;
|
292
292
|
}
|
293
293
|
|
294
294
|
img.unverified_contact {
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
295
|
+
position: absolute;
|
296
|
+
left: 2px;
|
297
|
+
z-index: 1;
|
298
|
+
top: 1px;
|
299
299
|
}
|
300
300
|
|
301
301
|
#contact_list li div.list_row span.list_1stcol {
|
302
|
-
|
302
|
+
position: relative;
|
303
303
|
}
|
304
304
|
|
305
305
|
#contact_list li div.list_row span.list_4thcol {
|
306
|
-
|
307
|
-
|
306
|
+
margin-left: 4px;
|
307
|
+
width: 42px;
|
308
308
|
}
|
309
309
|
|
310
310
|
.contact_details {
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
311
|
+
float: left;
|
312
|
+
clear: both;
|
313
|
+
width: 367px;
|
314
|
+
background-color: #ddd;
|
315
|
+
padding: 4px 4px 2px;
|
316
316
|
}
|
317
317
|
|
318
318
|
.contact_details div {
|
319
|
-
|
319
|
+
margin-bottom: 2px;
|
320
320
|
}
|
321
321
|
|
322
322
|
#contact_list li div span.user_edit_tools {
|
323
|
-
|
323
|
+
width: 41px;
|
324
324
|
}
|
325
325
|
|
326
326
|
ul.mailing.list span.list_1stcol img {
|
327
|
-
|
328
|
-
|
327
|
+
position: relative;
|
328
|
+
right: 1px;
|
329
329
|
}
|
330
330
|
|
331
331
|
a.delete_mailing_button:hover {
|
332
|
-
|
333
|
-
|
332
|
+
background-position: right;
|
333
|
+
text-decoration: none;
|
334
334
|
}
|
335
335
|
|
336
336
|
.with_padding {
|
337
|
-
|
337
|
+
position: relative;
|
338
338
|
}
|
339
339
|
|
340
340
|
div#please_wait {
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
341
|
+
position: absolute;
|
342
|
+
width: 99%;
|
343
|
+
height: 99%;
|
344
|
+
text-align: center;
|
345
|
+
background-color: #ededed;
|
346
|
+
z-index: 1;
|
347
|
+
opacity: 0.85;
|
348
348
|
}
|
349
349
|
|
350
350
|
#please_wait p {
|
351
|
-
|
351
|
+
margin-top: 30%;
|
352
352
|
}
|
353
353
|
|
354
354
|
#please_wait p img {
|
355
|
-
|
356
|
-
|
355
|
+
position: relative;
|
356
|
+
top: 12px;
|
357
357
|
}
|
358
358
|
|
359
359
|
.full_width {
|
360
|
-
|
360
|
+
width: 100% !important;
|
361
361
|
}
|
362
362
|
|
363
363
|
div.emulate_table span.value_with_top_padding {
|
364
|
-
|
365
|
-
|
364
|
+
padding-top: 2px;
|
365
|
+
float: left;
|
366
366
|
}
|
367
367
|
|
368
368
|
a.send_mailing_button {
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
369
|
+
width: 19px;
|
370
|
+
height: 19px;
|
371
|
+
display: block;
|
372
|
+
background: image-url('alchemy_crm/mailing_send.gif') no-repeat left center;
|
373
|
+
float: right;
|
374
374
|
}
|
375
375
|
|
376
376
|
#teasable_elements a.link_only {
|
377
|
-
|
377
|
+
float: right;
|
378
378
|
}
|
379
379
|
|
380
380
|
a.send_mailing_button:hover {
|
381
|
-
|
382
|
-
|
381
|
+
background-position: right;
|
382
|
+
text-decoration: none;
|
383
383
|
}
|
384
384
|
|
385
385
|
.send_mailing_button_disabled {
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
386
|
+
width: 19px;
|
387
|
+
height: 19px;
|
388
|
+
display: block;
|
389
|
+
background: image-url('alchemy_crm/mailing_send.gif') no-repeat left center;
|
390
|
+
float: right;
|
391
|
+
background-position: right;
|
392
|
+
text-decoration: none;
|
393
393
|
}
|
394
394
|
|
395
395
|
span.tag {
|
396
|
-
|
397
|
-
|
396
|
+
margin-right: 12px;
|
397
|
+
float: left;
|
398
398
|
}
|
399
399
|
|
400
400
|
#filter_container {
|
401
|
-
|
401
|
+
margin-bottom: 8px;
|
402
402
|
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
403
|
+
.thin_border {
|
404
|
+
bottom: 8px;
|
405
|
+
position: relative;
|
406
|
+
}
|
407
407
|
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
408
|
+
span.remove_filter {
|
409
|
+
float: right;
|
410
|
+
position: relative;
|
411
|
+
top: 2px;
|
412
|
+
}
|
413
413
|
|
414
|
-
|
415
|
-
|
416
|
-
|
414
|
+
div.filter {
|
415
|
+
margin-bottom: 8px;
|
416
|
+
}
|
417
417
|
}
|
418
418
|
|
419
419
|
#alchemy input#contact_city, #alchemy input#contact_title {
|
420
|
-
|
420
|
+
width: 182px;
|
421
421
|
}
|
422
422
|
|
423
423
|
#alchemy input#contact_zip {
|
424
|
-
|
424
|
+
width: 59px;
|
425
425
|
}
|
426
426
|
|
427
427
|
#alchemy table#contact td.label.right {
|
428
|
-
|
428
|
+
width: 40px;
|
429
429
|
}
|
430
430
|
|
431
431
|
#alchemy .selectbox .display.very_short {
|
432
|
-
|
432
|
+
width: 39px;
|
433
433
|
}
|
434
434
|
|
435
435
|
#alchemy .selectbox.items.very_short {
|
436
|
-
|
436
|
+
width: auto;
|
437
437
|
}
|
438
438
|
|
439
439
|
#alchemy .selectbox .display.time_select {
|
440
|
-
|
440
|
+
width: 19px;
|
441
441
|
}
|
442
442
|
|
443
443
|
#alchemy .selectbox.items.time_select {
|
444
|
-
|
444
|
+
width: 47px;
|
445
445
|
}
|
446
446
|
|
447
447
|
table tr.disabled td {
|
448
|
-
|
449
|
-
|
448
|
+
color: #592e2e;
|
449
|
+
background-color: #efd3d3;
|
450
450
|
}
|
451
451
|
|
452
452
|
div#archive_all form.contact_import {
|
453
|
-
|
454
|
-
|
453
|
+
width: 550px;
|
454
|
+
margin: 8px;
|
455
455
|
}
|
456
456
|
|
457
457
|
td.delivery_time {
|
458
|
-
|
458
|
+
white-space: nowrap;
|
459
459
|
|
460
|
-
|
461
|
-
|
462
|
-
|
460
|
+
div.alchemy_selectbox, label, input.thin_border {
|
461
|
+
float: left;
|
462
|
+
}
|
463
463
|
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
464
|
+
label {
|
465
|
+
line-height: 23px;
|
466
|
+
margin: 0 8px;
|
467
|
+
}
|
468
468
|
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
469
|
+
input.thin_border {
|
470
|
+
position: relative;
|
471
|
+
top: -2px;
|
472
|
+
}
|
473
473
|
}
|