// Fix display button in installer
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13855 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -46,7 +46,9 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
|
||||
<td class="label"><?php echo $this->l('Password:') ?></td>
|
||||
<td class="resultEnd">
|
||||
<span id="password_content"><?php echo preg_replace('#.#', '*', $this->session->admin_password) ?></span>
|
||||
(<a href="#" onclick="$('#password_content').html('<?php echo htmlspecialchars($this->session->admin_password) ?>'); return false"><?php echo $this->l('Display') ?></a>)
|
||||
<span id="password_display">
|
||||
(<a href="#" onclick="$('#password_content').html('<?php echo htmlspecialchars($this->session->admin_password) ?>'); $('#password_display').hide(); return false"><?php echo $this->l('Display') ?></a>)
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user