Changeset 1467567
- Timestamp:
- 08/04/2016 10:00:59 AM (10 years ago)
- Location:
- experitus-form
- Files:
-
- 2 edited
-
tags/0.4/includes/views/form.php (modified) (1 diff)
-
trunk/includes/views/form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
experitus-form/tags/0.4/includes/views/form.php
r1466226 r1467567 113 113 114 114 <?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'] : ''; ?>" /> 116 116 117 117 <?php elseif ( isset( $data['type'] ) && $data['type'] == 'text_area' ): ?> -
experitus-form/trunk/includes/views/form.php
r1466226 r1467567 113 113 114 114 <?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'] : ''; ?>" /> 116 116 117 117 <?php elseif ( isset( $data['type'] ) && $data['type'] == 'text_area' ): ?>
Note: See TracChangeset
for help on using the changeset viewer.