Changeset 33422
- Timestamp:
- 04/22/12 20:05:59 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/dcReloadedFormExtraPlugin/trunk/lib/widget/dcWidgetFormSchemaFormatterFinder.class.php
r33163 r33422 8 8 { 9 9 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", 11 11 $errorRowFormat = "<div>%errors%</div>\n", 12 12 $helpFormat = '<div class="help">%help%</div>', plugins/dcReloadedFormExtraPlugin/trunk/web/js/dc_widget_form_finder.js
r33228 r33422 129 129 jQuery(conf.selection).append('<br/>'); 130 130 131 $this. fadeOut(500);131 $this.closest('.document_finder_result_item_container').fadeOut(500); 132 132 } 133 133 }