Subversion Repositories wpShopGermany4

Rev

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

Rev 6745 Rev 7133
Line 21... Line 21...
21
		</div>
21
		</div>
22
		<br />
22
		<br />
23
		
23
		
24
	<?php } ?>
24
	<?php } ?>
25
 
25
 
26
	<div class="modal fade" tabindex="-1" role="dialog" id="modal<?php echo $this->view['field_key']; ?>">
-
 
27
		<div class="modal-dialog">
-
 
28
			<div class="modal-content">
-
 
29
				<div class="modal-header">
-
 
30
					<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
-
 
31
					<h4 class="modal-title"><?php echo __('Text im Footer der Mail bearbeiten', 'wpsg'); ?></h4>
26
    <br /><p style="font-weight:700;"><?php echo (__('Text unter der E-Mail', 'wpsg')); ?></p>
32
				</div>
-
 
33
				<div class="modal-body">
-
 
34
 
27
 
35
					<?php
28
    <?php
-
 
29
    
-
 
30
    // RTE
-
 
31
    ob_start();
-
 
32
    wp_editor($this->get_option('wpsg_'.$this->view['field_key'].'_text'), 'wpsg_'.$this->view['field_key'].'_text');
-
 
33
    $rte_content = ob_get_contents();
-
 
34
    ob_end_clean();
-
 
35
    
-
 
36
    echo $rte_content;
-
 
37
    
-
 
38
    ?>
36
 
39
 
37
						// RTE
-
 
38
						ob_start();
-
 
39
						wp_editor($this->get_option('wpsg_'.$this->view['field_key'].'_text'), 'wpsg_'.$this->view['field_key'].'_text');
-
 
40
						$rte_content = ob_get_contents();
-
 
41
						ob_end_clean();
-
 
42
 
-
 
43
						echo $rte_content;
-
 
44
 
-
 
45
					?>
-
 
46
 
-
 
47
				</div>
-
 
48
				<div class="modal-footer">
-
 
49
					<button type="button" class="btn btn-default" data-dismiss="modal"><?php echo __('Schließen', 'wpsg'); ?></button>
-
 
50
				</div>
-
 
51
			</div><!-- /.modal-content -->
-
 
52
		</div><!-- /.modal-dialog -->
-
 
53
	</div><!-- /.modal -->
-
 
54
 
-
 
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>
-
 
57
	<?php echo wpsg_drawForm_TextEnd(__('Text unter der E-Mail', 'wpsg')); ?>
-
 
58
	<br />
40
	<br />
59
	<?php echo __('* Der restliche E-Mailtext kann nur im Mailtemplate verändert werden', 'wpsg'); ?>	
41
	<?php echo __('* Der restliche E-Mailtext kann nur im Mailtemplate verändert werden', 'wpsg'); ?>	
60
	<?php if (wpsg_isSizedString($notice)) { ?>
42
	<?php if (wpsg_isSizedString($notice)) { ?>
61
 
43
 
62
	<br />
44
	<br />