Fixed warnings about missing template files (.tpl.php)

The files don't seem to be in the right place. They have to be copied over. Symbolic links don't work.
 
cp  ./sites/all/themes/tripal_theme/tripal_analysis/tripal_analysis_feature_browser.tpl.php \
    ./sites/all/modules/tripal/tripal_feature/tripal_analysis_feature_browser.tpl.php


cp ./sites/all/themes/tripal_theme/tripal_organism/tripal_organism_feature_counts.tpl.php \
./sites/all/modules/tripal/tripal_feature/
cp ./sites/all/themes/tripal_theme/tripal_organism/tripal_organism_feature_browser.tpl.php \ ./sites/all/modules/tripal/tripal_feature/

cp ./sites/all/themes/tripal_theme/tripal_organism/tripal_organism_libraries.tpl.php \ ./sites/all/modules/tripal/tripal_library/

The annoying warnings on the start page have disappeared yes