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>
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal.gif | 14.58 KB | designcontext |
Comments
Comment #1
Anonymous (not verified) commentedI'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.
Comment #2
designcontext commentedI 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.
Comment #3
Scyther commented