Move icons into resources/icon/other

This commit is contained in:
Gregory Soutade 2015-01-08 20:57:56 +01:00
parent 496ecb42f5
commit 72a76fc0f9
6 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ class DisplayHTMLBlockTableWithGraph(DisplayHTMLBlockTable):
elif style.startswith(u'iwla_visit'): icon = u'vv.png'
else: return ''
return u'/%s/%s' % (self.icon_path, icon)
return u'/%s/other/%s' % (self.icon_path, icon)
def _buildHTML(self):
self._computeMax()

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

View File

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 248 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B