Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <adminhtml_sales_order_view>
  2. <reference name="content">
  3. <block type="core/template" name="test-1" template="test/template.phtml" after="sales_order_edit"/>
  4. <block type="core/template" name="test-2" template="test/template.phtml" before="sales_order_edit"/>
  5. </reference>
  6. </adminhtml_sales_order_view>
  7.  
  8. <adminhtml_sales_order_view>
  9. <reference name="order_tab_info">
  10. <block type="core/template" name="test-1" template="test/template.phtml" after="sales_order_edit"/>
  11. <block type="core/template" name="test-2" template="test/template.phtml" before="sales_order_edit"/>
  12. </reference>
  13. </adminhtml_sales_order_view>
  14.  
  15. [...]
  16. <div id="order-messages">
  17. <?php echo $this->getChildHtml('order_messages') ?>
  18. </div>
  19. <?php echo $this->getChildHtml('order_info') ?>
  20. <?php echo $this->getChildHtml('test-1') ?>
  21. [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement