Subversion Repositories wpShopGermany4

Rev

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

Rev 6773 Rev 7316
Line 108... Line 108...
108
                        <?php if (wpsg_isSizedArray($wpsg_update_data['domainData'])) { ?>
108
                        <?php if (wpsg_isSizedArray($wpsg_update_data['domainData'])) { ?>
109
                              
109
                              
110
                            <table class="table domaintable">
110
                            <table class="table domaintable">
111
                                <thead>
111
                                <thead>
112
                                    <tr>
112
                                    <tr>
113
                                        <th class="col_domain"><?php echo __('Domain', 'wspg'); ?></th>
113
                                        <th class="col_domain"><?php echo __('Domain', 'wpsg'); ?></th>
114
                                        <th class="col_action"></th>
114
                                        <th class="col_action"></th>
115
                                    </tr>
115
                                    </tr>
116
                                </thead>
116
                                </thead>
117
                                <tbody>
117
                                <tbody>
118
                                    <?php foreach ($wpsg_update_data['domainData'] as $domain) { ?>
118
                                    <?php foreach ($wpsg_update_data['domainData'] as $domain) { ?>