View Issue Details

IDProjectCategoryView StatusLast Update
0002271HTML & PERLBug Report - Interfacepublic2016-01-08 21:11
ReportermaXmo Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Summary0002271: "no group" footer squeezed to one column
DescriptionIn the group status table "no group" footer content is put into single narrow column, is often wrapped and looks ugly. I suggest to put "no group" filter and toggle buttons into separate columns with added colspans.

Now it's:
<tfoot><tr class="">
            <td class="expand"><a style="cursor: pointer;" class="i_icon i_plus" title="Show all files without group"><span>+</span></a></td>
            <td></td>
            <td class="filter">animedb.pl?show=group&gid=0&aid=3203<span class="icons"><a class="i_icon i_gstate_complete" title="toggle group rows with state: complete" role="link" style="cursor: pointer;"><span>complete</span></a><a class="i_icon i_gstate_finished" title="toggle group rows with state: finished" role="link" style="cursor: pointer;"><span>finished</span></a><a class="i_icon i_gstate_ongoing" title="toggle group rows with state: ongoing" role="link" style="cursor: pointer;"><span>ongoing</span></a><a class="i_icon i_gstate_stalled" title="toggle group rows with state: stalled" role="link" style="cursor: pointer;"><span>stalled</span></a><a class="i_icon i_gstate_dropped" title="toggle group rows with state: dropped" role="link" style="cursor: pointer;"><span>dropped</span></a><a class="i_icon i_gstate_specials" title="toggle group rows with state: specials only" role="link" style="cursor: pointer;"><span>specials only</span></a><a class="i_icon i_gstate_all" title="reset group filter" role="link" style="cursor: pointer;"><span>all</span></a></span></td>
            <td colspan="9">
            </td>
        </tr></tfoot>


Should be like this:
<tfoot><tr class="">
            <td class="expand"><a style="cursor: pointer;" class="i_icon i_plus" title="Show all files without group"><span>+</span></a></td>
            <td class="filter" colspan="2">animedb.pl?show=group&gid=0&aid=3203
            <td colspan="3"><span class="icons"><a class="i_icon i_gstate_complete" title="toggle group rows with state: complete" role="link" style="cursor: pointer;"><span>complete</span></a><a class="i_icon i_gstate_finished" title="toggle group rows with state: finished" role="link" style="cursor: pointer;"><span>finished</span></a><a class="i_icon i_gstate_ongoing" title="toggle group rows with state: ongoing" role="link" style="cursor: pointer;"><span>ongoing</span></a><a class="i_icon i_gstate_stalled" title="toggle group rows with state: stalled" role="link" style="cursor: pointer;"><span>stalled</span></a><a class="i_icon i_gstate_dropped" title="toggle group rows with state: dropped" role="link" style="cursor: pointer;"><span>dropped</span></a><a class="i_icon i_gstate_specials" title="toggle group rows with state: specials only" role="link" style="cursor: pointer;"><span>specials only</span></a><a class="i_icon i_gstate_all" title="reset group filter" role="link" style="cursor: pointer;"><span>all</span></a></span></td>
            <td colspan="6">
            </td>
        </tr></tfoot>

TagsNo tags attached.

Relationships

has duplicate 0002308 closedDerIdiot Change the colspan of group list on show=anime 

Activities

maXmo

2015-03-22 11:46

reporter  

tmp.png (11,327 bytes)   
tmp.png (11,327 bytes)   

CDB-Man

2015-07-29 04:43

manager   ~0003570

See: http://tracker.anidb.net/view.php?id=2308

Issue History

Date Modified Username Field Change
2015-03-22 11:43 maXmo New Issue
2015-03-22 11:46 maXmo File Added: tmp.png
2015-07-29 04:43 CDB-Man Note Added: 0003570
2015-09-05 23:35 DerIdiot Relationship added has duplicate 0002308
2016-01-08 21:11 worf Assigned To => DerIdiot
2016-01-08 21:11 worf Status new => resolved
2016-01-08 21:11 worf Resolution open => fixed
2016-01-08 21:11 worf Description Updated