interesting.
Create Task
This dialog definition is used in the WebLeftBar
and it uses
CreateNewTask
The entire set needs tweaking so it can work from all leftbars.
%STARTSECTION{"dialog"}%
<div title="Create New Task / Bug item" class="jqUIDialog { modal:true, resizable:true, draggable:true, height:420, width:650}" style="font-family: arial, verdana, sans-serif;">
%INCLUDE{Tasks.CreateNewTask}%
<a class="jqUIDialogButton jqUIDialogClose {icon:'ui-icon-cancel'}">%MAKETEXT{"Cancel"}%</a>
</div>
%ENDSECTION{"dialog"}%