Exemplo n.º 1
0
echo $i;
?>
][name]" tabindex="<?php 
echo 9 + $i;
?>
" size="35" type="text" class="input_text"></td>
					<td class="dg_data_cell_1">
						<SELECT NAME="tasks[<?php 
echo $i;
?>
][status]" CLASS="input_text" tabindex="<?php 
echo 10 + $i;
?>
">
							<?php 
echo SI_TaskStatus::getSelectTags();
?>
						</SELECT>
					</td>
					<td class="dg_data_cell_1">
						<SELECT NAME="tasks[<?php 
echo $i;
?>
][priority]" CLASS="input_text" tabindex="<?php 
echo 11 + $i;
?>
">
							<?php 
echo SI_TaskPriority::getSelectTags();
?>
						</SELECT>
Exemplo n.º 2
0
		}else{?>
		<SELECT NAME="type" CLASS="input_text">
			<?php 
echo SI_Task::getTypeTags($task->type);
?>
		</SELECT>
<?	}
?>
	</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Status:</TD>
	<TD CLASS="form_field_cell">
		<SELECT NAME="task_status_id" CLASS="input_text">
			<?php 
echo SI_TaskStatus::getSelectTags($task->task_status_id);
?>
		</SELECT>
	</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Priority:</TD>
	<TD CLASS="form_field_cell">
		<SELECT NAME="task_priority_id" CLASS="input_text">
			<?php 
echo SI_TaskPriority::getSelectTags($task->task_priority_id);
?>
		</SELECT>
	</TD>
</TR>
<TR>
Exemplo n.º 3
0
				</td>
				<td class="gridActions">
					<a class="link1" href="task_status.php?mode=delete&id=<?php 
echo $task_statuses[$i]->id;
?>
"><img src="images/delete.png" width="16" height="16" alt="Delete" title="Delete" border="0" /></a>
				</td>			
			</tr>
		<? }?>
		</tbody>
		</table>
		<div>
		<b>Default Status:</b> 
		<select name="params[default_task_status_id]">
			<?php 
echo SI_TaskStatus::getSelectTags($GLOBALS['CONFIG']['default_task_status_id']);
?>
		</select>
		</div>
		</div></div>	
	</td>
	<td valign="top">
		<div class="tableContainer">
		<a href="javascript:;" class="tCollapse" onclick="toggleGrid(this)"><img src="images/arrow_down.jpg" alt="Hide table" />Priorities</a><div>
		<div class="gridToolbar">
			  <a href="task_priority.php?mode=add" style="background-image:url(images/new_invoice.png);">New Priority</a>
		</div>
		<table border="0" cellspacing="0" cellpadding="0">
		<tr>
			<th><a href="" onclick="return sortTable('bodyId', 0, 1, false)">ID</a></th>
			<th><a href="" onclick="return sortTable('bodyId', 1, 1, false)">Name</a></th>