From: Anthony Talarico Date: Wed, 27 Sep 2017 19:54:04 +0000 (-0400) Subject: fixing edit view where some of the fields weren't being updated X-Git-Tag: v1.0.0~1^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a0db6d4efc8634a9fba536ac9d86321ca59487c1;p=WP-Plugins%2Fglm-member-db-jobs.git fixing edit view where some of the fields weren't being updated patched up the name attribute for the contact name and contact phone number input fields in the edit view --- diff --git a/views/admin/jobs/edit.html b/views/admin/jobs/edit.html index 5ba5a02..8907687 100644 --- a/views/admin/jobs/edit.html +++ b/views/admin/jobs/edit.html @@ -273,7 +273,7 @@ Contact Name
- +
@@ -291,7 +291,7 @@ Contact Phone
- +
diff --git a/views/front/jobs/detail.html b/views/front/jobs/detail.html index 955c861..1e3f2c9 100644 --- a/views/front/jobs/detail.html +++ b/views/front/jobs/detail.html @@ -42,10 +42,10 @@
Benefits: {$jobData.benefits|wpautop}
{/if} {if $jobData.resume_location} -
Send Resume To: {$jobData.resume_location}
+
Send Resume To: {$jobData.resume_location}
{/if} {if $jobData.email_location} -
Contact Email: {$jobData.email_location}
+
Contact Email: {$jobData.email_location}
{/if} {if $jobData.contact_phone}
Contact Phone: {$jobData.contact_phone}