I want to do something similar. Did you ever figure it out?

Hi guys,

I want to display my input buttons (submit & reset) at the top of the form
on the right side.
For example like magento
(http://www.ecommerceoptimization.com/wp-content/uploads/2007/07/customer_edit.PNG)..
So the html solution is working.
<div style="float: right";>
<?= $this->form->submit; ?>
</div>
<?= $this->form; ?>

....
-- 
View this message in context: 
http://www.nabble.com/Zend_Form---Decorator-Help-tp16588179p19059813.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to