| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/central/System/Templates/ |
Upload File : |
<h1>
Administration - Add/Edit User
</h1>
<p>
Please make changes to the form below and click save.
</p>
{if:output[errors]}
<div class="error_full">
{output[errors]}
</div>
{end:}
<form name="frmUser" method="post" action="administration_user_edit.php" autocomplete="off" class="data_entry">
{if:output[user]}
<input type="hidden" name="user[user_id]" value="{output[user][user_id]}">
{end:}
<dl>
<!-- Name -->
<dt>
Username *
</dt>
<dd>
<input type="text" name="user[user_name]" value="{output[user][user_name]}" class="text">
</dd>
<!-- Description -->
<dt>
Password
</dt>
<dd>
<input type="password" name="user[user_password]" class="text">
<div style="font-style: italic;">Only enter if you want to change or make a new password</div>
</dd>
{if:output[user]}
<!-- Status -->
<dt>
User Active
</dt>
<dd>
<select name="user[user_active]" class="text" flexy:ignore>
{generate_select(output[select][answer],output[user][user_active]):h}
</select>
</dd>
{end:}
<!-- Submit -->
<dt>
</dt>
<dd>
<input type="submit" value="Save User">
</dd>
</dl>
</form>
<script>
$(function(){
$("#article_text").wysiwyg();
});
</script>