Changes between Initial Version and Version 1 of Ticket #856
- Timestamp:
- Apr 26, 2016, 12:39:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #856 – Description
initial v1 5 5 Mögliche Lösung: 6 6 7 {{{ <?php 7 {{{ 8 <?php 8 9 echo xtc_draw_password_field('entry_password', isset($customers_password_encrypted)?$customers_password_encrypted:'', true, 'autocomplete="off" readonly="readonly" onfocus="this.removeAttribute('readonly');"'); 9 10 if ($error && $entry_password_error) echo ' '.ENTRY_PASSWORD_ERROR; 10 ?>}}} 11 ?> 12 }}}
