Guest User

Untitled

a guest
May 25th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Name Jhon
  2. Addresss Myaddress 12
  3. CP 19932
  4. ....
  5.  
  6. Name: Jhon
  7. Addresss: Myaddress 12
  8. CP: 19932
  9.  
  10. Name: [submission:values:name:nolabel]
  11. Address: [submission:values:address:nolabel]
  12.  
  13. if ($format == 'html') {
  14. foreach ($renderable as $i => $item) {
  15. if (is_array($item) && !empty($item['#title'])) {
  16. $renderable[$i]['#title'] .= ':';
  17. }
  18. }
  19. }
  20.  
  21. print drupal_render_children($renderable);
  22.  
  23. +---------------+-----+-----+-----+
  24. | Breweries | 1 | 2 | 3 |
  25. +---------------+-----+-----+-----+
  26. | Lighthouse | [o] | [o] | [o] |
  27. | Phillips | [o] | [o] | [o] |
  28. | Whistler | [o] | [o] | [o] |
  29. +---------------+-----+-----+-----+
Add Comment
Please, Sign In to add comment