Skip to content
Snippets Groups Projects
Commit 291e2535 authored by llaffont's avatar llaffont
Browse files

Ajustements divers suite à MAJ

parent ada55c72
Branches
Tags
No related merge requests found
......@@ -37,6 +37,11 @@ class Class_Codification
//------------------------------------------------------------------------------------------------------
static function getComboTypesDocs($valeur,$events="",$tous=false)
{
/*
* Attention: utilisé dans la sélection type doc recherche simple et certains suppriment des types de
* docs dans cosmogramme pour ne pas les avoir dans la liste des types de doc
*
*/
$data=fetchOne("select liste from variables where clef='types_docs'");
if($events > "") $events=" ".$events;
$combo='<select name="type_doc" '.$events.'>';
......
......@@ -94,5 +94,4 @@ class Class_SuggestionAchat extends Storm_Model_Abstract {
$mail->send();
}
}
?>
\ No newline at end of file
......@@ -918,4 +918,11 @@ table.lieux td:first-child {
table.lieux td:last-child {
width: 48px;
}
div[id^="liste_picto_genre_"] {
margin-top: -4px;
}
\ No newline at end of file
......@@ -1090,4 +1090,4 @@ body.abonne_multimedia-hold-view .actions a {
top: 0px;
cursor: pointer;
z-index: 101;
}
}
\ No newline at end of file
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