View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002271 | HTML & PERL | Bug Report - Interface | public | 2015-03-22 11:43 | 2016-01-08 21:11 |
Reporter | maXmo | Assigned To | DerIdiot | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Summary | 0002271: "no group" footer squeezed to one column | ||||
Description | In 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> | ||||
Tags | No tags attached. | ||||
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 |