Skip to content
Snippets Groups Projects
Commit 338b907f authored by Laurent's avatar Laurent
Browse files

hotline #41198 fix https access to bokeh 74 skin logo

parent 8cc83433
Branches
Tags
1 merge request!1698hotline #41198 fix https access to bokeh 74 skin logo
- ticket #41198 : Mise en conformité SSL des URLs présentes dans le code de Bokeh
\ No newline at end of file
......@@ -93,9 +93,11 @@ class ZendAfi_View_Helper_Admin_HelpLinkBokehWiki {
'edit-issue' => 'Intégration_des_demandes_d\'assistance#Modification_d.27une_demande'],
'opds' => ['index' => 'Importer_des_livres_numériques'],
'bib' => ['index' => 'Modifier_une_bibliothèque'],
'index' => ['index' => 'Bokeh'],
'stat' => ['piwik' => 'Piwik']
];
'index' => ['index' => 'Bokeh',
'update-skin' => 'Mettre_à_jour_la_charte_graphique'],
'stat' => ['piwik' => 'Piwik'],
'print' => ['index' => 'Imprimer_un_résultat_de_recherche,_une_notice_ou_des_articles']
];
public function urlFor($controller, $action) {
......
......@@ -123,7 +123,7 @@ a:hover {
}
#banniere {
background: url(http://wiki.bokeh-library-portal.org/skins/bokeh/bokeh-logo.png) no-repeat center / 32px;
background: url(icons/bokeh-logo.png) no-repeat center / 32px;
display: inline-block;
float: left;
height: 3em;
......
public/admin/skins/bokeh74/icons/bokeh-logo.png

3.82 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment