Subversion Repositories wpShopGermany4

Rev

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

Rev 6134 Rev 6494
Line 39... Line 39...
39
                    <?php echo wpsg_drawForm_AdminboxStart(__('Allgemein', 'wpsg')); ?>
39
                    <?php echo wpsg_drawForm_AdminboxStart(__('Allgemein', 'wpsg')); ?>
40
 
40
 
41
                        <?php echo wpsg_drawForm_Input('wpsg_mod_productgroups_name', __('Name', 'wpsg'), $this->view['data']['name']); ?>
41
                        <?php echo wpsg_drawForm_Input('wpsg_mod_productgroups_name', __('Name', 'wpsg'), $this->view['data']['name']); ?>
42
 
42
 
43
                        <?php if (wpsg_isSizedArray($this->view['languages'])) { ?>
43
                        <?php if (wpsg_isSizedArray($this->view['languages'])) { ?>
44
                            <?php foreach ($this->view['languages'] as $l) { if ($l['locale'] != $this->getDefaultLanguage()) { ?>
44
                            <?php foreach ($this->view['languages'] as $l) { if ($l['locale'] != $this->getDefaultLanguageLocale()) { ?>
45
 
45
 
46
                                <?php echo wpsg_drawForm_Input(
46
                                <?php echo wpsg_drawForm_Input(
47
                                    'lang['.$l['locale'].'][name]',
47
                                    'lang['.$l['locale'].'][name]',
48
                                    __('Name', 'wpsg').'&nbsp;('.$l['name'].'&nbsp;<img src="'.$this->getFlagURL().$l['flag'].'" alt="'.$l['Name'].'" />)',
48
                                    __('Name', 'wpsg').'&nbsp;('.$l['name'].'&nbsp;<img src="'.$this->getFlagURL().$l['flag'].'" alt="'.$l['Name'].'" />)',
49
                                    $this->view['data']['lang'][$l['locale']]['name']
49
                                    $this->view['data']['lang'][$l['locale']]['name']