Ejemplo n.º 1
0
    _e('Please add your staff members.', 'bookly');
    ?>
</li>
                    <li><?php 
    _e('Add services and assign them to the staff members you created earlier.', 'bookly');
    ?>
</li>
                </ol>
                <hr>
                <a class="btn btn-info" href="<?php 
    echo AB_Utils::escAdminUrl(AB_StaffController::page_slug);
    ?>
"><?php 
    _e('Add Staff Members', 'bookly');
    ?>
</a>
                <a class="btn btn-info" href="<?php 
    echo AB_Utils::escAdminUrl(AB_ServiceController::page_slug);
    ?>
"><?php 
    _e('Add Services', 'bookly');
    ?>
</a>
            <?php 
}
?>
        </div>
    </div>
</div>

Ejemplo n.º 2
0
         width="1" height="1">
</form>

<form class="ab-inline-block ab-ctext" action="<?php 
echo esc_url($action);
?>
" method="post">
    <input type="hidden" name="item_name" value="Bookly SMS">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="amount" value="100">
    <input type="hidden" name="return" value="<?php 
echo AB_Utils::escAdminUrl(AB_SmsController::page_slug, array('paypal_result' => 'success'));
?>
">
    <input type="hidden" name="cancel_return" value="<?php 
echo AB_Utils::escAdminUrl(AB_SmsController::page_slug, array('paypal_result' => 'cancel'));
?>
">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="<?php 
echo esc_attr($business);
?>
">
    <input type="hidden" name="custom" value="<?php 
echo esc_attr($sms->getUserName());
?>
">
    <input type="hidden" name="no_shipping" value="1">
    <input type="hidden" name="handling" value="4.92">
    <input type="image"
           src="<?php 
Ejemplo n.º 3
0
    } else {
        ?>
                                                <?php 
        _e('Please configure Google Calendar <a href="?page=ab-settings&type=_google_calendar">settings</a> first', 'bookly');
        ?>
                                            <?php 
    }
    ?>
                                        <?php 
} else {
    ?>
                                            <?php 
    _e('Connected', 'bookly');
    ?>
 (<a href="<?php 
    echo AB_Utils::escAdminUrl(AB_StaffController::page_slug, array('google_logout' => $staff->get('id')));
    ?>
" ><?php 
    _e('disconnect', 'bookly');
    ?>
</a>)
                                        <?php 
}
?>
                                    </label>
                                    <div class="controls">
                                    </div>
                                </td>
                                <td></td>
                            </tr>
                            <?php 
Ejemplo n.º 4
0
<?php

if (!defined('ABSPATH')) {
    exit;
}
// Exit if accessed directly
?>
<div id="ab_import_customers_dialog" class="modal fade" tabindex=-1 role="dialog" aria-labelledby="importCustomersModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <form class="form-horizontal" enctype="multipart/form-data" action="<?php 
echo AB_Utils::escAdminUrl(AB_CustomerController::page_slug);
?>
" method="POST">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title"><?php 
_e('Import', 'bookly');
?>
</h4>
                </div>
                <div class="modal-body">
                    <div class="container-fluid">
                        <div class="form-group">
                            <label><?php 
_e('Note', 'bookly');
?>
</label>
                            <?php 
_e('You may import list of clients in CSV format. The file needs to have three columns: Name, Phone and Email.', 'bookly');
?>