WebshopApi: Übersetzungen
authorWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 11:25:01 +0000 (13:25 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 11:34:27 +0000 (13:34 +0200)
locale/de/all
locale/en/all
templates/webpages/shop_order/show.html
templates/webpages/shop_part/_filter.html

index d7a4c03..6e37c6f 100755 (executable)
@@ -2141,6 +2141,7 @@ $self->{texts} = {
   'Part Type'                   => 'Artikel-Typ',
   'Part Unit'                   => 'Einheit',
   'Part classifications'        => 'Artikel-Klassifizierungen',
+  'Part marked as "Shop part"'  => '',
   'Part picker'                 => 'Artikelauswahl',
   'Part with partnumber: #1 not found' => 'Artikel mit Artikelnummer #1 wurde nicht gefunden',
   'PartClassAbbreviation'       => 'Abkürzung der Artikel-Klassifizierung',
index d3a9759..2cd58ac 100644 (file)
@@ -2141,6 +2141,7 @@ $self->{texts} = {
   'Part Type'                   => '',
   'Part Unit'                   => '',
   'Part classifications'        => '',
+  'Part marked as "Shop part"'  => '',
   'Part picker'                 => '',
   'Part with partnumber: #1 not found' => '',
   'PartClassAbbreviation'       => '',
index 112ffbd..ccbe412 100644 (file)
       </tr>
       <tr class="listrow">
       [% FOREACH pos = IMPORT.shop_order_items %]
-        <td>[% loop.index+1                                    %]</td>
+        <td>[% loop.count                                      %]</td>
         <td>[% HTML.escape(pos.partnumber)                     %]</td>
         <td>[% HTML.escape(pos.description)                    %]</td>
         <td>[% pos.quantity_as_number                          %]</td>
index add0f6b..bdf2908 100644 (file)
@@ -10,7 +10,7 @@
      <td>[% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0) %]</td>
     </tr>
     <tr>
-     <td>[% 'Part marked as "Shop part"' %]
+     <td>[% 'Part marked as "Shop part"' | $T8 %]
      <td>[% L.yes_no_tag('filter.part.shop', FORM.filter.part.shop, default='1', with_empty=1, empty_title='---') %]</td>
     </tr>
  </table>