echo lang('form.delivery'); ?> </option> <option value="0"><?php echo lang('form.pickup'); ?> </option> </select> </div> <div class="row"> <label for="price"><?php echo lang('form.price'); ?> :</label> <input type="text" name="price" id="price" value="<?php echo print_post_text('price'); ?> " data-validate="required" /> </div> <div> <div class="row"><label for="submit"> </label> <input id="submitadd" type="button" value="<?php echo lang('title.add.pizza'); ?> " class="submitbutton"/> </div> <div class="row error_form_msg"> <span class="error"><?php echo lang('form.check.required.fields'); ?> </span>
?> :</label> <input type="checkbox" name="admin" id="admin" value="1" <?php if (intval(print_post_text('admin', $user->get_admin())) == 1) { echo 'checked'; } ?> > </div> <div class="row"> <label for="status"><?php echo lang('form.active'); ?> :</label> <input type="checkbox" name="status" id="status" value="1" <?php if (intval(print_post_text('status', $user->get_status())) == 1) { echo 'checked'; } ?> > </div> <div class="row"> <div class="row"><label for="submit"> </label> <input id="submitedit" type="button" value="<?php echo lang('title.edit.admin'); ?> " class="submitbutton" /> </div> <div class="row error_form_msg"> <span class="error"><?php echo lang('form.check.required.fields');
</div> <h2><?php echo lang('title.search.customer'); ?> </h2> <form action="/<?php echo get_site_lang(); ?> /customer/search" method="post" id="addform" name="addform"> <div class="row"> <label for="phone"><?php echo lang('form.phone'); ?> :</label> <input type="text" name="phone" id="phone" value="<?php echo print_post_text('phone'); ?> " data-validate="required" /> </div> <div> <div class="row"><label for="submit"> </label> <input id="submitadd" type="button" value="<?php echo lang('title.search.customer'); ?> " class="submitbutton"/> </div> <div class="row error_form_msg"> <span class="error"><?php echo lang('form.check.required.fields'); ?> </span>
?> :</label></td> <td><input type="checkbox" name="admin" id="admin" value="1" <?php if (intval(print_post_text('admin')) == 1) { echo 'checked'; } ?> > </tr> <tr> <td><label for="status"><?php echo lang('form.active'); ?> :</label></td> <td><input type="checkbox" name="active" id="active" value="1" <?php if (intval(print_post_text('active')) == 1) { echo 'checked'; } ?> ></td> </tr> <tr> <td><label for="submit"> </label></td> <td><input id="submitadd" type="button" value="<?php echo lang('title.add.account'); ?> " class="submitbutton"/></td> </tr> </tbody> </table> <table align="center" border="0" cellpadding="5" cellspacing="0" class="form-table w100">
?> :</label></td> <td><input type="checkbox" name="admin" id="admin" value="1" <?php if (intval(print_post_text('admin', $user->get_admin())) == 1) { echo 'checked'; } ?> > </tr> <tr> <td><label for="status"><?php echo lang('form.active'); ?> :</label></td> <td><input type="checkbox" name="active" id="active" value="1" <?php if (intval(print_post_text('active', $user->get_active())) == 1) { echo 'checked'; } ?> > </tr> <div> <tr><td><label for="submit"> </label></td> <td><input id="submitedit" type="button" value="<?php echo lang('title.edit.account'); ?> " class="submitbutton" /></td> </tr> </tbody> </table> <table align="center" border="0" cellpadding="5" cellspacing="0" class="form-table w100">
<div class="row"> <label><?php echo lang('form.hosts'); ?> :</label> <?php get_projects($user->get_user_vhost()); ?> </div> <div class="row"> <label for="user_password"><?php echo lang('form.password'); ?> :</label> <input type="password" name="user_password" id="user_password" value="<?php echo print_post_text('user_password'); ?> " autocomplete="off" /> </div> <div> <div class="row"><label for="submit"> </label> <input id="submitedit" type="button" value="<?php echo lang('title.edit.account'); ?> " class="submitbutton" /> </div> <div class="row error_form_msg"> <span class="error"><?php echo lang('form.check.required.fields'); ?> </span>
?> :</label> <input type="checkbox" name="admin" id="admin" value="1" <?php if (intval(print_post_text('admin')) == 1) { echo 'checked'; } ?> > </div> <div class="row"> <label for="status"><?php echo lang('form.active'); ?> :</label> <input type="checkbox" name="status" id="status" value="1" <?php if (intval(print_post_text('status')) == 1) { echo 'checked'; } ?> > </div> <div> <div class="row"><label for="submit"> </label> <input id="submitadd" type="button" value="<?php echo lang('title.add.admin'); ?> " class="submitbutton"/> </div> <div class="row error_form_msg"> <span class="error"><?php echo lang('form.check.required.fields');
<label for="last_tname"><?php echo lang('form.lastname'); ?> :</label> <input type="text" name="last_name" id="last_name" value="<?php echo print_post_text('last_name', $user->get_last_name()); ?> " data-validate="required" /> </div> <div class="row"> <label for="password"><?php echo lang('form.password'); ?> :</label> <input type="password" name="password" id="password" value="<?php echo print_post_text('password'); ?> " autocomplete="off" /> </div> <div> <div class="row"><label for="submit"> </label> <input id="submitedit" type="button" value="<?php echo lang('title.edit.profile'); ?> " class="submitbutton" /> </div> <div class="row error_form_msg"> <span class="error"><?php echo lang('form.check.required.fields'); ?> </span>
<label for="first_name"><?php echo lang('form.firstname'); ?> :</label> <input type="text" name="user_first_name" id="user_first_name" value="<?php echo print_post_text('user_first_name'); ?> " data-validate="required" /> </div> <div class="row"> <label for="last_name"><?php echo lang('form.lastname'); ?> :</label> <input type="text" name="user_last_name" id="user_last_name" value="<?php echo print_post_text('user_last_name'); ?> " data-validate="required" /> </div> <div class="row"> <label><?php echo lang('form.hosts'); ?> :</label> <?php get_projects(); ?> </div> <div> <div class="row"><label for="submit"> </label> <input id="submitadd" type="button" value="<?php