Add cancel button
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 18 Jan 2018 21:19:22 +0000 (16:19 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 18 Jan 2018 21:19:22 +0000 (16:19 -0500)
Adding cancel button to the edit notification for attendee page.

views/admin/registrations/eventEditNotification.html

index ad4fd59..6275ee3 100644 (file)
     </div>
     <div class="glm-row">
         <div class="glm-small-12 glm-large-3 glm-column">
-            <input type="submit" value="{if $newEntry}Add{else}Update{/if} Notification">
+            <input class="button tiny" type="submit" value="{if $newEntry}Add{else}Update{/if} Notification">
+        </div>
+        <div class="glm-small-12 glm-large-3 glm-column">
+            <a class="button tiny" href="{$thisUrl}?page={$thisPage}&option=notifications&regEventID={$regEventID}">Cancel</a>
         </div>
     </div>
 </form>