var ctr = 0;
function _rdetailBuildInfoRows(r) {
+ if (rdetailShowCopyLocation)
+ unHideMe( $n( $('rdetail_copy_info_table'), 'rdetail_copylocation_header' ) );
+
removeChildren(copyRowParent);
_rdetailRows();
var rowNode = $("cp_info_" + thisOrg.id());
if(!rowNode) continue;
- if (rdetailShowCopyLocation)
- unHideMe( $n( rowNode, 'rdetail_copylocation_header' ) );
-
if(rowNode.getAttribute("used")) {
if( rowNode.nextSibling ) {
findNodeByName(rowNode, config.names.rdetail.cp_count_cell));
var statuses = arr[2];
- if (rdetailShowCopyLocation) statuses = arr[3];
+ var cl = '';
+ if (rdetailShowCopyLocation) {
+ cl = arr[2];
+ statuses = arr[3];
+ }
+
rdetailApplyStatuses(rowNode, cpc_temp, statuses);
//if(isLocal) unHideMe(rowNode);
unHideMe(rowNode);
- var cl = '';
- if (rdetailShowCopyLocation) cl = arr[2];
-
rdetailSetPath( thisOrg, isLocal );
rdetailBuildBrowseInfo( rowNode, arr[1], isLocal, thisOrg, cl );
var bHref = 'javascript:rdetailShowCNBrowse("' + cn + '", '+orgNode.id()+', "'+depth+'");';
+ unHideMe( $n(row, 'details') )
$n(row, 'details').setAttribute('href', dHref);
+ unHideMe( $n(row, 'browse') )
$n(row, 'browse').setAttribute('href', bHref);
if(isXUL()) {
<td name='rdetail_actions_cell'>
<div style='padding-bottom: 1px;'>
<a style='font-size: 8pt;'
- name='details' class='classic_link'>&rdetail.copyInfo.details;</a>
+ name='details' class='hide_me classic_link'>&rdetail.copyInfo.details;</a>
</div>
<div style='margin-top: 2px;'>
<a name='browse' style='font-size: 8pt;'
- class='classic_link'>&rdetail.copyInfo.browse;</a>
+ class='hide_me classic_link'>&rdetail.copyInfo.browse;</a>
</div>
<div style='margin-top: 2px;' name='hold_div' class='hide_me'>
<a name='hold' style='font-size: 8pt;' href='javascript:void(0);'