PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
woocommerce-bookings
/
includes
/
admin
/
views
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="woocommerce_booking_person wc-metabox closed"> <h3> <button type="button" class="unlink_booking_person button" rel="<?php echo esc_attr( $person_type->get_id() ); ?>"><?php esc_html_e( 'Unlink', 'woocommerce-bookings' ); ?></button> <div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'woocommerce-bookings' ); ?>"></div> <strong>#<?php echo esc_html( $person_type->get_id() ); ?> — <span class="person_name"><?php echo esc_html( $person_type->get_name() ); ?></span></strong> <input type="hidden" name="person_id[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_id() ); ?>" /> <input type="hidden" class="person_menu_order" name="person_menu_order[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $loop ); ?>" /> </h3> <table cellpadding="0" cellspacing="0" class="wc-metabox-content"> <tbody> <tr> <td> <label><?php esc_html_e( 'Person Type Name', 'woocommerce-bookings' ); ?>:</label> <input type="text" class="person_name" name="person_name[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_name( 'edit' ) ); ?>" placeholder="<?php esc_attr_e( 'Name', 'woocommerce-bookings' ) . $loop; ?>" /> </td> <td> <label><?php esc_html_e( 'Base Cost', 'woocommerce-bookings' ); ?>:</label> <input type="number" name="person_cost[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_cost( 'edit' ) ); ?>" placeholder="0.00" step="0.01" /> <?php do_action( 'woocommerce_bookings_after_person_cost', $person_type->get_id() ); ?> </td> <td> <label><?php esc_html_e( 'Block Cost', 'woocommerce-bookings' ); ?>:</label> <input type="number" name="person_block_cost[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_block_cost( 'edit' ) ); ?>" placeholder="0.00" step="0.01" /> <?php do_action( 'woocommerce_bookings_after_person_block_cost', $person_type->get_id() ); ?> </td> <?php do_action( 'woocommerce_bookings_after_person_block_cost_column', $person_type->get_id() ); ?> </tr> <tr> <td> <label><?php esc_html_e( 'Description', 'woocommerce-bookings' ); ?>:</label> <input type="text" class="person_description" name="person_description[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_description( 'edit' ) ); ?>" /> </td> <td> <label><?php esc_html_e( 'Min', 'woocommerce-bookings' ); ?>:</label> <input type="number" name="person_min[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_min( 'edit' ) ); ?>" min="0" /> </td> <td> <label><?php esc_html_e( 'Max', 'woocommerce-bookings' ); ?>:</label> <input type="number" name="person_max[<?php echo esc_attr( $loop ); ?>]" value="<?php echo esc_attr( $person_type->get_max( 'edit' ) ); ?>" min="0" /> </td> <?php do_action( 'woocommerce_bookings_after_person_max_column', $person_type->get_id() ); ?> </tr> </tbody> </table> </div>
[+]
..
[-] html-notifications-page.php
[edit]
[-] html-booking-pricing-fields.php
[edit]
[-] html-booking-availability-fields.php
[edit]
[-] html-calendar-month.php
[edit]
[-] html-booking-persons.php
[edit]
[-] html-settings-page.php
[edit]
[-] html-availability-nav.php
[edit]
[-] html-classic-availability-settings.php
[edit]
[-] html-booking-tab.php
[edit]
[-] html-availability-views-nav.php
[edit]
[-] html-booking-resources.php
[edit]
[-] html-calendar-nav.php
[edit]
[-] html-store-availability-settings.php
[edit]
[-] html-booking-resource.php
[edit]
[-] html-booking-data.php
[edit]
[-] html-calendar-schedule.php
[edit]
[-] html-booking-person.php
[edit]
[-] html-booking-pricing.php
[edit]
[-] html-create-booking-page.php
[edit]
[-] html-booking-availability.php
[edit]
[-] html-calendar-day.php
[edit]
[-] html-create-booking-page-2.php
[edit]