Development

Changeset 33422

You must first sign up to be able to contribute.

Changeset 33422

Show
Ignore:
Timestamp:
04/22/12 20:05:59 (1 year ago)
Author:
ncuesta
Message:

Updated dcWidgetFormFinder widget to improve results display.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dcReloadedFormExtraPlugin/trunk/lib/widget/dcWidgetFormSchemaFormatterFinder.class.php

    r33163 r33422  
    88{ 
    99  protected 
    10     $rowFormat       = "<div class=\"dc_widget_form_finder_form_row\">\n  %error% <span class=\"dc_widget_form_finder_form_label\">%label%</span> %field%%help%%hidden_fields%</div>\n", 
     10    $rowFormat       = "<div class=\"dc_widget_form_finder_form_row row\">\n  %error% <span class=\"dc_widget_form_finder_form_label span4\">%label%</span> <span class=\"span10\">%field%%help%</span>%hidden_fields%</div>\n", 
    1111    $errorRowFormat  = "<div>%errors%</div>\n", 
    1212    $helpFormat      = '<div class="help">%help%</div>', 
  • plugins/dcReloadedFormExtraPlugin/trunk/web/js/dc_widget_form_finder.js

    r33228 r33422  
    129129        jQuery(conf.selection).append('<br/>'); 
    130130 
    131         $this.fadeOut(500); 
     131        $this.closest('.document_finder_result_item_container').fadeOut(500); 
    132132      } 
    133133    }