Adding cancel button to the edit notification for attendee page.
</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®EventID={$regEventID}">Cancel</a>
</div>
</div>
</form>