Last detail : logo , fix unit test file

This commit is contained in:
sparkyx 2023-02-07 16:35:25 +01:00
parent a3238a22f9
commit 743efc3223
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before After
Before After

View file

@ -215,7 +215,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
$goto='<input type="hidden" value="'.strip_tags($_REQUEST['backurl']).'" name="backurl">';
}
?>
<div >
<div>
<div class="d-sm-block">
<a href="https://www.noalyss.eu"><IMG SRC="image/logo9000.png" id="logo_id" alt="NOALYSS"></a>
@ -301,6 +301,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
</SPAN>
</div>
</div>
</div>
<script> SetFocus('p_user');</script>

View file

@ -261,7 +261,8 @@ class Card_PropertyTest extends TestCase
\Noalyss\Facility::save_file(__DIR__."/file",$file_result,var_export($result,true));
$this->assertFileEquals(__DIR__."/file/$file_target",__DIR__."/file/$file_result","Card_Property::build_input failed");
*/
$this->assertEquals("600",$result["input"]->value," Accounting incorrect ");
$expected=$g_connection->get_value("select fd_class_base from fiche_def where fd_id=$1",[2]);
$this->assertEquals($expected,$result["input"]->value," Accounting incorrect ");
}
}