From 76e6e498e0ba84083c610bc0562e462fb4849f99 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 27 Sep 2016 10:50:01 -0400 Subject: [PATCH] Remove the undefined member_name Only name is used. --- views/admin/events/editStatus.html | 35 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/views/admin/events/editStatus.html b/views/admin/events/editStatus.html index 40a3955..3a263ab 100644 --- a/views/admin/events/editStatus.html +++ b/views/admin/events/editStatus.html @@ -19,7 +19,6 @@ {$terms.term_member_cap}: {if $haveMember} - {$memberData.member_name} {$memberData.name} {else} @@ -79,9 +78,9 @@ Categories - + - +
Add a new Category
@@ -106,7 +105,7 @@ {/if}
OR
- +
@@ -114,9 +113,9 @@ Cancel
- + - +    Select a category to add to box below.
- + {if isset($event.fieldData.categories) && $event.fieldData.categories} {foreach $event.fieldData.categories as $c}
- {if $c.parent_name != ''}{$c.parent_name}: {/if}{$c.name} + {if $c.parent_name != ''}{$c.parent_name}: {/if}{$c.name} X -
+
{/foreach} - {/if} + {/if} @@ -147,14 +146,14 @@ Intro Text: -
+
{if $event.fieldFail.intro}

{$event.fieldFail.intro}

{/if} Description: - {php} + {php} wp_editor('{$event.fieldData.descr|escape:quotes}', 'glm_descr', array( 'media_buttons' => false, // 'quicktags' => false, @@ -193,7 +192,7 @@ {if $event.fieldFail.image}

{$event.fieldFail.image}

{/if}

- 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. @@ -223,7 +222,7 @@ {if $event.fieldFail.ticket_url}

{$event.fieldFail.ticket_url}

{/if}
- + Contact Name: @@ -242,9 +241,9 @@ - - - + + + Free: -- 2.17.1