Skip to content
Snippets Groups Projects
Commit 7b70c2ef authored by llaffont's avatar llaffont
Browse files

Correction affichage icone afi-multimedia

git-svn-id: http://afi-forge.afi-sa.fr/svn/opacce/trunk@655 e3cc70dd-a52f-4065-8a26-0e09943c8c5c
parent 2fffa9bb
No related merge requests found
......@@ -13,7 +13,8 @@ echo $this->tagModelTable(
function ($model) {
if ($model->hasAdminUrl())
return $this->tagAnchor($model->getAdminUrl(),
URL_ADMIN_IMG.'picto/groupe_postes_16.png');
$this->tagImg(URL_ADMIN_IMG.'picto/groupe_postes_16.png',
['title' => $this->_('Administrer le serveur AFI-Multimedia')]));
}],
......
......@@ -104,7 +104,7 @@ class Admin_MultimediaControllerIndexTest extends Admin_MultimetiaControllerTest
/** @test */
public function valbonneMultimedaLinkShouldBePresent() {
$this->assertXPath('//table[@id="multimedia_location"]//tr[2]//a[@href="http://valbonne.net/multimedia"]',
$this->assertXPath('//table[@id="multimedia_location"]//tr[2]//a[@href="http://valbonne.net/multimedia"]//img',
$this->_response->getBody());
}
}
......
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