Example #1
0
							<input type="text"  <?php 
$item = 'job_title';
echo 'name="' . $item . '"' . (isset($dados[$item]) ? 'value="' . $dados[$item] . '"' : '');
?>
 />
						</td>
					</tr>
				</table>			
			</div>
	
			
			<div>
				<label>Tags</label>							
				<?php 
$tagTag = new tags();
$tagTag->config(PREFIXO . 'myteam_tags', $dados['id'], 'person');
echo $tagTag;
?>
			</div>
			
			<div>
				<label>Description</label>
				<textarea name='text'>
				<?php 
echo $dados['text'];
?>
				</textarea>  
			</div>
			
			<div>
				<?php