hotel_commerce/modules/wkroomsearchblock/views/templates/hook/landingPageXsBtn.tpl
2023-06-26 13:09:26 +05:30

25 lines
846 B
Smarty

{*
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
* @author Webkul IN <support@webkul.com>
* @copyright 2010-2020 Webkul IN
* @license https://store.webkul.com/license.html
*}
<div class="row margin-top-20 visible-xs">
<div class="col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8">
<button id="xs_room_search" class="btn button button-medium" href="#xs_room_search_form"><span>{l s='Make Booking' mod='wkroomsearchblock'}</span></button>
</div>
</div>