Subversion Repositories wpShopGermany4

Rev

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

Rev 7094 Rev 7103
Line 14... Line 14...
14
	</ul>
14
	</ul>
15
	<div class="tab-content">
15
	<div class="tab-content">
16
		<div id="tab1" role="tabpanel" class="tab-pane active" >
16
		<div id="tab1" role="tabpanel" class="tab-pane active" >
17
 
17
 
18
			<?php echo wpsg_drawForm_Input('wpsg_rechnungen_adresszeile', __('Adresszeile', 'wpsg'), $this->get_option('wpsg_rechnungen_adresszeile')); ?>
18
			<?php echo wpsg_drawForm_Input('wpsg_rechnungen_adresszeile', __('Adresszeile', 'wpsg'), $this->get_option('wpsg_rechnungen_adresszeile')); ?>
19
			<!--
19
			
20
			<div class="wpsg_hinweis"><?php echo __('Diese Zeile wird klein oberhalb der Kundenadresse platziert', 'wpsg'); ?></div>
-
 
21
			<br />
20
			<hr>
22
-->
21
 
23
			<?php echo wpsg_drawForm_TextStart(); ?>
22
			<?php echo wpsg_drawForm_TextStart(); ?>
24
			<div style="position:relative;">
23
			<div style="position:relative;">
25
				<?php if ($this->view['bp'] === false) { ?>
24
				<?php if ($this->view['bp'] === false) { ?>
26
					<p><?php echo __('Es wurde bisher kein Briefpapier hochgeladen', 'wpsg'); ?></p>
25
					<p><?php echo __('Es wurde bisher kein Briefpapier hochgeladen', 'wpsg'); ?></p>
27
				<?php } else { ?>
26
				<?php } else { ?>
Line 35... Line 34...
35
					</label>';
34
					</label>';
36
					echo __($strSuffix);
35
					echo __($strSuffix);
37
				} ?>
36
				} ?>
38
			</div>
37
			</div>
39
			<?php echo wpsg_drawForm_TextEnd(__('Briefpapier (PDF/JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_rechnungen_bp')); ?>
38
			<?php echo wpsg_drawForm_TextEnd(__('Briefpapier (PDF/JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_rechnungen_bp')); ?>
40
 
39
				
-
 
40
			<hr>	
-
 
41
				
41
			<?php echo wpsg_drawForm_TextStart(); ?>
42
			<?php echo wpsg_drawForm_TextStart(); ?>
42
			<div style="position:relative;">
43
			<div style="position:relative;">
43
				<?php if ($this->view['logo'] === false) { ?>
44
				<?php if ($this->view['logo'] === false) { ?>
44
					<p><?php echo __('Es wurde bisher kein Logo hochgeladen', 'wpsg'); ?></p>
45
					<p><?php echo __('Es wurde bisher kein Logo hochgeladen', 'wpsg'); ?></p>
45
				<?php } else { ?>
46
				<?php } else { ?>
Line 89... Line 90...
89
 
90
 
90
 
91
 
91
			<!--
92
			<!--
92
			<div class="wpsg_hinweis"><?php echo __('Das Briefpapier wird hinter die gesamte Seite gelegt, das Logo wird standardmäßig rechts oben auf jeder Seite platziert. (96 dpi)', 'wpsg'); ?></div>
93
			<div class="wpsg_hinweis"><?php echo __('Das Briefpapier wird hinter die gesamte Seite gelegt, das Logo wird standardmäßig rechts oben auf jeder Seite platziert. (96 dpi)', 'wpsg'); ?></div>
93
			<br />
94
			<br />
94
-->
95
-->			
-
 
96
			<hr> 
-
 
97
			
95
			<table class="table table-body-striped wpsg_mod_deliverynote_fieldtable">
98
			<table class="table table-body-striped wpsg_mod_deliverynote_fieldtable">
96
				<thead>
99
				<thead>
97
				<tr>
100
				<tr>
98
					<th class="col_bezeichnung"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
101
					<th class="col_bezeichnung"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
99
					<th class="col_freitext"><?php echo __('Freitext', 'wpsg'); ?></th>
102
					<th class="col_freitext"><?php echo __('Freitext', 'wpsg'); ?></th>