Advertisement
Guest User

Untitled

a guest
Aug 7th, 2015
2,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. {* file to extend *}
  3. {extends file="parent:frontend/index/index.tpl"}
  4.  
  5. {* set our namespace *}
  6. {namespace name="frontend/AtsdCustomerOrigin"}
  7.  
  8.  
  9.  
  10. {* append our javascript *}
  11. {block name='frontend_index_header_javascript_jquery' prepend}
  12.  
  13. {* our plugin configuration *}
  14. <script type="text/javascript">
  15.  
  16. var atsdCustomerOriginConfiguration = {
  17. 'modalWidth': parseInt( "{s name="PopupWidth"}500{/s}" ),
  18. 'modalTitle': "{s name="PopupHeader"}Bitte wählen Sie Ihr Land aus{/s}",
  19. 'modalContent': {"{include file="frontend/atsd_customer_origin/modal.tpl"}"|json_encode},
  20. 'status': {if $atsdCustomerOriginStatus == true}true{else}false{/if},
  21. 'selectionMode': {$atsdCustomerOriginSelectionMode}
  22. };
  23.  
  24. </script>
  25.  
  26. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement