/home/smartonegroup/www/system/ui/theme/default/sms_notifications.tpl
{extends file="$layouts_admin"}

{block name="content"}

    <div class="row">
        <div class="col-md-12">
            <div class="panel panel-default">
                <div class="panel-heading">
                    Notifications Settings
                </div>
                <div class="panel-body">

                    <table class="table table-hover">
                        <tbody>

                        <tr><td width="80%"><label for="slack_notify_invoice_marked_as_paid">Invoice marked as paid </label></td><td><input type="checkbox" checked data-toggle="toggle" data-size="small" data-on="Yes" data-off="No" id="url_rewrite"></td></tr>
                        <tr><td width="80%"><label for="slack_notify_invoice_marked_as_paid">Invoice marked as paid </label></td><td><input type="checkbox" checked data-toggle="toggle" data-size="small" data-on="Yes" data-off="No" id="url_rewrite"></td></tr>




                        </tbody>

                </div>

            </div>
            <div>
            </div>

{/block}