Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {if $addon.name === "Modpack setup (Open ticket)"}
  2. {else}
  3. <div class="col-md-6">
  4. <div class="options text-center">
  5. <input type="checkbox" class="checkoutopt" name="addons[{$addon.id}]" id="a{$addon.id}" {if $addon.status} checked="checked" {/if} onclick="recalctotals()">
  6. <label for="a{$addon.id}">
  7. <h3>{$addon.name}</h3>
  8. <h6>{$addon.pricing}</h6>
  9. <h5>{$addon.description}</h5>
  10. </label>
  11. </div>
  12. </div>
  13. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement