1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 01:38:17 +03:00
ifhub.club/application/install/frontend/template/steps/installAdmin.tpl.php
2014-12-22 20:54:36 +07:00

5 lines
438 B
PHP

<p><label for=""><?php echo $this->lang('steps.installAdmin.form.mail.title'); ?></label>
<input type="text" name="admin_mail" value="<?php echo htmlspecialchars(InstallCore::getRequestStr('admin_mail')); ?>"></p>
<p><label for=""><?php echo $this->lang('steps.installAdmin.form.passwd.title'); ?></label>
<input type="password" name="admin_passwd" value="<?php echo htmlspecialchars(InstallCore::getRequestStr('admin_passwd')); ?>"></p>