A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
955 B

<div class="PersonEditPanel">
<div class="formControls">
<?php $_CONTROL->txtNamePrefix->RenderWithName(); ?>
<?php $_CONTROL->txtFirstName->RenderWithName(); ?>
<?php $_CONTROL->txtMiddleName->RenderWithName(); ?>
<?php $_CONTROL->txtLastName->RenderWithName(); ?>
<?php $_CONTROL->txtNameSuffix->RenderWithName(); ?>
<?php $_CONTROL->txtNickName->RenderWithName(); ?>
<?php
// $_CONTROL->txtEmailAddress->RenderWithName();
// $_CONTROL->txtPhoneNumber->RenderWithName();
?>
<?php
//$_CONTROL->txtAvatarUri->RenderWithName();
?>
<?php $_CONTROL->txtCompanyName->RenderWithName(); ?>
<?php
//$_CONTROL->lstUsergroups->RenderWithName(true, "Rows=7");
?>
</div>
<div class="formActions">
<div class="save"><?php $_CONTROL->btnSave->Render(); ?></div>
<div class="cancel"><?php $_CONTROL->btnCancel->Render(); ?></div>
<div class="delete"><?php $_CONTROL->btnDelete->Render(); ?></div>
</div>
</div>