Plugin Directory

Changeset 624237

Timestamp:
11/12/2012 10:13:18 PM (12 years ago)
Author:
logikal16
Message:

CFS 1.7.7

Location:
custom-field-suite/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • custom-field-suite/trunk/core/fields/file.php

    r609362 r624237  
    4545        <input type="button" class="media button add<?php echo $css_hide['add']; ?>" value="<?php _e('Add File', 'cfs'); ?>" />
    4646        <input type="button" class="media button remove<?php echo $css_hide['remove']; ?>" value="<?php _e('Remove', 'cfs'); ?>" />
    47         <input type="hidden" name="<?php echo $field->input_name; ?>" class="<?php echo $field->input_class; ?>" value="<?php echo $field->value; ?>" />
     47        <input type="hidden" name="<?php echo $field->input_name; ?>" class="" value="<?php echo $field->value; ?>" />
    4848    <?php
    4949    }
     
    146146        self.parent.cfs_div.siblings('.media.button.remove').show();
    147147        self.parent.cfs_div.siblings('.file_url').html('<?php echo $file_url; ?>');
    148         self.parent.cfs_div.siblings('.file').val('<?php echo $id; ?>');
     148        self.parent.cfs_div.siblings('.file').val('<?php echo $id; ?>');
    149149        self.parent.cfs_div = null;
    150150        self.parent.tb_remove();
     
    173173                $('.cfs_input .media.button.remove').live('click', function() {
    174174                    $(this).siblings('.file_url').html('');
    175                     $(this).siblings('.file').val('');
     175                    $(this).siblings('.file').val('');
    176176                    $(this).siblings('.media.button.add').show();
    177177                    $(this).hide();
  • custom-field-suite/trunk/core/fields/loop.php

    r617367 r624237  
    243243                    items: '.loop_wrapper',
    244244                    handle: '.cfs_loop_head',
     245
     246
     247
     248
     249
     250
    245251                    update: function(event, ui) {
    246252                        var counter = {};
  • custom-field-suite/trunk/core/fields/wysiwyg.php

    r614053 r624237  
    9494                });
    9595            };
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
    96110        })(jQuery);
    97111        </script>
  • custom-field-suite/trunk/readme.txt

    r619694 r624237  
    5050== Changelog ==
    5151
     52
     53
     54
     55
    5256= 1.7.6 =
    5357* Autocomplete for "Posts" placement rule
Note: See TracChangeset for help on using the changeset viewer.