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%';
|
||||
|
||||
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') {
|
||||
// No public note yet on products
|
||||
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
|
||||
LastRecordedProducts=Latest %s recorded products
|
||||
LastRecordedServices=Latest %s recorded services
|
||||
CardProduct0=Product card
|
||||
CardProduct1=Service card
|
||||
CardProduct0=Product
|
||||
CardProduct1=Service
|
||||
Stock=Stock
|
||||
MenuStocks=Stocks
|
||||
Stocks=Stocks and location (warehouse) of products
|
||||
|
||||
@ -908,7 +908,7 @@ select.selectarrowonleft option {
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
@ -5763,7 +5763,7 @@ border-top-right-radius: 6px;
|
||||
.titlefield {
|
||||
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 */
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user