Цитата danielbidala Total posts: 153 07 Авг 2014 20:14 Hi all! I want to put submission form's groups into separate div elements. I found this in template file: if($name != 'tab-main') { echo "<div><legend>{$label}</legend>"; } here I can add the opening tag but where put the closing? Thanks in advance. Последние изменения: 08 Авг 2014
Hi all!
I want to put submission form's groups into separate div elements. I found this in template file:
if($name != 'tab-main') {
echo "<div><legend>{$label}</legend>";
}
here I can add the opening tag but where put the closing? Thanks in advance.