Hello,
Can anyone help w/ this one. I'm Making a new Theme and i'm trying
to work in the AgentTicketZoom.dtl the section i'm working in is the
compose answer section i'm trying to find out how i can increase the font size
for the StdResponsesStrg that is put in this file. Does any one know if there is
any control over it's generation?
this is the section
that i'm working in in the file:
<!--
dtl:block:AgentAnswerCompose
-->
<p></p>
<p>
<b>$Text{"Compose Answer"}
($Text{"email"}):</b>
<br>
<table
border="0">
<tr>
<td>
$Data{"StdResponsesStrg"}
</td>
</tr>
</table>
</p>
<!-- dtl:block:AgentAnswerCompose -->
<!--
dtl:block:AgentAnswerPhoneOutbound
-->
<p>
<b>$Text{"Contact customer"}
($Text{"phone"}):</b>
<br>
<table
border="0">
<tr>
<td>
<li>
<a
href="$Env{"Baselink"}Action=AgentTicketPhoneOutbound&TicketID=$Data{"TicketID"}&QueueID=$Data{"QueueID"}"
onmouseover="window.status\
='$JSText{"Phone call"}'; return true;"
onmouseout="window.status='';">$Text{"Phone
call"}</a>
</li>
$Data{"AgentPhoneStrg"}
</td>
</tr>
</table>
</p>
Thanks