On 1/11/2010 4:30 PM, Cory Gilliam wrote:
'title' => 'Orders today',
$output .= '<div><form id="csv" action="orders" method="get" /><input type="hidden" name="csv" value="true" /><input type="submit" value="CSV" style="background-color: gold" /></form></div>';

The action="Orders today" is the only thing I can see. The other one has the Customer with 'title' => 'Customers',. If that makes any sense.
the action on the other one is actually 'customer' - singular, so different than the title too

Reply via email to