Added a favicon
17
TODO
@ -1,14 +1,19 @@
|
|||||||
* Don't cache the username
|
Issues :
|
||||||
* JSON output => do index view
|
========
|
||||||
* API
|
None
|
||||||
* cf TODO in files
|
|
||||||
* French template
|
To fix :
|
||||||
* Favicon
|
========
|
||||||
|
* Best way to not cache the username on index page
|
||||||
|
|
||||||
Improvements :
|
Improvements :
|
||||||
==============
|
==============
|
||||||
|
* French template
|
||||||
* User groups
|
* User groups
|
||||||
* Search invoice
|
* Search invoice
|
||||||
|
* JSON output => do index view
|
||||||
|
* API
|
||||||
|
* cf TODO in files
|
||||||
|
|
||||||
Manage paybacks :
|
Manage paybacks :
|
||||||
=================
|
=================
|
||||||
|
BIN
tpl/default_en/favicon-144.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
tpl/default_en/favicon-152.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
tpl/default_en/favicon-16.png
Normal file
After Width: | Height: | Size: 525 B |
BIN
tpl/default_en/favicon-32.png
Normal file
After Width: | Height: | Size: 578 B |
BIN
tpl/default_en/favicon.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
@ -5,6 +5,10 @@
|
|||||||
<title>{$instance_title}</title>
|
<title>{$instance_title}</title>
|
||||||
<link rel="stylesheet" media="screen" type="text/css" href="css/style.css" />
|
<link rel="stylesheet" media="screen" type="text/css" href="css/style.css" />
|
||||||
<meta name="viewport" content="width=device-width"/>
|
<meta name="viewport" content="width=device-width"/>
|
||||||
|
<link rel="icon" href="favicon-32.png" sizes="32x32">
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
||||||
|
<meta name="msapplication-TileColor" content="#333333">
|
||||||
|
<meta name="msapplication-TileImage" content="favicon-144.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{if condition="!$connection"}
|
{if condition="!$connection"}
|
||||||
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 332 B |