Subversion Repositories wpShopGermany4

Rev

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

Rev 5945 Rev 6567
Line 53... Line 53...
53
	</div><!-- /.modal -->
53
	</div><!-- /.modal -->
54
 
54
 
55
	<?php echo wpsg_drawForm_TextStart(); ?>
55
	<?php echo wpsg_drawForm_TextStart(); ?>
56
	<a href="#" data-toggle="modal" data-target="#modal<?php echo $this->view['field_key']; ?>"><?php echo __('Text anzeigen/bearbeiten', 'wpsg'); ?></a>
56
	<a href="#" data-toggle="modal" data-target="#modal<?php echo $this->view['field_key']; ?>"><?php echo __('Text anzeigen/bearbeiten', 'wpsg'); ?></a>
57
	<?php echo wpsg_drawForm_TextEnd(__('Text unter der E-Mail', 'wpsg')); ?>
57
	<?php echo wpsg_drawForm_TextEnd(__('Text unter der E-Mail', 'wpsg')); ?>
58
 
58
	<br />
-
 
59
	<?php echo __('* Der restliche E-Mailtext kann nur im Mailtemplate verändert werden', 'wpsg'); ?>	
59
	<?php if (wpsg_isSizedString($notice)) { ?>
60
	<?php if (wpsg_isSizedString($notice)) { ?>
60
 
61
 
61
	<br />
62
	<br />
62
	<div class="wpsg_hinweis"><?php echo $notice; ?></div>
63
	<div class="wpsg_hinweis"><?php echo $notice; ?></div>
63
 
64