Changing Display of Item View in Admin

In themes/../items/show.php removed:
<?php echo show_item_metadata(); ?>

and manually entered:
<?php echo item('Dublin Core', 'Title'); ?>
etc.

So multiple subjects can display, I used unused DC fields and then had them print out as subjects. So catalogers do not get confused, I would like to duplicate in Admin side so all Item Fields are display/labelled correctly.

Please advise.