%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/blog/app/views/pjAdminUsers/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/blog/app/views/pjAdminUsers/pjActionUpdate.php |
<?php if (isset($tpl['status'])) { $status = __('status', true); switch ($tpl['status']) { case 2: pjUtil::printNotice(NULL, $status[2]); break; } } else { ?> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all b10"> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> <li class="ui-state-default ui-corner-top"><a href="<?php echo $_SERVER['PHP_SELF']; ?>?controller=pjAdminUsers&action=pjActionIndex"><?php __('menuAuthors'); ?></a></li> <li class="ui-state-default ui-corner-top"><a href="<?php echo $_SERVER['PHP_SELF']; ?>?controller=pjAdminUsers&action=pjActionCreate"><?php __('lblAddAuthor'); ?></a></li> <li class="ui-state-default ui-corner-top ui-tabs-active ui-state-active"><a href="<?php echo $_SERVER['PHP_SELF']; ?>?controller=pjAdminUsers&action=pjActionUpdate&id=<?php echo $tpl['arr']['id']; ?>"><?php __('lblUpdateAuthor'); ?></a></li> </ul> </div> <?php pjUtil::printNotice(__('infoEditAuthorTitle', true, false), __('infoEditAuthorBody', true, false)); ?> <form action="<?php echo $_SERVER['PHP_SELF']; ?>?controller=pjAdminUsers&action=pjActionUpdate" method="post" id="frmUpdateUser" class="form pj-form"> <input type="hidden" name="user_update" value="1" /> <input type="hidden" name="id" value="<?php echo (int) $tpl['arr']['id']; ?>" /> <p> <label class="title"><?php __('lblRole'); ?></label> <?php if ((int) $tpl['arr']['id'] !== 1) { ?> <span class="inline_block"> <select name="role_id" id="role_id" class="pj-form-field required"> <option value="">-- <?php __('lblChoose'); ?>--</option> <?php foreach ($tpl['role_arr'] as $v) { ?><option value="<?php echo $v['id']; ?>"<?php echo $tpl['arr']['role_id'] == $v['id'] ? ' selected="selected"' : NULL; ?>><?php echo stripslashes($v['role']); ?></option><?php } ?> </select> </span> <?php } else { ?> <span class="left"> <?php foreach ($tpl['role_arr'] as $v) { if ($tpl['arr']['role_id'] == $v['id']) { echo stripslashes($v['role']); break; } } ?> </span> <input type="hidden" name="role_id" value="1" /> <?php } ?> </p> <p> <label class="title"><?php __('email'); ?></label> <span class="pj-form-field-custom pj-form-field-custom-before"> <span class="pj-form-field-before"><abbr class="pj-form-field-icon-email"></abbr></span> <input type="text" name="email" id="email" class="pj-form-field required email w200" value="<?php echo pjSanitize::html($tpl['arr']['email']); ?>" /> </span> </p> <p> <label class="title"><?php __('pass'); ?></label> <span class="pj-form-field-custom pj-form-field-custom-before"> <span class="pj-form-field-before"><abbr class="pj-form-field-icon-password"></abbr></span> <input type="text" name="password" id="password" class="pj-form-field required w200" value="<?php echo pjSanitize::html($tpl['arr']['password']); ?>" /> </span> </p> <p> <label class="title"><?php __('lblName'); ?></label> <span class="inline_block"> <input type="text" name="name" id="name" value="<?php echo pjSanitize::html($tpl['arr']['name']); ?>" class="pj-form-field w250 required" /> </span> </p> <p> <label class="title"><?php __('lblReceiveNotification'); ?></label> <span class="inline_block"> <select name="receive_notify" id="receive_notify" class="pj-form-field"> <?php foreach (__('receive_notify', true) as $k => $v) { ?><option value="<?php echo $k; ?>"<?php echo $tpl['arr']['receive_notify'] == $k ? ' selected="selected"' : null;?>><?php echo $v; ?></option><?php } ?> </select> </span> </p> <p> <label class="title"><?php __('lblStatus'); ?></label> <?php if ((int) $tpl['arr']['id'] !== 1) { ?> <span class="inline_block"> <select name="status" id="status" class="pj-form-field required"> <option value="">-- <?php __('lblChoose'); ?>--</option> <?php foreach (__('u_statarr', true) as $k => $v) { ?><option value="<?php echo $k; ?>"<?php echo $k == $tpl['arr']['status'] ? ' selected="selected"' : NULL; ?>><?php echo $v; ?></option><?php } ?> </select> </span> <?php } else { $status = __('u_statarr', true) ?> <span class="left"><?php echo @$status[$tpl['arr']['status']]; ?></span> <input type="hidden" name="status" value="T" /> <?php } ?> </p> <p> <label class="title"><?php __('lblUserCreated'); ?></label> <span class="left"><?php echo date($tpl['option_arr']['o_date_format'], strtotime($tpl['arr']['created'])); ?>, <?php echo date("H:i", strtotime($tpl['arr']['created'])); ?></span> </p> <p> <label class="title"><?php __('lblIp'); ?></label> <span class="left"><?php echo $tpl['arr']['ip']; ?></span> </p> <p> <label class="title"> </label> <input type="submit" value="<?php __('btnSave', false, true); ?>" class="pj-button" /> </p> </form> <script type="text/javascript"> var myLabel = myLabel || {}; myLabel.email_taken = "<?php __('pj_email_taken', false, true); ?>"; </script> <?php } ?>