echo t('%s File Properties', $ft); ?> </h4> <table border="0" cellspacing="0" cellpadding="0" class="ccm-grid"> <?php foreach ($attribs as $at) { printFileAttributeRow($at, $fv); } ?> </table> <?php } ?> <?php $attribs = FileAttributeKey::getUserAddedList(); if (count($attribs) > 0) { ?> <br/> <h4><?php echo t('Other Properties'); ?> </h4> <table border="0" cellspacing="0" cellpadding="0" class="ccm-grid"> <?php foreach ($attribs as $at) { printFileAttributeRow($at, $fv); } ?>