File tree Expand file tree Collapse file tree
SmartStore.AmazonPay/Views/AmazonPay
Presentation/SmartStore.Web/Administration/Content Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 Html .AddScriptParts (true , Url .Content (" ~/Plugins/SmartStore.AmazonPay/Scripts/smartstore.amazonpay.js" ));
1010}
1111
12- <table class =" plugin-intro-table" >
13- <tr >
14- <td >
15- <div class =" alert alert-info" >
16- <button class =" close" data-dismiss =" alert" >×</button >
17- @Html.Raw(@T( "Plugins.Payments.AmazonPay.AdminInstruction"))
18- </div >
19- </td >
20- <td >
21- <a href =" https://sellercentral-europe.amazon.com" target =" _blank" >
22- <img src =" @Url.Content(" ~ /Plugins /SmartStore.AmazonPay /Content /images /logo.gif " )" alt =" amazon payments" class =" config-logo" />
23- </a >
24- </td >
25- </tr >
26- </table >
12+ <div class =" plugin-configuration" >
13+ <div >
14+ <div class =" alert alert-info" >
15+ <button class =" close" data-dismiss =" alert" >×</button >
16+ @Html.Raw(@T( "Plugins.Payments.AmazonPay.AdminInstruction"))
17+ </div >
18+ </div >
19+ <div >
20+ <a href =" https://sellercentral-europe.amazon.com" target =" _blank" >
21+ <img src =" @Url.Content(" ~ /Plugins /SmartStore.AmazonPay /Content /images /logo.gif " )" alt =" amazon payments" class =" config-logo" />
22+ </a >
23+ </div >
24+ </div >
2725
2826@Html.Action( "StoreScopeConfiguration", "Setting", new { area = " Admin" } )
2927
Original file line number Diff line number Diff line change 66 Html .AddCssFileParts (true , " ~/Plugins/SmartStore.PayPal/Content/smartstore.paypal.css" );
77}
88
9- <table class =" plugin-intro-table" >
10- <tr >
11- <td >
12- <div class =" alert alert-info" >
13- <button class =" close" data-dismiss =" alert" >×</button >
14- @Html.Raw(T( "Plugins.Payments.PayPalDirect.AdminInstruction"))
15- </div >
16- </td >
17- <td >
18- <a href =" https://www.paypal.com/" target =" _blank" >
19- <img src =" @Url.Content(" ~ /Plugins /SmartStore.PayPal /Content /images /logo200x53.png " )" alt =" PayPal" class =" logo" />
20- </a >
21- </td >
22- </tr >
23- </table >
9+ <div class =" plugin-configuration" >
10+ <div >
11+ <div class =" alert alert-info" >
12+ <button class =" close" data-dismiss =" alert" >×</button >
13+ @Html.Raw(T( "Plugins.Payments.PayPalDirect.AdminInstruction"))
14+ </div >
15+ </div >
16+ <div >
17+ <a href =" https://www.paypal.com/" target =" _blank" >
18+ <img src =" @Url.Content(" ~ /Plugins /SmartStore.PayPal /Content /images /logo200x53.png " )" alt =" PayPal" class =" logo" />
19+ </a >
20+ </div >
21+ </div >
2422
2523@Html.Action( "StoreScopeConfiguration", "Setting", new { area = " Admin" } )
2624
Original file line number Diff line number Diff line change 77 Html .AddCssFileParts (true , " ~/Plugins/SmartStore.PayPal/Content/smartstore.paypal.css" );
88}
99
10- <table class =" plugin-intro-table" >
11- <tr >
12- <td >
13- <div class =" alert alert-info" >
14- <button class =" close" data-dismiss =" alert" >×</button >
15- @Html.Raw(T( "Plugins.Payments.PayPalExpress.AdminInstruction"))
16- </div >
17- </td >
18- <td >
19- <a href =" https://www.paypal.com/" target =" _blank" >
20- <img src =" @Url.Content(" ~ /Plugins /SmartStore.PayPal /Content /images /logo200x53.png " )" alt =" PayPal" class =" logo" />
21- </a >
22- </td >
23- </tr >
24- </table >
10+ <div class =" plugin-configuration" >
11+ <div >
12+ <div class =" alert alert-info" >
13+ <button class =" close" data-dismiss =" alert" >×</button >
14+ @Html.Raw(T( "Plugins.Payments.PayPalExpress.AdminInstruction"))
15+ </div >
16+ </div >
17+ <div >
18+ <a href =" https://www.paypal.com/" target =" _blank" >
19+ <img src =" @Url.Content(" ~ /Plugins /SmartStore.PayPal /Content /images /logo200x53.png " )" alt =" PayPal" class =" logo" />
20+ </a >
21+ </div >
22+ </div >
2523
2624@Html.Action( "StoreScopeConfiguration", "Setting", new { area = " Admin" } )
2725
Original file line number Diff line number Diff line change 55 Layout = " " ;
66}
77
8- <table class =" plugin-intro-table" >
9- <tr >
10- <td >
11- <div class =" alert alert-info" >
12- <button class =" close" data-dismiss =" alert" >×</button >
13- @Html.Raw(T( "Plugins.Payments.PayPalStandard.AdminInstruction"))
14- </div >
15- </td >
16- <td >
17- <a href =" https://www.paypal.com/" target =" _blank" >
18- <img src =" @Url.Content(" ~ /Plugins /SmartStore.PayPal /Content /images /logo200x53.png " )" alt =" PayPal" class =" logo" />
19- </a >
20- </td >
21- </tr >
22- </table >
8+ <div class =" plugin-configuration" >
9+ <div >
10+ <div class =" alert alert-info" >
11+ <button class =" close" data-dismiss =" alert" >×</button >
12+ @Html.Raw(T( "Plugins.Payments.PayPalStandard.AdminInstruction"))
13+ </div >
14+ </div >
15+ <div >
16+ <a href =" https://www.paypal.com/" target =" _blank" >
17+ <img src =" @Url.Content(" ~ /Plugins /SmartStore.PayPal /Content /images /logo200x53.png " )" alt =" PayPal" class =" logo" />
18+ </a >
19+ </div >
20+ </div >
2321
2422@Html.Action( "StoreScopeConfiguration", "Setting", new { area = " Admin" } )
2523
Original file line number Diff line number Diff line change @@ -821,25 +821,6 @@ tr.adminSeparator hr {
821821 padding : 0 ;
822822}
823823
824- /* obsolete, use plugin-configuration instead */
825- .plugin-intro-table {
826- width : 100% ;
827- clear : both ;
828-
829- td {
830- vertical-align : top ;
831- }
832-
833- td :first-child {
834- width : 80% ;
835- }
836-
837- td :last-child {
838- float : right ;
839- padding-left : 30px ;
840- }
841- }
842-
843824.plugin-configuration {
844825 display : table ;
845826 width : 100% ;
You can’t perform that action at this time.
0 commit comments