Quote Originally Posted by lucidlee View Post
Hi
I'm seeing that lines 69-86 of index_dashboard.php have a misspelling for the "class=right", such as :
Code:
       echo '<div class="row"><span class="left">' .  BOX_ENTRY_COUNTER_DATE . '</span><span class="rigth"> ' .  $counter_startdate_formatted . '</span></div>';
The code seems to have been corrected at least once and then reverted to "class="rigth" (commit: c4a35894a14d371c65ef90c13df1adba2016db38). I've searched the latest version of both v155 and COWOA 2.6/7 on github and can find definitions in many places (e.g. stylesheet.css) and usages for class="right" but class="rigth" appears only in index_dashboard.php and has no corresponding definition anywhere.

So, maybe another attempt to correct the spelling is in order?
The mispelling of this class has been present in Zen Cart going back to at least v1.3.8 or v1.3.9. I corrected it in COWOA because it simply drove me NUTS.. Looks like I missed correcting it in the new v1.5.5 index_dashboard.php file. I just submitted a pull request to the repo to make this correction. Please download and confirm.

Also I want to make some additional updates to index_dashboard.php to pull the search form out of the table it's nested in. Forms inside of tables is invalid HTML, and I made similar corrections to the index.php file in the v1.5.4 compatible version of COWOA.