<th>{$terms.term_member_cap}:</th>
<td>
{if $haveMember}
- {$memberData.member_name}
<input type="hidden" name="ref_dest" value="{$memberData.id}">
{$memberData.name}
{else}
<tr>
<th>Categories</th>
<td class="glm-item-container">
-
+
<!-- Add new category dialog -->
-
+
<div id="newCategoryButton" class="button button-secondary glm-right">Add a new Category</div>
<div id="newCategoryDialog" class="glm-dialog-box" title="Enter a New Category">
<table class="glm-admin-table">
{/if}
</select>
<br>OR<br>
- <input id="newCatParentName" type="text" name="newCatParentName" placeholder="Enter a new parent name.">
+ <input id="newCatParentName" type="text" name="newCatParentName" placeholder="Enter a new parent name.">
</td>
</tr>
</table>
<a id="newCategoryCancel" class="button button-primary glm-right">Cancel</a>
<input id="newCategorySubmit" type="submit" value="Add new Category">
</div>
-
+
<!-- Category Selection -->
-
+
<select name="categorySelect" id="categorySelect">
{if $categories}
<option id="categoryNone" value=""></option>
</option>
{/foreach}
{else}
- <option id="" value="">(No Categories Listed - Select "Add a new Category" to the right. )</option>
+ <option id="" value="">(No Categories Listed - Select "Add a new Category" to the right. )</option>
{/if}
</select> Select a category to add to box below.<br>
<div id="activeCategories" class="glm-dynSelect-box">
-
+
{if isset($event.fieldData.categories) && $event.fieldData.categories}
{foreach $event.fieldData.categories as $c}
<div data-id="{$c.id}" class="glm-dynSelect-item glm-events-category">
- {if $c.parent_name != ''}{$c.parent_name}: {/if}{$c.name}
+ {if $c.parent_name != ''}{$c.parent_name}: {/if}{$c.name}
<span data-id="{$c.id}" class="glm-dynSelect-delete catDelete">X</span>
<input type="hidden" name="category[{$c.id}]" value="{$c.id}">
- </div>
+ </div>
{/foreach}
- {/if}
+ {/if}
</div>
</td>
</tr>
<th {if $event.fieldRequired.intro}class="glm-required"{/if}>Intro Text:</th>
<td {if $event.fieldFail.intro}class="glm-form-bad-input" data-tabid="glm-event-descr"{/if}>
<input type="text" name="intro" class="glm-form-text-input glm-char-count" data-msgArea="intro-text-msg" value="{$event.fieldData.intro}" maxlength="165">
- <br><span id="intro-text-msg"></span>
+ <br><span id="intro-text-msg"></span>
{if $event.fieldFail.intro}<p>{$event.fieldFail.intro}</p>{/if}
</td>
</tr>
<tr>
<th {if $event.fieldRequired.descr}class="glm-required"{/if}>Description:</th>
<td {if $event.fieldFail.descr}class="glm-form-bad-input" data-tabid="glm-event-descr"{/if}>
- {php}
+ {php}
wp_editor('{$event.fieldData.descr|escape:quotes}', 'glm_descr', array(
'media_buttons' => false,
// 'quicktags' => false,
</div>
{if $event.fieldFail.image}<p>{$event.fieldFail.image}</p>{/if}
<p>
- Best image size to provide is between 800 and 1000 pixels wide and stored as a JPG or JPEG file.
+ Best image size to provide is between 800 and 1000 pixels wide and stored as a JPG or JPEG file.
Also try to supply images that have a reasonable "aspect ratio" (not too tall, not too wide).
Files provided like this should have a file size of 100 to 250 KB. Images will be automatically
resized for use in the Web site. Images that are too large will be rejected.
{if $event.fieldFail.ticket_url}<p>{$event.fieldFail.ticket_url}</p>{/if}<br>
</td>
</tr>
-
+
<tr>
<th>Contact Name:</th>
<td>
<input type="text" name="contact_email" value="{$event.fieldData.contact_email}" class="glm-form-text-input-medium">
</td>
</tr>
-
-
-
+
+
+
<tr>
<th>Free:</th>
<td>