Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 8078 → Rev 8077

/order/index.phtml
486,7 → 486,7
<br />
<input type="checkbox" name="wpsg_Multirechnung_faelligkeit" value="1" id="invoice_faelligkeit" />
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
<input type="date" name="wpsg_Multirechnung_faelligkeitsdatum" value="<?php echo date('Y-m-d', strtotime('+'.intval($this->get_option("wpsg_rechnungen_faelligkeit")).' day')); ?>" />
<input type="date" name="wpsg_Multirechnung_faelligkeitsdatum" value="<?php echo date('Y-m-d'); ?>" />
<br />
<input type="checkbox" name="wpsg_Multirechnung_url" value="1" id="invoice_url" />
<label for="invoice_url"><?php echo __('URL Benachrichtigung', 'wpsg'); ?></label>