AddColumn( 'collection_id', translate('ID'), 'right', '##collection_link##' ); $rowurl = $c->base_url . '/admin.php?action=edit&t=collection&id='; $browser->AddHidden( 'collection_link', "'' || collection_id || ''" ); $browser->AddColumn( 'dav_displayname', translate('Display Name') ); $browser->AddColumn( 'refs', translate('References'),'right','','(select count(*) from dav_binding where bound_source_id=collection_id )' ); $browser->SetOrdering( 'dav_displayname', 'A' ); $browser->SetJoins( "collection " ); $browser->SetWhere( "parent_container='/.external/'" ); $c->page_title = $browser->Title(); if ( $c->enable_row_linking ) { $browser->RowFormat( '