You are here

pm-list-default.tpl.php in Drupal PM (Project Management) 8

Same filename and directory in other branches
  1. 7.3 pm-list-default.tpl.php
  2. 7.2 pm-list-default.tpl.php

Template file for pm-list-default.

File

pm-list-default.tpl.php
View source
<?php

/**
 * @file
 * Template file for pm-list-default.
 */
?>
<div class="pm-list-default-wrapper pm-list-field-name-<?php

echo $field_name;
?>">
  <?php

echo pm_helper_get_fa_icon($key);
?>&nbsp;<span class="value"><?php

echo $value;
?></span>
</div>