Hi all,
Using the "td width" parameters in AgentTicketOverviewSmall.dtl I've been able to limit the gaps in some of the columns but I still can't reduce "Locked".
How can I reduce the wasted space as indicated in red?
Many thanks in advance.
Adjust the 'Locked' column width OverviewSmall
Moderator: crythias
Adjust the 'Locked' column width OverviewSmall
You do not have the required permissions to view the files attached to this post.
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31
Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31
Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
Re: Adjust the 'Locked' column width OverviewSmall
The answer may be to simply specify a <td width> above the column paragraph in AgenTicketOverViewSmall.dtl but I can't get it to look quite right.
Code: Select all
<td width="4%">
<div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}","6"}</div>
</td>
Code: Select all
<td width="3%">
<div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}","6"}</div>
</td>
Code: Select all
<td width="2%">
<div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}","6"}</div>
</td>
You do not have the required permissions to view the files attached to this post.
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31
Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31
Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0