Hello!

First of all: this is a great module!!! I love it!

I tried to set a semantic view with a definition list and I discovered a problem (or maybe I'm wrong). The labels are nested in the element. I could do things like this:
<p><strong>Label:</strong> Something here</p>
But there must be an option that the label can have an unnested element. For definitions list it should be like this:
<dt>Label</dt><dd>Something here</dd>

CommentFileSizeAuthor
#2 drupal.gif14.58 KBdesigncontext

Comments

Anonymous’s picture

I'm concerned that this will be a difficult feature to implement elegantly. If you can propose changes to the Views UI options and to the template (even if you can't patch it) I will give it a shot? I really don't want to make the UI more complex than it already is.

designcontext’s picture

StatusFileSize
new14.58 KB

I think you only need a checkbox near the label field (see image). Sorry, I'm not very skilled in php so I can't propose changes for the template.

Scyther’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)