diff --git a/www/widgets/templates/_gen/shopexport.tpl b/www/widgets/templates/_gen/shopexport.tpl index 4255bffd..fab71180 100644 --- a/www/widgets/templates/_gen/shopexport.tpl +++ b/www/widgets/templates/_gen/shopexport.tpl @@ -53,20 +53,36 @@ [BEZEICHNUNG][MSGBEZEICHNUNG] - [SELMODUS] [AKTIV][MSGAKTIV] - - [EINZELSYNC][MSGEINZELSYNC] [PROJEKT][MSGPROJEKT] - [WARTESCHLANGE] {|Freigabe erfolgt manuell|} - - [SELABHOLMODUS]{|Anzahl abholen begrenzen|}:[MAXMANUELL][MSGMAXMANUELL] {|0 bedeutet Begrenzung auf 100|} + + + [SELABHOLMODUS] + + + {|Anzahl abholen begrenzen|}: + [MAXMANUELL][MSGMAXMANUELL] + {|0 bedeutet Begrenzung auf 100|} + + + [SELMODUS] + + + + [EINZELSYNC][MSGEINZELSYNC] + + + + [WARTESCHLANGE] + {|Freigabe erfolgt manuell|} + + diff --git a/www/widgets/widget.shopexport.php b/www/widgets/widget.shopexport.php index 3ff7c20e..0e6b8ed1 100644 --- a/www/widgets/widget.shopexport.php +++ b/www/widgets/widget.shopexport.php @@ -861,7 +861,7 @@ class WidgetShopexport extends WidgetGenShopexport switch($typ) { case 'textarea': - $aktcol .= ''; + $aktcol .= ''; break; case 'checkbox': $aktcol .= ''; @@ -912,7 +912,7 @@ class WidgetShopexport extends WidgetGenShopexport $aktcol .= ' '; } if(isset($val['info']) && $val['info']){ - $aktcol .= ' '.$val['info'].''; + $aktcol .= ' '.$val['info'].''; } if(isset($val['col']) && $val['col'] == 2) {