You are here

filedepot_notifications_history.tpl.php in filedepot 7

File

theme/filedepot_notifications_history.tpl.php
View source
<?php

/**
 * @file
 * notifications_history_record.tpl.php
 */
?>  

<tr class="pluginRow{cssid}">
  <td><?php

print $notification_date;
?></td>
  <td><?php

print $notification_type;
?></td>
  <td><?php

print $submitter_name;
?></td>
  <td><?php

print $file_name;
?></td>
  <td><a href="<?php

print $site_url;
?>?q=filedepot&cid=<?php

print $cid;
?>"><?php

print $folder_name;
?></a></td>
</tr>