rename icon-concerto to icon-family

This commit is contained in:
Thomas NOËL 2015-09-28 10:04:13 +02:00
parent 74260b607a
commit f1afb4c7d1
6 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Provides webservices to a "Concerto"-like database
icon-concerto.svg license
=========================
icon-family.svg license
=======================
Creative Commons Attribution (CC BY 3.0) http://creativecommons.org/licenses/by/3.0/us/

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -61,7 +61,7 @@ class Concerto(BaseDataSource):
@classmethod
def get_icon_class(cls):
return 'concerto'
return 'family'
def get_connection(self, new=False):
if psycopg2 is None:

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -24,8 +24,8 @@ li.clock a:hover { background-image: url(icons/icon-clock-hover.png); }
li.pastell a { background-image: url(icons/icon-pastell.png); }
li.pastell a:hover { background-image: url(icons/icon-pastell-hover.png); }
li.concerto a { background-image: url(icons/icon-concerto.png); }
li.concerto a:hover { background-image: url(icons/icon-concerto-hover.png); }
li.family a { background-image: url(icons/icon-family.png); }
li.family a:hover { background-image: url(icons/icon-family-hover.png); }
li.bdp a { background-image: url(icons/icon-bdp.png); }
li.bdp a:hover { background-image: url(icons/icon-bdp-hover.png); }