Line 3... |
Line 3... |
3 |
<div id="wpsg_tab">
|
3 |
<div id="wpsg_tab">
|
4 |
<ul class="nav nav-tabs" role="tablist">
|
4 |
<ul class="nav nav-tabs" role="tablist">
|
5 |
<li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Auswertung Bestellstatus', 'wpsg'); ?></a></li>
|
5 |
<li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Auswertung Bestellstatus', 'wpsg'); ?></a></li>
|
6 |
<li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Piwik', 'wpsg'); ?></a></li>
|
6 |
<li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Piwik', 'wpsg'); ?></a></li>
|
7 |
<li role="presentation"><a href="#tab3" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Google', 'wpsg'); ?></a></li>
|
7 |
<li role="presentation"><a href="#tab3" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Google', 'wpsg'); ?></a></li>
|
- |
|
8 |
<li role="presentation"><a href="#tab4" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Social Media', 'wpsg'); ?></a></li>
|
8 |
<li role="presentation"><a href="#tab4" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Sonstiges', 'wpsg'); ?></a></li>
|
9 |
<li role="presentation"><a href="#tab5" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Sonstiges', 'wpsg'); ?></a></li>
|
9 |
</ul>
|
10 |
</ul>
|
10 |
|
11 |
|
11 |
<div class="tab-content" >
|
12 |
<div class="tab-content" >
|
12 |
|
13 |
|
13 |
<div role="tabpanel" class="tab-pane active" id="tab1" >
|
14 |
<div role="tabpanel" class="tab-pane active" id="tab1" >
|
Line 84... |
Line 85... |
84 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_anonymise_ip_address', __('IP Adresse anonymisieren', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_anonymise_ip_address'), array('help' => 'wpsg_mod_statistics_google_anonymise_ip_address'));
|
85 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_anonymise_ip_address', __('IP Adresse anonymisieren', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_anonymise_ip_address'), array('help' => 'wpsg_mod_statistics_google_anonymise_ip_address'));
|
85 |
|
86 |
|
86 |
//echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_enable_first_touch_tracking', __('Enable First Touch Tracking', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_enable_first_touch_tracking'));
|
87 |
//echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_enable_first_touch_tracking', __('Enable First Touch Tracking', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_enable_first_touch_tracking'));
|
87 |
|
88 |
|
88 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_track_page_load_time', __('Ladegeschwindigkeit der Website erfassen', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_track_page_load_time'), array('help' => 'wpsg_mod_statistics_google_track_page_load_time'));
|
89 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_track_page_load_time', __('Ladegeschwindigkeit der Website erfassen', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_track_page_load_time'), array('help' => 'wpsg_mod_statistics_google_track_page_load_time'));
|
- |
|
90 |
|
- |
|
91 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_opt_out', __('Google Opt Out', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_opt_out'), array('help' => 'wpsg_mod_statistics_google_opt_out'));
|
- |
|
92 |
|
- |
|
93 |
echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_google_enhanced_tracking_code', __('Enhanced Tacking Code', 'wpsg'), $this->get_option('wpsg_mod_statistics_google_enhanced_tracking_code'), array('help' => 'wpsg_mod_statistics_google_enhanced_tracking_code'));
|
89 |
?>
|
94 |
?>
|
90 |
<h3><?php echo __('Zieleinrichtung in Google Analytics', 'wpsg'); ?></h3>
|
95 |
<h3><?php echo __('Zieleinrichtung in Google Analytics', 'wpsg'); ?></h3>
|
91 |
|
96 |
|
92 |
<?php
|
97 |
<?php
|
93 |
echo wpsg_drawForm_Textstart();
|
98 |
echo wpsg_drawForm_Textstart();
|
94 |
echo wpsg_drawForm_TextEnd(__('Ziel', 'wpsg'), array('noP' => true));
|
99 |
echo wpsg_drawForm_TextEnd(__('Ziel', 'wpsg'), array('noP' => true));
|
Line 117... |
Line 122... |
117 |
|
122 |
|
118 |
</ul>
|
123 |
</ul>
|
119 |
|
124 |
|
120 |
<div class="wpsg_clearer"></div>
|
125 |
<div class="wpsg_clearer"></div>
|
121 |
</div>
|
126 |
</div>
|
122 |
|
127 |
|
- |
|
128 |
<div role="tabpanel" id="tab4" class="tab-pane">
|
- |
|
129 |
<?php
|
- |
|
130 |
echo wpsg_drawForm_input('wpsg_mod_statistics_socialmedia_fb_px', __('Facebook Pixel', 'wpsg'), $this->get_option('wpsg_mod_statistics_socialmedia_fb_px'), array('help' => 'wpsg_mod_statistics_socialmedia_fb_px'));
|
- |
|
131 |
?>
|
- |
|
132 |
<div class="wpsg_clearer"></div>
|
- |
|
133 |
</div>
|
- |
|
134 |
|
123 |
<div role="tabpanel" class="tab-pane" id="tab4">
|
135 |
<div role="tabpanel" class="tab-pane" id="tab5">
|
124 |
<?php
|
136 |
<?php
|
125 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_line_chart_width', __('Liniendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_line_chart_width'), array('help' => 'wpsg_mod_statistics_line_chart_width'));
|
137 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_line_chart_width', __('Liniendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_line_chart_width'), array('help' => 'wpsg_mod_statistics_line_chart_width'));
|
126 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_line_chart_height', __('Liniendiagramm (Hoehe in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_line_chart_height'), array('help' => 'wpsg_mod_statistics_line_chart_height'));
|
138 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_line_chart_height', __('Liniendiagramm (Hoehe in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_line_chart_height'), array('help' => 'wpsg_mod_statistics_line_chart_height'));
|
127 |
|
139 |
|
128 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_pie_chart_width', __('Kuchendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_pie_chart_width'), array('help' => 'wpsg_mod_statistics_pie_chart_width'));
|
140 |
echo wpsg_drawForm_Input('wpsg_mod_statistics_pie_chart_width', __('Kuchendiagramm (Breite in px)', 'wpsg'), $this->get_option('wpsg_mod_statistics_pie_chart_width'), array('help' => 'wpsg_mod_statistics_pie_chart_width'));
|