Guest User

Untitled

a guest
Jun 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <div class="new_complex_form">
  2. <div class="left_column">
  3. <div class="block_grey_border">
  4. <?php print drupal_render($form['general']['main']['right_side']); ?>
  5. </div>
  6.  
  7. <?php if (isset($form['customization']['main']['type_of_upload'])): ?>
  8. <?php print drupal_render($form['customization']['main']['type_of_upload']); ?>
  9. <?php endif; ?>
  10.  
  11. <div class="block_grey_border">
  12. <?php print drupal_render($form['customization']['main']['left_side']); ?>
  13. <?php print drupal_render($form['customization']['main']['upload_design']); ?>
  14. <?php print drupal_render($form['customization']['main']['request_design']); ?>
  15. </div>
  16. </div>
  17. <div class="right_column">
  18. <div class="block_grey_border">
  19. <?php print drupal_render($form['customization']['main']['right_side']); ?>
  20.  
  21. <?php if (isset($form['properties'])): ?>
  22. <?php print drupal_render($form['properties']); ?>
  23. <?php endif; ?>
  24. </div>
  25.  
  26. <?php print drupal_render($form['buy']); ?>
  27. <?php print drupal_render($form['main']); ?>
  28. </div>
  29. </div>
  30.  
  31. <?php print drupal_render($form['customization']); ?>
  32.  
  33. <!-- Render required hidden fields. -->
  34. <?php print drupal_render_children($form); ?>
Add Comment
Please, Sign In to add comment