Look: Meilleure compatibilit des styles en IE et firefox. Ajout du picto "rechercher".
@ -1069,11 +1069,11 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $
|
||||
// Exemple si (sortfield,field)=("nom","xxx.nom") ou (sortfield,field)=("nom","nom")
|
||||
if ($sortfield == $field || $sortfield == ereg_replace("^[^\.]+\.","",$field))
|
||||
{
|
||||
print '<td class="menusel" '. $td.'>';
|
||||
print '<td class="liste_titre_sel" '. $td.'>';
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<td '. $td.'>';
|
||||
print '<td class="liste_titre" '. $td.'>';
|
||||
}
|
||||
print $name." ";
|
||||
print '<a href="'.$file.'?sortfield='.$field.'&sortorder=asc&begin='.$begin.$options.'">'.img_down("A-Z").'</a>';
|
||||
|
||||
@ -300,10 +300,6 @@ td.menu {
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
td.menusel {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
td.border {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
@ -339,12 +335,6 @@ div.leftmenu {
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.menusel
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.submenu
|
||||
{
|
||||
color: #000000;
|
||||
@ -372,14 +362,38 @@ div.titre {
|
||||
font-weight: bold;
|
||||
color: #663366;
|
||||
text-decoration: none }
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
* Tableaux
|
||||
*/
|
||||
|
||||
input.liste_titre {
|
||||
background: #cacaca;
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
background: #cacaca;
|
||||
border: 1px solid #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
border-top: 1px solid #888888;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
td.liste_titre {
|
||||
background: #cacaca;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
border-top: 1px solid #888888;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
.liste_titre_sel
|
||||
{
|
||||
color: #220000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
border-top: 1px solid #888888;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
@ -387,7 +401,6 @@ tr.liste_total {
|
||||
background: #F0F0F0;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
border-top: 1px solid #888888;
|
||||
}
|
||||
|
||||
tr.pair {
|
||||
@ -406,18 +419,18 @@ tr.impair {
|
||||
*
|
||||
*/
|
||||
tr.box_titre {
|
||||
font-weight: bold; }
|
||||
|
||||
font-weight: bold; }
|
||||
|
||||
tr.box_pair {
|
||||
background: #dfdfdf;
|
||||
border-bottom: 1px solid #000000;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
background: #dfdfdf;
|
||||
border-bottom: 1px solid #000000;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
tr.box_impair {
|
||||
border-bottom: 1px solid #000000;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
border-bottom: 1px solid #000000;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
tr.fiche {
|
||||
font-family: Helvetica, Verdana;
|
||||
|
||||
BIN
htdocs/theme/dev/img/search.png
Normal file
|
After Width: | Height: | Size: 1017 B |
@ -24,10 +24,9 @@ body {
|
||||
background: #e0ebeb;
|
||||
margin: 0px;
|
||||
font-family: sans-serif; font-size: 0.95em;
|
||||
/***** Styles par défaut *****/
|
||||
}
|
||||
|
||||
|
||||
/***** Styles par défaut *****/
|
||||
div.body
|
||||
{
|
||||
margin-top: 1px;
|
||||
@ -136,6 +135,19 @@ a.login:hover
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img.login
|
||||
{
|
||||
position: absolute;
|
||||
right: 9px;
|
||||
top: 1px;
|
||||
|
||||
padding:2px;
|
||||
text-decoration:none;
|
||||
color:white;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Barre de gauche
|
||||
*/
|
||||
@ -307,10 +319,6 @@ td.menu {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
td.menusel {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
td.border {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
@ -331,12 +339,6 @@ div.menus {
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.menusel {
|
||||
background: #cceeee;
|
||||
font-size: 0.9em; font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.submenu {
|
||||
background: #b3cccc;
|
||||
font-size: 0.9em;
|
||||
@ -378,14 +380,39 @@ div.titre {
|
||||
text-decoration: none }
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
* Tableaux
|
||||
*/
|
||||
|
||||
input.liste_titre {
|
||||
background: #b3cccc;
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
background: #b3cccc;
|
||||
font-family: Helvetica, Verdana;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
border: 1px solid #8CACBB;
|
||||
border-top: 1px solid #8CACBB;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td.liste_titre {
|
||||
background: #b3cccc;
|
||||
font-family: Helvetica, Verdana;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #8CACBB;
|
||||
border-right: 0px;
|
||||
border-right: 0px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.liste_titre_sel {
|
||||
color: #000000;
|
||||
background: #cceeee;
|
||||
font-family: Helvetica, Verdana;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #8CACBB;
|
||||
border-right: 0px;
|
||||
border-right: 0px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 1009 B After Width: | Height: | Size: 790 B |
|
Before Width: | Height: | Size: 973 B After Width: | Height: | Size: 773 B |
BIN
htdocs/theme/dolibarr/img/addfile.png
Normal file
|
After Width: | Height: | Size: 827 B |
BIN
htdocs/theme/dolibarr/img/background.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
htdocs/theme/dolibarr/img/bookmark.png
Normal file
|
After Width: | Height: | Size: 252 B |
BIN
htdocs/theme/dolibarr/img/button_bg.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
htdocs/theme/dolibarr/img/button_edit.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/dolibarr/img/call.png
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
htdocs/theme/dolibarr/img/call_out.png
Normal file
|
After Width: | Height: | Size: 398 B |
BIN
htdocs/theme/dolibarr/img/disable.png
Normal file
|
After Width: | Height: | Size: 330 B |
BIN
htdocs/theme/dolibarr/img/edit_add.png
Normal file
|
After Width: | Height: | Size: 232 B |
BIN
htdocs/theme/dolibarr/img/edit_remove.png
Normal file
|
After Width: | Height: | Size: 931 B |
BIN
htdocs/theme/dolibarr/img/error.png
Normal file
|
After Width: | Height: | Size: 669 B |
BIN
htdocs/theme/dolibarr/img/folder-home.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
htdocs/theme/dolibarr/img/folder-open.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
htdocs/theme/dolibarr/img/high.png
Normal file
|
After Width: | Height: | Size: 711 B |
BIN
htdocs/theme/dolibarr/img/info.png
Normal file
|
After Width: | Height: | Size: 641 B |
BIN
htdocs/theme/dolibarr/img/lock.png
Normal file
|
After Width: | Height: | Size: 928 B |
BIN
htdocs/theme/dolibarr/img/logout.png
Normal file
|
After Width: | Height: | Size: 523 B |
BIN
htdocs/theme/dolibarr/img/object_action.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/dolibarr/img/object_bill.png
Normal file
|
After Width: | Height: | Size: 1021 B |
BIN
htdocs/theme/dolibarr/img/object_book.png
Normal file
|
After Width: | Height: | Size: 678 B |
BIN
htdocs/theme/dolibarr/img/object_commercial.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/dolibarr/img/object_company.png
Normal file
|
After Width: | Height: | Size: 492 B |
BIN
htdocs/theme/dolibarr/img/object_contact.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/dolibarr/img/object_contract.png
Normal file
|
After Width: | Height: | Size: 1010 B |
BIN
htdocs/theme/dolibarr/img/object_email.png
Normal file
|
After Width: | Height: | Size: 788 B |
BIN
htdocs/theme/dolibarr/img/object_generic.png
Normal file
|
After Width: | Height: | Size: 1009 B |
BIN
htdocs/theme/dolibarr/img/object_group.png
Normal file
|
After Width: | Height: | Size: 863 B |
BIN
htdocs/theme/dolibarr/img/object_intervention.png
Normal file
|
After Width: | Height: | Size: 340 B |
BIN
htdocs/theme/dolibarr/img/object_order.png
Normal file
|
After Width: | Height: | Size: 1011 B |
BIN
htdocs/theme/dolibarr/img/object_phoning.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/dolibarr/img/object_product.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/dolibarr/img/object_propal.png
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
htdocs/theme/dolibarr/img/object_rss.png
Normal file
|
After Width: | Height: | Size: 387 B |
BIN
htdocs/theme/dolibarr/img/object_sending.png
Normal file
|
After Width: | Height: | Size: 340 B |
BIN
htdocs/theme/dolibarr/img/object_service.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/dolibarr/img/object_stock.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/dolibarr/img/object_task.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/dolibarr/img/object_trip.png
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
htdocs/theme/dolibarr/img/object_user.png
Normal file
|
After Width: | Height: | Size: 757 B |
BIN
htdocs/theme/dolibarr/img/pdf.png
Normal file
|
After Width: | Height: | Size: 744 B |
BIN
htdocs/theme/dolibarr/img/recent.png
Normal file
|
After Width: | Height: | Size: 715 B |
BIN
htdocs/theme/dolibarr/img/refresh.png
Normal file
|
After Width: | Height: | Size: 812 B |
BIN
htdocs/theme/dolibarr/img/reload.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/dolibarr/img/search.png
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
htdocs/theme/dolibarr/img/star.png
Normal file
|
After Width: | Height: | Size: 537 B |
BIN
htdocs/theme/dolibarr/img/stcomm-1.png
Normal file
|
After Width: | Height: | Size: 821 B |
BIN
htdocs/theme/dolibarr/img/stcomm0.png
Normal file
|
After Width: | Height: | Size: 843 B |
BIN
htdocs/theme/dolibarr/img/stcomm1.png
Normal file
|
After Width: | Height: | Size: 890 B |
BIN
htdocs/theme/dolibarr/img/stcomm2.png
Normal file
|
After Width: | Height: | Size: 657 B |
BIN
htdocs/theme/dolibarr/img/stcomm3.png
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
htdocs/theme/dolibarr/img/stcomm4.png
Normal file
|
After Width: | Height: | Size: 928 B |
BIN
htdocs/theme/dolibarr/img/task.png
Normal file
|
After Width: | Height: | Size: 284 B |
BIN
htdocs/theme/dolibarr/img/unlock.png
Normal file
|
After Width: | Height: | Size: 1009 B |
@ -124,14 +124,6 @@ table.topbarre
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.menusel
|
||||
{
|
||||
background: #7699A9;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #f0f0ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.tmenu:link
|
||||
{
|
||||
@ -525,11 +517,51 @@ border-collapse: collapse;
|
||||
border: 1px ridge
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Tableaux
|
||||
*/
|
||||
|
||||
input.liste_titre {
|
||||
background: #7699A9;
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
background: #7699A9;
|
||||
color: #334444;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td.liste_titre {
|
||||
background: #7699A9;
|
||||
color: #334444;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.liste_titre_sel
|
||||
{
|
||||
background: #7699A9;
|
||||
color: #f0f0ff;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
th {
|
||||
background: #7699A9;
|
||||
color: #334444;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #FFFFFF;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
@ -544,18 +576,6 @@ white-space: nowrap;
|
||||
border-top: 1px solid #888888;
|
||||
}
|
||||
|
||||
th {
|
||||
background: #7699A9;
|
||||
color: #334444;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #FFFFFF;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td.border {
|
||||
border-top: 1px solid #000000;
|
||||
border-right: 1px solid #000000;
|
||||
|
||||
BIN
htdocs/theme/eldy/img/search.png
Normal file
|
After Width: | Height: | Size: 1017 B |
@ -119,15 +119,6 @@ table.topbarre
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menusel
|
||||
{
|
||||
background: #777799;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #DCCCBB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
a.tmenu:link
|
||||
{
|
||||
@ -593,9 +584,15 @@ div.titre {
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
* Tableaux
|
||||
*/
|
||||
|
||||
input.liste_titre {
|
||||
background: #777799;
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
color: #FFFFFF;
|
||||
background: #777799;
|
||||
@ -606,7 +603,27 @@ tr.liste_titre {
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
td.liste_titre {
|
||||
color: #FFFFFF;
|
||||
background: #777799;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.liste_titre_sel
|
||||
{
|
||||
color: #DCCCBB;
|
||||
background: #777799;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.liste_total {
|
||||
|
||||
BIN
htdocs/theme/freelug/img/search.png
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
htdocs/theme/help.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/yellow/img/search.png
Normal file
|
After Width: | Height: | Size: 1017 B |
@ -124,14 +124,6 @@ table.topbarre
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.menusel
|
||||
{
|
||||
background: #BBBB88;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #fcfffc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
a.tmenu:link
|
||||
@ -568,12 +560,17 @@ div.titre {
|
||||
font-weight: bold;
|
||||
color: #666633;
|
||||
text-decoration: none }
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
* Tableaux
|
||||
*/
|
||||
|
||||
input.liste_titre {
|
||||
background: #BBBB88;
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
background: #BBBB88;
|
||||
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
@ -581,7 +578,26 @@ tr.liste_titre {
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
td.liste_titre {
|
||||
background: #BBBB88;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.liste_titre_sel
|
||||
{
|
||||
color: #fcfffc;
|
||||
background: #BBBB88;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.liste_total {
|
||||
|
||||