[rt-users] template styling
Alexander Kucheryuk
alex.kucheryuk at eltoma-offshore.com
Fri Sep 20 10:33:41 EDT 2013
Hi!
I have RT 4.0.16 on Centos box (64).
I have the following template:
{$Transaction->CreatedAsString}: Request {$Ticket->id} was acted upon.
Transaction: {$Transaction->Description}
Queue: {$Ticket->QueueObj->Name}
Subject: {$Transaction->Subject || $Ticket->Subject || "(No
subject given)"}
Owner: {$Ticket->OwnerObj->Name}
Requestors: {$Ticket->RequestorAddresses}
Status: {$Ticket->Status}
Ticket URL:
{RT->Config->Get('WebURL')}Ticket/Display.html?id={$Ticket->id}
Content: {$Transaction->Content()}
The last line ( Content: {$Transaction->Content()} ). How can I style so
that content is filling inside an invisible paragraph ( so that text is
aligned symmetrically). What options do I have for that ? Using html ?
Other options ?
More information about the rt-users
mailing list