Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Rev 5439 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Template für den ersten Karteireiter der Kundendaten
         */

?>
<table class="wpsg_pflichtfelder">
        <tr>
                <th class="col0"><?php echo __("Feldbezeichnung", "wpsg"); ?></th>
                <th class="col1"><?php echo __("Pflichtfeld", "wpsg"); ?></th>   
        </tr>
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Anrede', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[anrede]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['anrede'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>
                        </select>
                </td>
        </tr>
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Mögliche Werte für Auswahl getrennt mit |', 'wpsg'); ?>:</td>
                <td class="col1">
                        <input type="text" style="width:100%;" name="pflicht[anrede_auswahl]" value="<?php echo $this->view['pflicht']['anrede_auswahl']; ?>" />
                </td>
        </tr>
        <tr class="wpsg_even">
                <td class="col0"><?php echo __('Firma', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[firma]">
                                <option value="0"><?php echo __("Ja", "wpsg"); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['firma'] == '1')?'selected="selected"':''); ?>><?php echo __("Nein", "wpsg"); ?></option>                                                                                                         
                        </select>
                </td> 
        </tr>
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Vorname', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[vname]">
                                <option value="0"><?php echo __("Ja", "wpsg"); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['vname'] == '1')?'selected="selected"':''); ?>><?php echo __("Nein", "wpsg"); ?></option>                                                 
                        </select>
                </td> 
        </tr>
        <tr class="wpsg_even">
                <td class="col0"><?php echo __('Name', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[name]">
                                <option value="0"><?php echo __("Ja", "wpsg"); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['name'] == '1')?'selected="selected"':''); ?>><?php echo __("Nein", "wpsg"); ?></option>                                                  
                        </select>
                </td>
        </tr>   
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Geburtsdatum', 'wpsg'); ?></td>
                <td class="col1">
                        <select name="pflicht[geb]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['geb'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                   
                        </select>
                </td> 
        </tr>
        <tr class="wpsg_even">
                <td class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[email]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['email'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                 
                        </select>
                </td>
        </tr>
        <tr class="wpsg_even">
                <td class="col0"></td>
                <td class="col1">
                        <label style="line-height:24px;">
                                <input type="hidden" name="pflicht[emailconfirm]" value="0" />
                                <input type="checkbox" value="1" <?php echo (($this->view['pflicht']['emailconfirm'] == '1')?'checked="checked"':''); ?> name="pflicht[emailconfirm]" style="width:auto; margin-left:5px;" />&nbsp;
                                <?php echo __('E-Mail Adresse (Wiederholung)', 'wpsg'); ?>
                        </label>
                </td>
        </tr>
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Telefon', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[tel]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['tel'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                   
                        </select>
                </td> 
        </tr>
        <tr class="wpsg_even">
                <td class="col0"><?php echo __('Fax', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[fax]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['fax'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                   
                        </select>
                </td> 
        </tr>
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Straße', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[strasse]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['strasse'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                       
                        </select>
                </td> 
        </tr>
        <tr class="wpsg_even">
                <td class="col0"><?php echo __('Postleitzahl', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[plz]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['plz'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                   
                        </select>
                </td> 
        </tr>                           
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('Ort', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[ort]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['ort'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                   
                        </select>
                </td>
        </tr>
        <tr class="wpsg_even">
                <td class="col0"><?php echo __('Land', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[land]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['land'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                  
                        </select>
                </td> 
        </tr>                           
        <tr class="wpsg_odd">
                <td class="col0"><?php echo __('UStIdNr.', 'wpsg'); ?>:</td>
                <td class="col1">
                        <select name="pflicht[ustidnr]">
                                <option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
                                <option value="1" <?php echo (($this->view['pflicht']['ustidnr'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>                                                       
                        </select>
                </td>
        </tr>
</table>