Ejemplo n.º 1
0
?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Retype New Password <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::password() . '_r_update_password';
?>
"
                               name="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::password() . '_r_update_password';
?>
"/>
                    </div>
                    <button type="submit" class="btn btn-success" id="update" name="update">Save</button>
                </form>
                </br>
                <div class="" id="result_massages_update_password"></div>
            </div>
        </div>
    </div>
</div>

<style>
    .glyphicon-ok {