Esempio n. 1
0
            <div class="tab-pane fade  " id="tab-discount-flash">
                <div class='col-md-12'>
                    <div class="form-group">
                        <label for="discount_text"><?php 
_e("Discount Text", ST_TEXTDOMAIN);
?>
:</label>
                        <input id="discount_text" name="discount_text" type="text" placeholder="<?php 
_e("Discount Text", ST_TEXTDOMAIN);
?>
" class="form-control" value="<?php 
echo get_post_meta($post_id, 'discount_text', true);
?>
">
                        <div class="st_msg"><?php 
echo STUser_f::get_msg_html($validator->error('discount_text'), 'danger');
?>
</div>
                    </div>
                </div>
            </div>
            <div class="tab-pane fade  " id="tab-custom-fields">
                <?php 
$custom_field = st()->get_option('hotel_unlimited_custom_field');
if (!empty($custom_field) and is_array($custom_field)) {
    ?>
                    <div class="row">
                        <?php 
    foreach ($custom_field as $k => $v) {
        $key = str_ireplace('-', '_', 'st_custom_' . sanitize_title($v['title']));
        $class = 'col-md-12';
Esempio n. 2
0
                        <div class="form-group form-group-icon-left">
                            
                            <label for="st_tour_external_booking"><?php 
_e("External Booking URL", ST_TEXTDOMAIN);
?>
:</label>
                            <i class="fa fa-link  input-icon input-icon-hightlight"></i>
                            <input id="st_tour_external_booking_link" name="st_tour_external_booking_link" type="text" placeholder="<?php 
_e("Eg: https://domain.com");
?>
" class="form-control" value="<?php 
echo get_post_meta($post_id, 'st_tour_external_booking_link', true);
?>
">
                            <div class="st_msg"><?php 
echo STUser_f::get_msg_html($validator->error('st_tour_external_booking_link'), 'danger');
?>
</div>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-12">
                        <div class="form-group form-group-icon-left">
                            <label for="tour_program"><?php 
_e("Tour's Program", ST_TEXTDOMAIN);
?>
:</label>
                        </div>
                    </div>
                </div>
                            </select>
                        </div>
                    </div>
                    <div class="col-md-6 data_best-price-guarantee">
                        <div class="form-group">
                            <label for="best-price-guarantee-text"><?php 
st_the_language('user_create_activity_best_price_guarantee_text');
?>
:</label>
                            <textarea class="form-control" name="best-price-guarantee-text"><?php 
echo get_post_meta($post_id, 'best-price-guarantee-text', true);
?>
</textarea>
                        </div>
                        <div class="st_msg"><?php 
echo STUser_f::get_msg_html($validator->error('best-price-guarantee-text'), 'danger');
?>
</div>
                    </div>
                </div>
            </div>
            <div class="tab-pane fade" id="tab-payment">
                <?php 
$data_paypment = STPaymentGateways::$_payment_gateways;
if (!empty($data_paypment) and is_array($data_paypment)) {
    foreach ($data_paypment as $k => $v) {
        ?>
                        <div class="row">
                            <div class="col-md-4">
                                <div class="form-group form-group-icon-left">
                                    
Esempio n. 4
0
}
?>
                <input value="<?php 
echo esc_html($value);
?>
" type="text"
                       placeholder="<?php 
_e('Zoom Level', ST_TEXTDOMAIN);
?>
" id="bt_ot_gmap_input_zoom" class="number bt_ot_gmap_input_zoom form-control"
                       name="<?php 
echo esc_attr($field_name);
?>
[zoom]"/>
                <div class="st_msg">
                    <?php 
echo STUser_f::get_msg_html($validator->error('gmap[zoom]'), 'danger');
?>
                </div>
            </label>
            <input type="hidden" class="bt_ot_gmap_input_type"
                   name="<?php 
echo esc_attr($field_name);
?>
[map_type]"/>
        </div>
    </div>
<?php 
echo '</div>';
echo '</div>';
echo '</div>';
Esempio n. 5
0
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-12">
                        <div class="form-group">
                            <label for="room_description"><?php 
_e("Description", ST_TEXTDOMAIN);
?>
:</label>
                            <textarea id="room_description" rows="6" name="room_description" class="form-control"><?php 
echo stripslashes(STInput::request('room_description'));
?>
</textarea>
                            <div class="st_msg"><?php 
echo STUser_f::get_msg_html($validator->error('room_description'), 'danger');
?>
</div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="tab-pane fade" id="tab-payment">
                <?php 
$data_paypment = STPaymentGateways::$_payment_gateways;
if (!empty($data_paypment) and is_array($data_paypment)) {
    foreach ($data_paypment as $k => $v) {
        ?>
                        <div class="row">
                            <div class="col-md-4">
                                <div class="form-group form-group-icon-left">