Changes between Initial Version and Version 1 of Ticket #856


Ignore:
Timestamp:
Apr 26, 2016, 12:39:53 PM (10 years ago)
Author:
Torsten Riemer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #856 – Description

    initial v1  
    55Mögliche Lösung:
    66
    7 {{{                      <?php
     7{{{
     8                      <?php
    89                        echo xtc_draw_password_field('entry_password', isset($customers_password_encrypted)?$customers_password_encrypted:'', true, 'autocomplete="off" readonly="readonly" onfocus="this.removeAttribute('readonly');"');
    910                        if ($error && $entry_password_error) echo '&nbsp;'.ENTRY_PASSWORD_ERROR;
    10                       ?>}}}
     11                      ?>
     12}}}