Subversion Repositories wpShopGermany4

Rev

Rev 6503 | Rev 7549 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6503 Rev 6655
Line 34... Line 34...
34
            <div class="row">
34
            <div class="row">
35
                <div class="col-md-8 col-lg-8">
35
                <div class="col-md-8 col-lg-8">
36
 
36
 
37
                    <?php echo wpsg_drawForm_AdminboxStart(__('Allgemein', 'wpsg')); ?>
37
                    <?php echo wpsg_drawForm_AdminboxStart(__('Allgemein', 'wpsg')); ?>
38
 
38
 
39
                        <?php echo wpsg_drawForm_Input('wpsg_mod_productgroups_name', __('Name', 'wpsg'), $this->view['data']['name']); ?>
39
                        <?php echo wpsg_drawForm_Input('wpsg_mod_productgroups_name', __('Produktgruppenname', 'wpsg'), $this->view['data']['name']); ?>
40
 
40
 
41
                        <?php if (wpsg_isSizedArray($this->view['languages'])) { ?>
41
                        <?php if (wpsg_isSizedArray($this->view['languages'])) { ?>
42
                            <?php foreach ($this->view['languages'] as $l) { if ($l['locale'] != $this->getDefaultLanguageLocale()) { ?>
42
                            <?php foreach ($this->view['languages'] as $l) { if ($l['locale'] != $this->getDefaultLanguageLocale()) { ?>
43
 
43
 
44
                                <?php echo wpsg_drawForm_Input(
44
                                <?php echo wpsg_drawForm_Input(
45
                                    'lang['.$l['locale'].'][name]',
45
                                    'lang['.$l['locale'].'][name]',
46
                                    __('Name', 'wpsg').'&nbsp;('.$l['name'].'&nbsp;<img src="'.$this->getFlagURL().$l['flag'].'" alt="'.$l['Name'].'" />)',
46
                                    __('Produktgruppenname', 'wpsg').'&nbsp;('.$l['name'].'&nbsp;<img src="'.$this->getFlagURL().$l['flag'].'" alt="'.$l['Name'].'" />)',
47
                                    $this->view['data']['lang'][$l['locale']]['name']
47
                                    $this->view['data']['lang'][$l['locale']]['name']
48
                                ); ?>
48
                                ); ?>
49
 
49
 
50
                            <?php } } ?>
50
                            <?php } } ?>
51
                        <?php } ?>
51
                        <?php } ?>