Adjust the 'Locked' column width OverviewSmall

Moderator: crythias

Locked
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Adjust the 'Locked' column width OverviewSmall

Post by bayerex »

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.
sshot-5.png
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
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Re: Adjust the 'Locked' column width OverviewSmall

Post by bayerex »

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> 
4.png

Code: Select all

                    <td width="3%">
                        <div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}","6"}</div>
                    </td> 
3.png

Code: Select all

                    <td width="2%">
                        <div title="$Text{"$Data{"Lock"}"}">$Text{"$Data{"Lock"}","6"}</div>
                    </td> 
2.png
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
Locked