|
|
|
@ -34,10 +34,10 @@ |
|
|
|
|
<?php endif; ?> |
|
|
|
|
<fieldset id="adminaccount"> |
|
|
|
|
<legend><?php echo $l->t( 'Create an <strong>admin account</strong>' ); ?></legend>
|
|
|
|
|
<p class="infield grouptop"> |
|
|
|
|
<input type="text" name="adminlogin" id="adminlogin" value="<?php print OC_Helper::init_var('adminlogin'); ?>" autocomplete="off" autofocus required />
|
|
|
|
|
<p class="infield grouptop"> |
|
|
|
|
<input type="text" name="adminlogin" id="adminlogin" value="<?php print OC_Helper::init_var('adminlogin'); ?>" autocomplete="off" autofocus required />
|
|
|
|
|
<label for="adminlogin" class="infield"><?php echo $l->t( 'Username' ); ?></label>
|
|
|
|
|
<img class="svg" src="<?php echo image_path('', 'actions/user.svg'); ?>" alt="" />
|
|
|
|
|
<img class="svg" src="<?php echo image_path('', 'actions/user.svg'); ?>" alt="" />
|
|
|
|
|
</p> |
|
|
|
|
<p class="infield groupbottom"> |
|
|
|
|
<input type="password" name="adminpass" data-typetoggle="#show" id="adminpass" value="<?php print OC_Helper::init_var('adminpass'); ?>" />
|
|
|
|
|