diff --git a/app/templates/common/icons.html b/app/templates/common/icons.html index 67cbc66..257a713 100644 --- a/app/templates/common/icons.html +++ b/app/templates/common/icons.html @@ -1,23 +1,23 @@ {%- macro icn_info(width=48) -%} - +info {%- endmacro -%} {%- macro icn_warn(width=48) -%} - +info {%- endmacro -%} {%- macro icn_error(width=48) -%} - +info {%- endmacro -%} {%- macro icn_bookmark(width=16) -%} - +info {%- endmacro -%} {%- macro icn_locked(width=16) -%} -Locked +info {%- endmacro -%} {%- macro icn_stickied(width=16) -%} -Stickied +info {%- endmacro -%} diff --git a/data/static/icons/bookmark.svg b/data/static/icons/bookmark.svg new file mode 100644 index 0000000..abe365b --- /dev/null +++ b/data/static/icons/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/static/icons/error.svg b/data/static/icons/error.svg new file mode 100644 index 0000000..120a35b --- /dev/null +++ b/data/static/icons/error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/static/icons/info.svg b/data/static/icons/info.svg new file mode 100644 index 0000000..d0cc72d --- /dev/null +++ b/data/static/icons/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/static/icons/locked.svg b/data/static/icons/locked.svg new file mode 100644 index 0000000..ec535bb --- /dev/null +++ b/data/static/icons/locked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/static/icons/sticky.svg b/data/static/icons/sticky.svg new file mode 100644 index 0000000..9693349 --- /dev/null +++ b/data/static/icons/sticky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/static/icons/warn.svg b/data/static/icons/warn.svg new file mode 100644 index 0000000..118e4a6 --- /dev/null +++ b/data/static/icons/warn.svg @@ -0,0 +1 @@ + \ No newline at end of file