Subversion Repositories web.creative

Rev

Rev 20 | Blame | Compare with Previous | Last modification | View Log | Download

{% if checkout_method == 'iframe' %}
  <iframe src="{{ iframe_url }}" scrolling="no" width="560px" height="540px" frameBorder="0"></iframe>
{% else %}
  <div class="buttons">
    <div class="pull-right">
      <a class="btn btn-primary" href="{{ iframe_url }}">{{ button_confirm }}</a>
    </div>
  </div>
{% endif %}