[Tickets #13795] Inconsistent column headings in gollem
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Jan 10 19:19:32 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13795
------------------------------------------------------------------------------
Ticket | 13795
Created By | bennettj at thebennetthome.com
Summary | Inconsistent column headings in gollem
Queue | Gollem
Version | FRAMEWORK_5_0
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
bennettj at thebennetthome.com (2015-01-10 19:19) wrote:
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  , 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
More information about the bugs
mailing list