The column header was not an issue, I've used this which works fine:
Code: Select all
<th class="Responsible $QData{"CSS"}">
<a name="OverviewControl" href="$Env{"Baselink"}Action=$Env{"Action"};$Data{"LinkSort"};SortBy=Responsible;OrderBy=$LQData{"OrderBy"}">$Text{"Responsible"}</a>
</th>
Code: Select all
<td>
<div title="$QData{"Responsible"} }">$QData{"Responsible","15"}</div>
</td>
Code: Select all
<!-- dtl:block:Owner -->
<label>$Text{"Owner"}:</label>
<p class="Value" title="$QData{"UserFirstname"} $QData{"UserLastname"} ($QData{"UserLogin"})">$Quote{"$Data{"UserFirstname"} $Data{"UserLastname"}","18"}</p>
<div class="Clear"></div>
<!-- dtl:block:Owner -->
<!-- dtl:block:Responsible -->
<label>$Text{"Responsible"}:</label>
<p class="Value" title="$QData{"UserFirstname"} $QData{"UserLastname"} ($QData{"UserLogin"})">$Quote{"$Data{"UserFirstname"} $Data{"UserLastname"}","18"}</p>
<div class="Clear"></div>
<!-- dtl:block:Responsible -->
Many thanks in advance... Ah and just to mention, I tried a lot of things but posting them is for no use, as they didn't work. And surely enough I tried to find a respective thread here in the forum, but strangewise the solution there did not work for me: viewtopic.php?f=62&t=17108&p=66333