Plugin Directory

Changeset 1467567


Ignore:
Timestamp:
08/04/2016 10:00:59 AM (10 years ago)
Author:
alwex
Message:
  • block dates fix
Location:
experitus-form
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • experitus-form/tags/0.4/includes/views/form.php

    r1466226 r1467567  
    113113                       
    114114                        <?php elseif ( $attribute == 'date' ): ?>
    115                             <input class="request_item_<?php echo $attribute; ?>" value="<?php echo get_input_value($attribute); ?>" type="text" id="request_item_0_<?php echo $attribute; ?>" name="RequestItem[0][<?php echo $attribute; ?>]" data-block-dates="<?php echo $this->options['experitus_block_dates'] ? $this->options['experitus_block_dates'] : ''; ?>" />
     115                            <input class="request_item_<?php echo $attribute; ?>" value="<?php echo get_input_value($attribute); ?>" type="text" id="request_item_0_<?php echo $attribute; ?>" name="RequestItem[0][<?php echo $attribute; ?>]" data-block-dates="<?php echo $this->options['block_dates'] ? $this->options['block_dates'] : ''; ?>" />
    116116                       
    117117                        <?php elseif ( isset( $data['type'] ) && $data['type'] == 'text_area' ): ?>
  • experitus-form/trunk/includes/views/form.php

    r1466226 r1467567  
    113113                       
    114114                        <?php elseif ( $attribute == 'date' ): ?>
    115                             <input class="request_item_<?php echo $attribute; ?>" value="<?php echo get_input_value($attribute); ?>" type="text" id="request_item_0_<?php echo $attribute; ?>" name="RequestItem[0][<?php echo $attribute; ?>]" data-block-dates="<?php echo $this->options['experitus_block_dates'] ? $this->options['experitus_block_dates'] : ''; ?>" />
     115                            <input class="request_item_<?php echo $attribute; ?>" value="<?php echo get_input_value($attribute); ?>" type="text" id="request_item_0_<?php echo $attribute; ?>" name="RequestItem[0][<?php echo $attribute; ?>]" data-block-dates="<?php echo $this->options['block_dates'] ? $this->options['block_dates'] : ''; ?>" />
    116116                       
    117117                        <?php elseif ( isset( $data['type'] ) && $data['type'] == 'text_area' ): ?>
Note: See TracChangeset for help on using the changeset viewer.