projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea586e0
)
CRM-15107 - Right-align count column in manage groups table
author
Coleman Watts
<coleman@civicrm.org>
Fri, 15 Aug 2014 19:30:19 +0000
(20:30 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 15 Aug 2014 19:30:19 +0000
(20:30 +0100)
templates/CRM/Group/Form/Search.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Group/Form/Search.tpl
b/templates/CRM/Group/Form/Search.tpl
index 43e8c6bec5b0279b962a83d295b4176de0b1f8e0..5ac2e63ee9703f4f9cc2efd32f6bb87f21ff4be0 100644
(file)
--- a/
templates/CRM/Group/Form/Search.tpl
+++ b/
templates/CRM/Group/Form/Search.tpl
@@
-177,6
+177,7
@@
CRM.$(function($) {
var cl = $('td:last', nRow).text().split(',')[1];
$(nRow).addClass(cl).attr({id: 'row_' + id, 'data-id': id, 'data-entity': 'group'});
$('td:eq(0)', nRow).wrapInner('<span class="crm-editable crmf-title" />');
+ $('td:eq(1)', nRow).addClass('right');
$('td:eq(3)', nRow).wrapInner('<span class="crm-editable crmf-description" data-type="textarea" />');
if (parentsOnly) {
if ($(nRow).hasClass('crm-group-parent')) {