@@ -110,25 +110,25 @@
%else:
<a title="${_('Subscribe to %s atom feed')%repo['name']}" class="atom_icon" href="${h.url('atom_feed_home',repo_name=repo['name'])}"></a>
%endif:
</td>
</tr>
%endfor
</tbody>
</table>
</div>
<script>
YUD.get('repo_count').innerHTML = ${cnt+1};
YUD.get('repo_count').innerHTML = ${cnt+1 if cnt else 0};
var func = function(node){
return node.parentNode.parentNode.parentNode.parentNode;
}
// groups table sorting
var myColumnDefs = [
{key:"name",label:"${_('Group Name')}",sortable:true,
sortOptions: { sortFunction: groupNameSort }},
{key:"desc",label:"${_('Description')}",sortable:true},
];
Status change: