6.0.0-beta1
7/27/25

[#13795] Inconsistent column headings in gollem
Summary Inconsistent column headings in gollem
Queue Gollem
Queue Version FRAMEWORK_5_0
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester bennettj (at) thebennetthome (dot) com
Created 01/10/2015 (3851 days ago)
Due
Updated 02/05/2015 (3825 days ago)
Assigned 01/12/2015 (3849 days ago)
Resolved 02/05/2015 (3825 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/05/2015 04:37:43 PM bennettj (at) thebennetthome (dot) com Comment #3 Reply to this comment
There was no feedback on this, because I accepted Jan's explanation.   
You can close this ticket.
02/05/2015 02:41:44 PM Michael Rubinsky State ⇒ No Feedback
 
01/12/2015 12:22:49 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
This is intentional because it would make the columns wider than 
necessary. In most languages those words are wider than the associated 
icons. If we want to be more consistent, we should consider removing 
the header for the Type column too instead.
01/10/2015 07:19:32 PM bennettj (at) thebennetthome (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ Inconsistent column headings in gollem
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
This is a cosmetic bug report.

In golem/manager.php You have this info for some of items that appear 
as column headings:

         case 'share':
             $hdr['width'] = '1%';
             $hdr['label'] = ' ';
             $hdr['align'] = 'center';
             break;

         case 'edit':
             $hdr['width'] = '1%';
             $hdr['label'] = ' ';
             $hdr['align'] = 'center';
             break;

         case 'download':
             $hdr['width'] = '1%';
             $hdr['label'] = ' ';
             $hdr['align'] = 'center';
             break

I'm asking to replace the &nbsp, and add the appropriate names:
$hdr['label'] = _("Share");
$hdr['label'] = _("Edit");
$hdr['label'] = _("Download);

So that all of the column headings being used are shown and give a 
consistent look.

Thank you for the consideration,

John

Saved Queries