Closed Quetzacoalt91 closed 9 years ago
Thanks for the commits of today, there are almost no errors anymore reported by the validator. Keep up the good work.
Here are other comments for the code:
$urlc_param
$ps_version_compliancy
&&
||
if (!$this->active) return;
* Check if the customer is properly loaded:
if (!Validate::isLoadedObject($customer)) return;
<img />
<br/>
<center></center>
text-align:center;
{l s='ID' mod='dotpay'}
and
{l s='PIN' mod='dotpay'}
Just replace <br> with <br/> and move the style definitions in a css file and we will be good here
<br>
Style definitions moved to css folder and improved tpl files in v. 1.3.0
Thanks
Thanks for the commits of today, there are almost no errors anymore reported by the validator. Keep up the good work.
Here are other comments for the code:
$urlc_param
seems to be unused.$ps_version_compliancy
does not work properly and must be removed.&&
and||
<img />
and<br/>
must be closed immediately.<center></center>
becomes deprecated in HTML5. Please create or use a css class which usetext-align:center;
and