Jump to content



Latest News: (loading..)

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Locked 
Photo

TEXT_ORIGIN_LOGIN

Posted by Ken44 on 19 October 2010 - 08:09 PM

Hi.

In create_account.php the 'TEXT_ORIGIN_LOGIN' text is missing or has been removed.

      <tr>
        <td class="smallText"><br><?php echo sprintf(TEXT_ORIGIN_LOGIN, tep_href_link(FILENAME_LOGIN, tep_get_all_get_params(), 'SSL')); ?></td>
      </tr>

This text is important and should be replaced.

Regards

Ken

Updating status to: Fixed
Issue fixed in: 2.3

Thanks for the report! This has been fixed with the following commit:

https://github.com/osCommerce/oscommerce2/commit/90b28abe42dc20b4dcf368507a819518419b9d17

Kind regards,

Hi Harald

Thanks for adding back this code.

In \includes\languages\english\create_account.php

define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><strong>NOTE:</strong></font></small>

should be

define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><strong>NOTE:</strong></small></font>


Regards

Ken

Updating status to: In Progress

Updating status to: Fixed

Thanks for the report. This issue has been fixed with the following commit:

https://github.com/osCommerce/oscommerce2/commit/33f4bcf6d168f0f5ba1044786e352d104d9f57d7

Kind regards,