Line 43... |
Line 43... |
43 |
<?php if ($this->view['profil']['export_type'] === wpsg_mod_export::TYPE_ORDER) { ?>
|
43 |
<?php if ($this->view['profil']['export_type'] === wpsg_mod_export::TYPE_ORDER) { ?>
|
44 |
<?php echo wpsg_drawForm_Text('Bestellung-Tagname', $this->view['profil']['xml_ordertag'], 'xml_ordertag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
44 |
<?php echo wpsg_drawForm_Text('Bestellung-Tagname', $this->view['profil']['xml_ordertag'], 'xml_ordertag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
45 |
<?php echo wpsg_drawForm_Text('Produkt-Root-Tagname', $this->view['profil']['xml_productroottag'], 'xml_productroottag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
45 |
<?php echo wpsg_drawForm_Text('Produkt-Root-Tagname', $this->view['profil']['xml_productroottag'], 'xml_productroottag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
46 |
<?php } ?>
|
46 |
<?php } ?>
|
47 |
|
47 |
|
- |
|
48 |
<?php if ($this->view['profil']['export_type'] === wpsg_mod_export::TYPE_CUSTOMER) { ?>
|
- |
|
49 |
<?php echo wpsg_drawForm_Text('Kunden-Tagname', $this->view['profil']['xml_customertag'], 'xml_customertag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
- |
|
50 |
<?php } else { ?>
|
48 |
<?php echo wpsg_drawForm_Text('Produkt-Tagname', $this->view['profil']['xml_producttag'], 'xml_producttag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
51 |
<?php echo wpsg_drawForm_Text('Produkt-Tagname', $this->view['profil']['xml_producttag'], 'xml_producttag', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
- |
|
52 |
<?php } ?>
|
49 |
|
53 |
|
50 |
</div>
|
54 |
</div>
|
51 |
|
55 |
|
52 |
<div class="wpsg_mod_export_format wpsg_mod_export_format_<?php echo wpsg_mod_export::FORMAT_CSV; ?>" style="display:<?php echo (($this->view['profil']['format'] == wpsg_mod_export::FORMAT_CSV)?'block':'none'); ?>">
|
56 |
<div class="wpsg_mod_export_format wpsg_mod_export_format_<?php echo wpsg_mod_export::FORMAT_CSV; ?>" style="display:<?php echo (($this->view['profil']['format'] == wpsg_mod_export::FORMAT_CSV)?'block':'none'); ?>">
|
53 |
<?php echo wpsg_drawForm_Upload('samplefile', __('Muster Vorlage', 'wpsg'), false, '50', '100000', array('ajax_upload' => true, 'ajax_upload_url' => $upload_url, 'ajax_success' => 'samplefile_success')); ?>
|
57 |
<?php echo wpsg_drawForm_Upload('samplefile', __('Muster Vorlage', 'wpsg'), false, '50', '100000', array('ajax_upload' => true, 'ajax_upload_url' => $upload_url, 'ajax_success' => 'samplefile_success')); ?>
|
Line 202... |
Line 206... |
202 |
<?php } ?>
|
206 |
<?php } ?>
|
203 |
|
207 |
|
204 |
</form>
|
208 |
</form>
|
205 |
|
209 |
|
206 |
</fieldset>
|
210 |
</fieldset>
|
- |
|
211 |
<?php } else if ($this->view['profil']['export_type'] === wpsg_mod_export::TYPE_CUSTOMER) { ?>
|
- |
|
212 |
<fieldset id="wpsg_mod_export_productfilter">
|
- |
|
213 |
|
- |
|
214 |
<legend><div class="col-sm-offset-6"><?php echo __('Kundenfilter', 'wpsg'); ?></div></legend>
|
- |
|
215 |
|
- |
|
216 |
<form id="wpsg_mod_export_searchfilter">
|
- |
|
217 |
|
- |
|
218 |
<?php echo wpsg_drawForm_Text(__('Suchfeld', 'wpsg'), wpsg_getStr($this->view['profil']['orderfilter']['s']), 'orderfilter_s', array('inlineEdit' => true, 'inlineEdit_url' => $inlineEdit_url)); ?>
|
- |
|
219 |
|
- |
|
220 |
</form>
|
- |
|
221 |
|
- |
|
222 |
</fieldset>
|
207 |
<?php } ?>
|
223 |
<?php } ?>
|
208 |
|
224 |
|
209 |
</div>
|
225 |
</div>
|
210 |
|
226 |
|
211 |
</div>
|
227 |
</div>
|