Subversion Repositories wpShopGermany4

Rev

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

Rev 7094 Rev 7103
Line 15... Line 15...
15
	<div class="tab-content">
15
	<div class="tab-content">
16
		<div role="tabpanel" class="tab-pane active" id="tab1">
16
		<div role="tabpanel" class="tab-pane active" id="tab1">
17
 
17
 
18
			<?php echo wpsg_drawForm_Input('wpsg_mod_deliverynote_adressrow', __('Adresszeile', 'wpsg'), $this->get_option('wpsg_mod_deliverynote_adressrow'), array('help' => 'wpsg_mod_deliverynote_adressrow')); ?>
18
			<?php echo wpsg_drawForm_Input('wpsg_mod_deliverynote_adressrow', __('Adresszeile', 'wpsg'), $this->get_option('wpsg_mod_deliverynote_adressrow'), array('help' => 'wpsg_mod_deliverynote_adressrow')); ?>
19
 
19
 
-
 
20
			<hr>
-
 
21
			
20
			<?php echo wpsg_drawForm_TextStart(); ?>
22
			<?php echo wpsg_drawForm_TextStart(); ?>
21
			<div style="position:relative;">
23
			<div style="position:relative;">
22
				<?php if ($this->view['wpsg_mod_deliverynote']['bp'] === false) { ?>
24
				<?php if ($this->view['wpsg_mod_deliverynote']['bp'] === false) { ?>
23
					<p><?php echo __('Es wurde bisher kein Briefpapier hochgeladen', 'wpsg'); ?></p>
25
					<p><?php echo __('Es wurde bisher kein Briefpapier hochgeladen', 'wpsg'); ?></p>
24
				<?php } else { ?>
26
				<?php } else { ?>
Line 33... Line 35...
33
					echo __($strSuffix);
35
					echo __($strSuffix);
34
				} ?>
36
				} ?>
35
			</div>
37
			</div>
36
			<?php echo wpsg_drawForm_TextEnd(__('Briefpapier (PDF/JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_mod_deliverynote_bp')); ?>
38
			<?php echo wpsg_drawForm_TextEnd(__('Briefpapier (PDF/JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_mod_deliverynote_bp')); ?>
37
 
39
 
-
 
40
			<hr>
-
 
41
			
38
			<?php echo wpsg_drawForm_TextStart(); ?>
42
			<?php echo wpsg_drawForm_TextStart(); ?>
39
			<div style="position:relative;">
43
			<div style="position:relative;">
40
				<?php if ($this->view['wpsg_mod_deliverynote']['logo'] === false) { ?>
44
				<?php if ($this->view['wpsg_mod_deliverynote']['logo'] === false) { ?>
41
					<p><?php echo __('Es wurde bisher kein Logo hochgeladen', 'wpsg'); ?></p>
45
					<p><?php echo __('Es wurde bisher kein Logo hochgeladen', 'wpsg'); ?></p>
42
				<?php } else { ?>
46
				<?php } else { ?>
Line 73... Line 77...
73
							</label>	
77
							</label>	
74
						</div>
78
						</div>
75
					</div>';
79
					</div>';
76
					echo __($strSuffix);
80
					echo __($strSuffix);
77
				} ?>
81
				} ?>
-
 
82
						
78
 
83
					
79
				<button class="button wpsg_deliverynote_preview" style="float:right; margin-right:10px;" name="wpsg_deliverynote_preview" type="button">
84
				<button class="button wpsg_deliverynote_preview" style="float:right; margin-right:10px;" name="wpsg_deliverynote_preview" type="button">
80
					<?php echo __("Vorschau", "wpsg"); ?>
85
					<?php echo __("Vorschau", "wpsg"); ?>
81
				</button>
86
				</button>
82
 
87
 
83
			</div>
88
			</div>
84
			<?php echo wpsg_drawForm_TextEnd(__('Logo (JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_mod_deliverynote_logo')); ?>
89
			<?php echo wpsg_drawForm_TextEnd(__('Logo (JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_mod_deliverynote_logo')); ?>
85
 
90
 
86
			<br />
91
			<hr> <br />
87
 
92
 
88
			<table class="table table-body-striped wpsg_mod_deliverynote_fieldtable">
93
			<table class="table table-body-striped wpsg_mod_deliverynote_fieldtable">
89
				<thead>
94
				<thead>
90
				<tr>
95
				<tr>
91
					<th class="col_bezeichnung"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
96
					<th class="col_bezeichnung"><?php echo __('Bezeichnung', 'wpsg'); ?></th>