Closed (fixed)
Project:
Gesso
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2015 at 17:42 UTC
Updated:
4 Sep 2015 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
arh1 commentedAttached is a quick patch that renders the prefix and suffix for the expert field template.
One thing that seems odd to me, though -- seeing how this is implemented in theme_ds_field_expert in DS -- is that the prefix would be included inside the field's outer wrapper, and the suffix outside of it. It seems they should both be either inside or outside -- wonder what the thinking is w/in DS?
Comment #3
arh1 commentedComment #5
dcmouyard commentedI moved the suffix code so that it’s rendered inside the field wrapper.