Display Queue - bad shortcut letter of view size

Moderator: crythias

Locked
andy17d
Znuny newbie
Posts: 78
Joined: 30 Jan 2014, 15:27
Znuny Version: 4.0.19
Location: Poland
Contact:

Display Queue - bad shortcut letter of view size

Post by andy17d »

After updates from version 3.2.17 to 3.3.15 I have problem with shortcut letter of view size.
For a large view of the letter L appears on the letter S.
This can be seen in the attached screenshot.
otrs - sml.png
In the page code all looks rather well:

Code: Select all

<ul class="OverviewZoom">


                        <li class="Active">
                            <a class="Small" name="OverviewControl" href="/otrs/index.pl?Action=AgentTicketQueue;Filter=Unlocked;View=Small;QueueID=0;SortBy=Age;OrderBy=Up;View=Small;" title="Small">
                                <span class="ImageMode">
                                    <span class="NameShort">S</span>
                                    <span class="NameLong">Small</span>
                                </span>
                            </a>
                        </li>



                        <li class="Even">
                            <a class="Medium" name="OverviewControl" href="/otrs/index.pl?Action=AgentTicketQueue;Filter=Unlocked;View=Medium;QueueID=0;SortBy=Age;OrderBy=Up;View=Small;" title="Medium">
                                <span class="ImageMode">
                                    <span class="NameShort">M</span>
                                    <span class="NameLong">Medium</span>
                                </span>
                            </a>
                        </li>


                        <li class="Last">
                            <a class="Large" name="OverviewControl" href="/otrs/index.pl?Action=AgentTicketQueue;Filter=Unlocked;View=Preview;QueueID=0;SortBy=Age;OrderBy=Up;View=Small;" title="Large">
                                <span class="ImageMode">
                                    <span class="NameShort">L</span>
                                    <span class="NameLong">Large</span>
                                </span>
                            </a>
                        </li>
                    </ul>
You do not have the required permissions to view the files attached to this post.
OTRS 4.0.19/6.0.26, openSUSE 12, MySQL 5.5

KodIT Usługi Informatyczne - Odzyskiwanie danych Poznań - Serwis Komputerowy
Locked