Example #1
0
       
    </td>
    <td colspan="5">
  		<p>
  		  <?php 
    echo ucfirst($task->getPriorityInWords());
    ?>
 Priority<br />
  		</p>
  		<p>
  		    <?php 
    echo short_string(strip_tags($task->getDescription()), 320);
    ?>
  		</p>
  		<p>
          <?php 
    echo icon_tag('comment') . ' ' . $task->getNbComments() . ' Comments ', icon_tag('folder') . ' ' . get_nb_files('Task', $task->getId()) . ' Files ';
    if ($sf_user->isAuthenticated() && $project->hasPermission('create-task', $sf_user->getId())) {
        echo icon_tag('note_edit') . ' ' . link_to('Edit Task', 'tasks/edit?task=' . $task->getUuid()) . ' ' . icon_tag('note_remove') . ' ' . link_to('Delete Task', 'tasks/delete?task=' . $task->getUuid(), 'post=true&confirm=Are you sure you want to delete the task "' . $task->getName() . '"?');
    }
    ?>
  		</p>
  	</td>
  </tr>
<?php 
}
?>
</tbody>
</table>
</div>
Example #2
0
echo $task->getSingleUser('user')->getProfile()->getFullName();
?>
<br />
    Assigned by <?php 
echo link_to($task->getSfGuardUser()->getProfile(), '@show_user?user='******'comment') . ' ' . $task->getNbComments() . ' Comments';
?>
</a>
    <?php 
echo icon_tag('folder') . ' ' . get_nb_files('Task', $task->getId()) . ' Files ';
if ($sf_user->isAuthenticated() && $project->hasPermission('create-task', $sf_user->getId())) {
    echo icon_tag('notes_edit') . ' ' . link_to('Edit Task', '@edit_project_task?project=' . $project->getSlug() . '&task=' . $task->getUuid());
}
?>
  </p>
  <p style="float:left;">
    <h2><?php 
echo link_to($task->getName(), '@show_project_task?project=' . $project->getSlug() . '&task=' . $task->getUuid());
?>
</h2>
    <?php 
echo nl2br($task->getDescription());
?>
  </p>
  <p style="clear: both;">&nbsp;</p>
Example #3
0
<?php 
echo nav_tabs('features', $tab);
?>

<div style="border: 1px solid #72BE44;background-color: #D9E1FF;padding: 4px;margin-bottom: 10px;">
  <p style="float:right;text-align:right;">
    <?php 
echo __('A %type% Suggested by %1% %2% ago', array('%1%' => link_to($feature->getsfGuardUser()->getProfile(), 'user/show?user='******'%2%' => distance_of_time_in_words($feature->getCreatedAt('U')), '%type%' => format_number_choice('[' . sfConfig::get('app_feature_type_bug') . ']Bug Report|[' . sfConfig::get('app_feature_type_feature') . ']Feature Request', array(), $feature->getType())));
?>
    <a href="#comments"><?php 
echo icon_tag('comment') . ' ' . $feature->getNbComments() . ' Comments';
?>
</a>
    <?php 
echo icon_tag('folder') . ' ' . get_nb_files('feature', $feature->getId()) . ' Files ';
?>
  </p>
  <p style="float:left;">
    <h4><?php 
echo $feature->getTitle();
?>
</h4>
    <?php 
echo nl2br($feature->getDescription());
?>
  </p>
  <hr class="clear" />
</div>

<div id='files-holder' style='padding:4px;width:48%;float:right;'>