# 'Card_Pride',
'2016_Sasquatch_Card'
];
+# keychain_cards container doubles as the wallet/keychain combo container
+# If a time comes we need to support both, refactor here and the label
+# changes for wallet-key combo below.
#keychain_cards = ['Keychain_red'];
-keychain_cards = [];
+keychain_cards = ['2018_Pride_Combo'];
MACRO input_field(fclass, fname, label, type, css_class, value) BLOCK;
field_path = fclass _ "." _ fname;
<li>
<input type="radio" name='card-type' id="card-type-wallet"
onclick="show_card_types('wallet')">
- <label for="">Wallet</label>
+ <label for="">Wallet Size (3in x 2in)</label>
</li>
+ <!--
<li>
<input type="radio" id="card-type-keychain" name='card-type'
onclick="show_card_types('keychain')">
<label for="card-type-keychain">Keychain</label>
</li>
+ -->
+ <li>
+ <input type="radio" id="card-type-keychain" name='card-type'
+ onclick="show_card_types('keychain')">
+ <label for="card-type-keychain">
+ Wallet-Key Combo (wallet: 3in x 2in, key chain card: 2in x 1in)
+ </label>
+ </li>
</ul>
</div>
</li>
<div class="grid-clear"></div>
</li>
<li id='keychain-cards' style='display:none'>
+ <!--
<label>Keychain Options</label>
+ -->
+ <label>Wallet-Key Combo Options</label>
<div class="grid">
[% FOR ctype IN keychain_cards %]
<div class="grid-cell">