change_password.php
changeset 51 e9df1dd6dd1f
parent 50 ed18c8317cff
child 71 e1b918eaf69a
equal deleted inserted replaced
50:ed18c8317cff 51:e9df1dd6dd1f
    33 	}
    33 	}
    34 }
    34 }
    35 
    35 
    36 include_once("inc/header.inc.php");
    36 include_once("inc/header.inc.php");
    37 ?>
    37 ?>
    38     <h2>Change password</h2>
    38     <h2><? echo _('Change password'); ?></h2>
    39     <form method="post" action="change_password.php">
    39     <form method="post" action="change_password.php">
    40      <table border="0" CELLSPACING="4">
    40      <table border="0" CELLSPACING="4">
    41       <tr>
    41       <tr>
    42        <td class="n"><? echo _('Current password'); ?>:</td>
    42        <td class="n"><? echo _('Current password'); ?>:</td>
    43        <td class="n"><input type="password" class="input" NAME="currentpass" value=""></td>
    43        <td class="n"><input type="password" class="input" NAME="currentpass" value=""></td>