Translation
This commit is contained in:
parent
4e09867b01
commit
26e3f41f73
@ -74,7 +74,7 @@ if (! empty($conf->fckeditor->enabled) && ! empty($conf->global->FCKEDITOR_ENABL
|
|||||||
else $typeofdata='textarea:12:95%';
|
else $typeofdata='textarea:12:95%';
|
||||||
|
|
||||||
print '<!-- BEGIN PHP TEMPLATE NOTES -->'."\n";
|
print '<!-- BEGIN PHP TEMPLATE NOTES -->'."\n";
|
||||||
print '<div class="tagtable border table-border centpercent">'."\n";
|
print '<div class="tagtable border table-border tableforfield centpercent">'."\n";
|
||||||
if ($module != 'product') {
|
if ($module != 'product') {
|
||||||
// No public note yet on products
|
// No public note yet on products
|
||||||
print '<div class="tagtr pair table-border-row">'."\n";
|
print '<div class="tagtr pair table-border-row">'."\n";
|
||||||
|
|||||||
@ -39,8 +39,8 @@ ServicesOnSellAndOnBuy=Services for sale and for purchase
|
|||||||
LastModifiedProductsAndServices=Last %s modified products/services
|
LastModifiedProductsAndServices=Last %s modified products/services
|
||||||
LastRecordedProducts=Latest %s recorded products
|
LastRecordedProducts=Latest %s recorded products
|
||||||
LastRecordedServices=Latest %s recorded services
|
LastRecordedServices=Latest %s recorded services
|
||||||
CardProduct0=Product card
|
CardProduct0=Product
|
||||||
CardProduct1=Service card
|
CardProduct1=Service
|
||||||
Stock=Stock
|
Stock=Stock
|
||||||
MenuStocks=Stocks
|
MenuStocks=Stocks
|
||||||
Stocks=Stocks and location (warehouse) of products
|
Stocks=Stocks and location (warehouse) of products
|
||||||
|
|||||||
@ -908,7 +908,7 @@ select.selectarrowonleft option {
|
|||||||
}
|
}
|
||||||
.linkobject { cursor: pointer; }
|
.linkobject { cursor: pointer; }
|
||||||
|
|
||||||
table.tableforfield tr>td:first-of-type {
|
table.tableforfield tr>td:first-of-type, div.tableforfield div.tagtr>div.tagtd:first-of-type {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -5763,7 +5763,7 @@ border-top-right-radius: 6px;
|
|||||||
.titlefield {
|
.titlefield {
|
||||||
width: auto !important; /* We want to ignor the 30%, try to use more if you can */
|
width: auto !important; /* We want to ignor the 30%, try to use more if you can */
|
||||||
}
|
}
|
||||||
.tableforfield>tr>td:first-child {
|
.tableforfield>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-type {
|
||||||
max-width: 100px; /* but no more than 100px */
|
max-width: 100px; /* but no more than 100px */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user