Question for developers.
Can you add a functionality, that allow setup CSS-classes for VM plugin configuration page?
Now, all fields, delimeters, spacers looks the same.
You can make it possible to pass values through the XML, such as:
<param type="spacer" default="VMPAYMENT_BEZNAL_COMPANY_HEADER" level="level1" classname="pseudo_h1" />
and the result might be:
<tr>
<td width="40%" class="paramlist_key"><span class="editlinktip"> </span></td>
<td class="paramlist_value pseudo_h1">VMPAYMENT_BEZNAL_COMPANY_HEADER, translated by lang. file</td>
</tr>
I think it's not very hard to do.
For example, in previous VM version was able to achieve setup page look like this (requires some skill in CSS layouting):
[attachment cleanup by admin]
Grouping of fields into fieldsets - another wish. But, until config is displayed "table-based", is going to be difficult.
I apologize for raising the topic, but I want to still get an answer to my question. This feature request will be done, you think about it or is it not interesting for nobody?
Thank you.