<!-- Status and Description -->
+ {if $lockedToMember}
+ <input type="hidden" name="featured" value="{if $event.fieldData.featured.value}1{else}0{/if}">
+ <input type="hidden" name="slideshow" value="{if $event.fieldData.slideshow.value}1{else}0{/if}">
+ <input type="hidden" name="status" value="20">
+ {/if}
<table id="glm-table-descr" class="glm-admin-table glm-event-table">
+
<tr>
<th {if $event.fieldRequired.name}class="glm-required"{/if}>Event Name:</th>
<td {if $event.fieldFail.name}class="glm-form-bad-input" data-tabid="glm-event-descr"{/if}>
<td>{$event.fieldData.approved.datetime}</td>
</tr>
{/if}
+ {if !$lockedToMember}
<tr>
<th>Status:</th>
<td>
{if $event.fieldFail.status}<p>{$event.fieldFail.status}</p>{/if}
</td>
</tr>
+ {/if}
- <tr>
- <th>Options:</th>
- <td>
- <input type="checkbox" name="featured" {if $event.fieldData.featured.value} checked{/if}> Featured Event
- <input type="checkbox" name="slideshow" {if $event.fieldData.slideshow.value} checked{/if}> Include in Slideshow
- <!-- <input type="checkbox" name="major" {if $event.fieldData.major.value} checked{/if}> Major Event -->
- </td>
- </tr>
+ {if !$lockedToMember}
+ <tr>
+ <th>Options:</th>
+ <td>
+ <input type="checkbox" name="featured" {if $event.fieldData.featured.value} checked{/if}> Featured Event
+ <input type="checkbox" name="slideshow" {if $event.fieldData.slideshow.value} checked{/if}> Include in Slideshow
+ <!-- <input type="checkbox" name="major" {if $event.fieldData.major.value} checked{/if}> Major Event -->
+ </td>
+ </tr>
+ {/if}