diff options
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index 3953098d..40d11d7a 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -117,4 +117,10 @@ </span> </span></template> +<!-- Extra --> +<template id="footer-notification-template"><div class="footer-notification"> + <div class="footer-notification-body"></div> + <button class="footer-notification-close-button"><span class="footer-notification-close-button-icon"></span></button> +</div></template> + </body></html> |