You are here

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

Same filename and directory in other branches
  1. 8 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;
?>">
  <span class="value pm-no-wrap"><?php

echo $icon;
?>&nbsp;<?php

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