From: Anthony Talarico Date: Mon, 10 Apr 2017 18:42:35 +0000 (-0400) Subject: adding check for new and used rv types X-Git-Tag: v1.0.0^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=23c784c0cb6d58caf29a804b30ba0fc7e01088b6;p=WP-Plugins%2Fglm-member-db-fields.git adding check for new and used rv types --- diff --git a/views/front/fields/list.html b/views/front/fields/list.html index 6399b3e..e617edf 100644 --- a/views/front/fields/list.html +++ b/views/front/fields/list.html @@ -1,11 +1,11 @@ {foreach $field_values as $key=>$value} {if $value.slash === true} - +
{else}
{/if} - {if $value.type !== 'RV'} + {if $value.type !== 'RV Used' && $value.type !== 'RV New'}
{$value.nice}
{$value.data}
{else}