PHP Classes

File: modules/system/views/mail/partial-button.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/views/mail/partial-button.php   Download  
File: modules/system/views/mail/partial-button.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 792 bytes
 

Contents

Class file image Download
name = "Button"
==
{{ body|trim }} <{{ url }}>
==
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td align="center">
            <table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td align="center">
                        <table border="0" cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                    <a href="{{ url }}" class="button button-{{ type ?: 'primary' }}" target="_blank">{{ body }}</a>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>