Exemplo n.º 1
0
function task_breaker_bp_projects_add_new_content()
{
    task_breaker_new_project_form();
}
Exemplo n.º 2
0
?>

            </h5>

            <span id="task_breaker-modal-close" class="alignright">
                &times;
            </span>

            <div class="clearfix"></div>

        </div>

        <div id="task_breaker-modal-body">

            <?php 
task_breaker_new_project_form($group_id);
?>

        </div>

        <div id="task_breaker-modal-footer">

            <small>

                <?php 
_e("Tip: Press the <em>'escape'</em> key in your keyboard to hide this form", 'task_breaker');
?>

            </small>

        </div>