diff --git a/doc/conf/LSobject/LSsearch.docbook b/doc/conf/LSobject/LSsearch.docbook index 768282b6..99d0c87c 100644 --- a/doc/conf/LSobject/LSsearch.docbook +++ b/doc/conf/LSobject/LSsearch.docbook @@ -52,6 +52,7 @@ configuration des &LSobjects;, dans la variable LSsearch '[LSformat 2]' ), 'formaterLSformat' => '[LSformat]', + 'cssStyle' => '[CSS style]', ) ), 'customActions' => array ( @@ -282,6 +283,16 @@ contexte dans lequel cette recherche est effectuée. + + cssStyle + + Ce paramètre permet de définir un style CSS personnalisé pour la colonne. + S'il est défini, le contenu de ce paramètre sera ajouté en tant qu'attribut + style des balises th et td de la + colone. + + + diff --git a/public_html/templates/default/viewSearch.tpl b/public_html/templates/default/viewSearch.tpl index 5a56a169..0025a4b7 100644 --- a/public_html/templates/default/viewSearch.tpl +++ b/public_html/templates/default/viewSearch.tpl @@ -72,7 +72,7 @@ {/if} {if $LSsearch->extraDisplayedColumns} {foreach from=$LSsearch->extraDisplayedColumns item=conf key=cid} - + {if $LSsearch->sort} {if $LSsearch->sortBy == $cid} @@ -96,7 +96,7 @@ {if $LSsearch->displaySubDn}{$object->subDn}{/if} {if $LSsearch->extraDisplayedColumns} {foreach from=$LSsearch->extraDisplayedColumns item=conf key=cid} - {$object->$cid} + {$object->$cid} {/foreach} {/if}