Skip to content
Code-Schnipsel Gruppen Projekte
Commit 211c85e5 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: quantity & quantity unit alignment in article list

Übergeordneter 92bb9af2
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -46,6 +46,15 @@ table.articles-article {
vertical-align: top;
}
.articles-article-quantity {
text-align: right;
}
.articles-article-quantityUnit {
text-align: left;
width: 35px;
}
.articles-article-information-title {
font-size: 14px;
font-weight: bold;
......@@ -103,4 +112,4 @@ table.articles-article {
.articles-sum-row-sum-value {
border-bottom: 3px double #999999;
}
\ No newline at end of file
}
......@@ -21,7 +21,7 @@
<th class="articles-article-header-vat">
{locale group="quiqqer/erp" var="article.list.articles.header.vat" Locale=$Locale}
</th>
<th class="articles-article-header-quantity">
<th class="articles-article-header-quantity" colspan="2">
{locale group="quiqqer/erp" var="article.list.articles.header.quantity" Locale=$Locale}
</th>
<th class="articles-article-header-unitprice">
......
......@@ -37,6 +37,8 @@
data-label="{locale group='quiqqer/erp' var='article.list.articles.header.quantity'}"
>
{$this->getAttribute('quantity')}
</td>
<td class="articles-article-quantityUnit">
{$this->getAttribute('quantityUnit')}
</td>
{/if}
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren