Update icons used by applications

This commit is contained in:
Daniel Berteaud 2013-08-21 17:33:38 +02:00
parent 8ef2e24537
commit 254e6e4faf
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ $conf->{'locationRules'}->{"upload.$domain"} = {
$conf->{'applicationList'}->{'010apps'}->{'openupload'} = {
'options' => {
'logo' => 'folder.png',
'logo' => 'openupload.png',
'name' => 'Fichiers temporaires',
'description' => 'Service d\'hébergement de fichiers temporaires',
'uri' => "https://upload.$domain",

View File

@ -13,7 +13,7 @@ $conf->{'locationRules'}->{"echange.$domain"} = {
$conf->{'applicationList'}->{'010apps'}->{'ajaxplorer'} = {
'options' => {
'logo' => 'folder.png',
'logo' => 'ajaxplorer.png',
'name' => 'Gestion des fichiers',
'description' => 'Gestionnaire de fichiers web Ajaxplorer',
'uri' => "https://echange.$domain/",

View File

@ -15,7 +15,7 @@ $conf->{'locationRules'}->{"rss.$domain"} = {
$conf->{'applicationList'}->{'010apps'}->{'ttrss'} = {
'options' => {
'logo' => 'bookmark.png',
'logo' => 'ttrss.png',
'name' => 'Lecteur de flux RSS',
'description' => 'Tiny Tiny RSS',
'uri' => "https://rss.$domain",

View File

@ -18,7 +18,7 @@ $conf->{'locationRules'}->{"wiki.$domain"} = {
$conf->{'applicationList'}->{'010apps'}->{'dokuwiki'} = {
'options' => {
'logo' => 'help.png',
'logo' => 'dokuwiki.png',
'name' => 'Wiki',
'description' => 'Site collaboratif',
'uri' => "https://wiki.$domain",