Hello,

I'm using the expert template for some fields, but the colon never appears after the label.

After some investigation into the module file, it seems that the $config['lb-col'] never exists in the function theme_ds_field_expert(), so, the line
if (!isset($config['lb-col'])) $output .= ': ';
always return false and so, never add the colon.

Regards,

Alex

Comments

swentel’s picture

Status: Active » Closed (cannot reproduce)
StatusFileSize
new51.26 KB
new57.11 KB

This works fine here (I do remember this was an issue at some point which got fixed after 2.0)

Screen Shot 2013-08-13 at 16.43.56.png

Screen Shot 2013-08-13 at 16.44.38.png