04ebda2aaa
Improvements to NAVBAR, updates to StaticList methods, other minor items Enable product category rendering and other minor improvements Added ADSL-large category price plan
17 lines
502 B
PHP
17 lines
502 B
PHP
<div class="row">
|
|
<div class="span8 offset1">
|
|
<fieldset>
|
|
<legend>Reset Password</legend>
|
|
|
|
<?php echo Form::input('password','',array('label'=>'Password','type'=>'password','required','minlength'=>8)); ?>
|
|
<?php echo Form::input('password_confirm','',array('label'=>'Confirm','type'=>'password','required','minlength'=>8)); ?>
|
|
|
|
<div class="row">
|
|
<div class="offset2">
|
|
<button type="submit" class="btn btn-primary">Update</button>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|