|
@@ -365,13 +365,15 @@ var _localLang = {
|
|
|
<span class="panel-addon-price">{$addon.pricing}</span>
|
|
<span class="panel-addon-price">{$addon.pricing}</span>
|
|
|
<p class="text-muted">{$addon.description}</p>
|
|
<p class="text-muted">{$addon.description}</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
{if $addon.allowsQuantity === 2}
|
|
{if $addon.allowsQuantity === 2}
|
|
|
- <div class="alert alert-info text-center">
|
|
|
|
|
|
|
+ <div class="alert alert-info text-center" style="margin-bottom: 0px;">
|
|
|
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
|
|
|
- <tr><td valign="top"><i class="fas fa-info-circle" style="font-size:120%"></i></td>
|
|
|
|
|
- <td valign="top">
|
|
|
|
|
- Es sind multiple Quantitäten bestellbar<br />
|
|
|
|
|
- Mehrere Clients können im nächsten Dialog ausgewählt werden
|
|
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td valign="center" style="padding-right: 30px;"><i class="fas fa-info-circle" style="font-size:150%"></i></td>
|
|
|
|
|
+ <td valign="top" style="text-align:left">
|
|
|
|
|
+ Von diesem Addon können mehrere Einheiten bestellt werden.<br />
|
|
|
|
|
+ Die genaue Anzahl können Sie im nächsten Schritt konfigurieren.<br />
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
@@ -385,7 +387,7 @@ var _localLang = {
|
|
|
{/if}
|
|
{/if}
|
|
|
|
|
|
|
|
<div class="alert alert-warning text-center">
|
|
<div class="alert alert-warning text-center">
|
|
|
- <i class="fas fa-question-circle">
|
|
|
|
|
|
|
+ <i class="fas fa-question-circle"></i>
|
|
|
{$LANG.orderForm.haveQuestionsContact} <a href="contact.php" target="_blank" class="alert-link">{$LANG.orderForm.haveQuestionsClickHere}</a>
|
|
{$LANG.orderForm.haveQuestionsContact} <a href="contact.php" target="_blank" class="alert-link">{$LANG.orderForm.haveQuestionsClickHere}</a>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|