From: Steve Sutton Date: Fri, 11 Aug 2017 20:19:23 +0000 (-0400) Subject: Update to get edit city cancel button to work. X-Git-Tag: v2.10.8^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0da6b8120f64c7118dd8cb3459972078f1298078;p=WP-Plugins%2Fglm-member-db.git Update to get edit city cancel button to work. Update the id used for the editCityCancel button. --- diff --git a/views/admin/settings/cities.html b/views/admin/settings/cities.html index 879c8e22..c8220147 100644 --- a/views/admin/settings/cities.html +++ b/views/admin/settings/cities.html @@ -29,7 +29,7 @@ - +
@@ -44,11 +44,11 @@

* Required

- Cancel + Cancel
- +

Cities

@@ -62,7 +62,7 @@ {if $haveCities} {assign var="i" value="0"} {foreach $cities as $t} - {if $i++ is odd by 1} + {if $i++ is odd by 1} {else} @@ -83,7 +83,7 @@ - + {include file='admin/footer.html'}