Subversion Repositories wpShopGermany4

Rev

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

<?php 

        /**
         * Template für die Integration des Login Formulares in den Checkout
         * Wird von checkout.phtml eingebunden
         */

?>
<table>
        <tr class="wpsg_kopf">
                <th colspan="3"><?php echo __('Bereits Kunde? Hier einloggen ...', 'wpsg'); ?></th>
        </tr>
        <tr>
                <td class="left">
                        <label for="wpsg_mod_kundenverwaltung_email"><?php echo __("E-Mail Adresse", "wpsg"); ?>:
                        </label>
                        <input class="wpsg_checkout <?php echo ((in_array("wpsg_mod_kundenverwaltung_email", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="wpsg_mod_kundenverwaltung_email" name="wpsg[mod_kundenverwaltung][email]" value="" />                  
                </td>
                <td class="wpsg_spacercell">&nbsp;</td>
                <td class="right">
                        <label for="wpsg_mod_kundenverwaltung_password"><?php echo __("Passwort", "wpsg"); ?>:
                        </label>
                        <input class="wpsg_checkout <?php echo ((in_array("wpsg_mod_kundenverwaltung_password", (array)$this->view['error']))?'wpsg_error':''); ?>" type="password" id="wpsg_mod_kundenverwaltung_password" name="wpsg[mod_kundenverwaltung][password]" value="" />
                </td>
        </tr>
        <tr>
                <td class="left">
                                                
                </td>
                <td class="wpsg_spacercell">&nbsp;</td>
                <td class="right">
                        <input type="submit" class="wpsg_button wpsg_mod_kundenverwaltung_login" value="<?php echo __('Login', 'wpsg'); ?>" name="wpsg_mod_kundenverwaltung_login" />
                </td>
        </tr>
</table>