atpay_buttons 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/atpay_buttons.gemspec
CHANGED
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "atpay_buttons"
|
7
|
-
spec.version = '1.3.
|
8
|
-
spec.date = '2014-03-
|
7
|
+
spec.version = '1.3.5'
|
8
|
+
spec.date = '2014-03-21'
|
9
9
|
spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
|
10
10
|
spec.email = ["dev@atpay.com"]
|
11
11
|
spec.description = 'Atpay button generator'
|
@@ -1,28 +1,43 @@
|
|
1
|
+
<!— begin @Pay button —>
|
2
|
+
|
1
3
|
<style>
|
2
4
|
.ExternalClass table.reg_mailto {display:none; display: none !important;}
|
5
|
+
|
3
6
|
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important;}
|
4
|
-
.ExternalClass table.out_mailto {font-family: Tahoma; color #ffffff; background-color:{{background_color}};
|
5
|
-
|
6
|
-
.ExternalClass table.out_mailto td.
|
7
|
-
|
7
|
+
.ExternalClass table.out_mailto {font-family: Tahoma; color #ffffff; background-color:{{background_color}};}
|
8
|
+
|
9
|
+
.ExternalClass table.out_mailto td.dollar{vertical-align:top !important; padding-right:0px !important; font-size:24px !important; padding-top:15px !important; text-align:right !important; padding-bottom:10px !important; padding-left:10px;}
|
10
|
+
|
11
|
+
.ExternalClass table.out_mailto td.cents{vertical-align:top !important; font-size:12px !important; padding-left:1px !important; padding-right:10px !important; padding-bottom:0px !important; padding-top:15px !important; text-align:left !important; text-decoration:underline !important;}
|
12
|
+
|
13
|
+
.ExternalClass table.out_mailto td img {display: block !important; width: auto: !important;}
|
14
|
+
|
8
15
|
.ExternalClass table.out_mailto td.cart{width:45px !important; padding-left:10px !important; height:39px !important; text-align:right}
|
9
|
-
|
16
|
+
|
17
|
+
.ExternalClass table.out_mailto a {display: inline !important; width:auto !important; text-decoration:none !important; color:{{foreground_color}} !important; line-height:auto !important;}
|
10
18
|
</style>
|
11
19
|
|
12
20
|
<center>
|
13
|
-
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='font-family: Tahoma; background-color:{{background_color}};
|
21
|
+
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='font-family: Tahoma; background-color:{{background_color}};'>
|
14
22
|
<tr>
|
15
23
|
{% if image %}
|
16
|
-
<td style=
|
17
|
-
|
24
|
+
<td style="padding-left:10px; padding-right:0px; padding-top:14px; padding-bottom:10px;text-align:right;">
|
25
|
+
<a class="reg_mailto" href="{{url}}" target="_blank">
|
26
|
+
<img src="{{image}}" style="display:block" />
|
27
|
+
</a>
|
18
28
|
</td>
|
19
29
|
{% endif %}
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
30
|
+
<td style="vertical-align:top; padding-left:10px; padding-right:0px; font-size:24px; padding-top:15px; text-align:right; padding-bottom:10px;" valign="top">
|
31
|
+
<a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; line-height:auto; text-decoration:none; color: {{foreground_color}};" target="_blank">
|
32
|
+
{{dollar}}
|
33
|
+
|
34
|
+
</a>
|
35
|
+
</td>
|
36
|
+
|
37
|
+
<td class="cents" style="vertical-align:top; font-size:12px; padding-left:1px; padding-right:10px; padding-bottom:0px; padding-top:15px; text-align:left; text-decoration:none;" valign="top">
|
38
|
+
<a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; text-decoration:none !important; color:{{foreground_color}}; line-height:auto;" valign="top" target="_blank">{{cents}}</a>
|
39
|
+
</td>
|
40
|
+
|
26
41
|
</tr>
|
27
42
|
</table>
|
28
43
|
|
@@ -47,5 +62,7 @@
|
|
47
62
|
</td>
|
48
63
|
</tr>
|
49
64
|
</table>
|
50
|
-
|
51
|
-
|
65
|
+
</center>
|
66
|
+
|
67
|
+
|
68
|
+
<!— end @Pay button —>
|
@@ -1,13 +1,20 @@
|
|
1
|
+
<!— begin @Pay button —>
|
1
2
|
<!-- regular template with wrap -->
|
2
3
|
<style>
|
3
4
|
.ExternalClass table.reg_mailto {display:none; display: none !important;}
|
5
|
+
|
4
6
|
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important;}
|
5
|
-
.ExternalClass table.out_mailto {font-family: Tahoma; color #ffffff; background-color:{{background_color}};
|
6
|
-
|
7
|
-
.ExternalClass table.out_mailto td.
|
8
|
-
|
7
|
+
.ExternalClass table.out_mailto {font-family: Tahoma; color #ffffff; background-color:{{background_color}};}
|
8
|
+
|
9
|
+
.ExternalClass table.out_mailto td.dollar{vertical-align:top !important; padding-right:0px !important; font-size:24px !important; padding-top:15px !important; text-align:right !important; padding-bottom:10px !important; padding-left:10px;}
|
10
|
+
|
11
|
+
.ExternalClass table.out_mailto td.cents{vertical-align:top !important; font-size:12px !important; padding-left:1px !important; padding-right:10px !important; padding-bottom:0px !important; padding-top:15px !important; text-align:left !important; text-decoration:underline !important;}
|
12
|
+
|
13
|
+
.ExternalClass table.out_mailto td img {display: block !important; width: auto: !important;}
|
14
|
+
|
9
15
|
.ExternalClass table.out_mailto td.cart{width:45px !important; padding-left:10px !important; height:39px !important; text-align:right}
|
10
|
-
|
16
|
+
|
17
|
+
.ExternalClass table.out_mailto a {display: inline !important; width:auto !important; text-decoration:none !important; color:{{foreground_color}} !important; line-height:auto !important;}
|
11
18
|
</style>
|
12
19
|
|
13
20
|
|
@@ -28,19 +35,26 @@
|
|
28
35
|
<!-- BUTTON CODE -->
|
29
36
|
|
30
37
|
<center>
|
31
|
-
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='font-family: Tahoma; background-color:{{background_color}};
|
38
|
+
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='font-family: Tahoma; background-color:{{background_color}};'>
|
32
39
|
<tr>
|
33
40
|
{% if image %}
|
34
|
-
<td style=
|
35
|
-
|
41
|
+
<td style="padding-left:10px; padding-right:0px; padding-top:14px; padding-bottom:10px;text-align:right;">
|
42
|
+
<a class="reg_mailto" href="{{url}}" target="_blank">
|
43
|
+
<img src="{{image}}" style="display:block" />
|
44
|
+
</a>
|
36
45
|
</td>
|
37
46
|
{% endif %}
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
47
|
+
<td style="vertical-align:top; padding-left:10px; padding-right:0px; font-size:24px; padding-top:15px; text-align:right; padding-bottom:10px;" valign="top">
|
48
|
+
<a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; line-height:auto; text-decoration:none; color: {{foreground_color}};" target="_blank">
|
49
|
+
{{dollar}}
|
50
|
+
|
51
|
+
</a>
|
52
|
+
</td>
|
53
|
+
|
54
|
+
<td class="cents" style="vertical-align:top; font-size:12px; padding-left:1px; padding-right:10px; padding-bottom:0px; padding-top:15px; text-align:left; text-decoration:none;" valign="top">
|
55
|
+
<a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; text-decoration:none; color:{{foreground_color}}; line-height:auto;" valign="top" target="_blank">{{cents}}</a>
|
56
|
+
</td>
|
57
|
+
|
44
58
|
</tr>
|
45
59
|
</table>
|
46
60
|
|
@@ -59,13 +73,12 @@
|
|
59
73
|
</a>
|
60
74
|
</td>
|
61
75
|
<td class='cents' style='width:0; height:0; padding:0; margin:0; font-size:0;' valign='top'>
|
62
|
-
<a href='{{outlook_url}}' style='display:none;'
|
76
|
+
<a href='{{outlook_url}}' style='display:none;' target="_blank">
|
63
77
|
{{cents}}
|
64
78
|
</a>
|
65
79
|
</td>
|
66
80
|
</tr>
|
67
81
|
</table>
|
68
|
-
</a>
|
69
82
|
</center>
|
70
83
|
|
71
84
|
<!-- END BUTTON CODE -->
|
@@ -108,3 +121,5 @@
|
|
108
121
|
</tr>
|
109
122
|
</table>
|
110
123
|
</center>
|
124
|
+
|
125
|
+
<!— end @Pay button —>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atpay_buttons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2014-03-
|
15
|
+
date: 2014-03-21 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: bundler
|