Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5830
Line 27... Line 27...
27
			foreach ($this->arStatus as $statusCode => $statusName)
27
			foreach ($this->arStatus as $statusCode => $statusName)
28
			{		
28
			{		
29
				echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_status['.$statusCode.']', $statusName, (is_array($arSelectedStatus) && is_string($arSelectedStatus[0]) && strlen($arSelectedStatus[0]) && in_array($statusCode, $arSelectedStatus)?true:false));
29
				echo wpsg_drawForm_Checkbox('wpsg_mod_statistics_status['.$statusCode.']', $statusName, (is_array($arSelectedStatus) && is_string($arSelectedStatus[0]) && strlen($arSelectedStatus[0]) && in_array($statusCode, $arSelectedStatus)?true:false));
30
			}
30
			}
31
		?>
31
		?>
-
 
32
		
-
 
33
		<?php /* Kartendarstelung START */ ?>
-
 
34
				
-
 
35
		<?php echo wpsg_drawForm_Input('wpsg_mod_statistics_googlekey', __('Google API-Key', 'wpsg'), $this->get_option('wpsg_mod_statistics_googlekey'), array('help' => 'wpsg_mod_statistics_googlekey')); ?>
-
 
36
		
-
 
37
		<a class="button-primary" id="button-google" target="popup" href="https://console.developers.google.com/flows/enableapi?apiid=maps_backend&keyType=CLIENT_SIDE&reusekey=true" onclick="window.open('', 'popup', 'width=500;height=200,resizable=yes,menubar=yes')">
-
 
38
			<?php echo __('Schlüssel über Ihr Googlekonto anfordern'); ?>
-
 
39
		</a>
-
 
40
		
-
 
41
		<?php /* Kartendarstellung ENDE */?>
-
 
42
		
32
			<div class="wpsg_clearer"></div>
43
			<div class="wpsg_clearer"></div>
33
		</div>
44
		</div>
34
		
45
		
35
		<div id="tabcontent2" class="tabcontent">
46
		<div id="tabcontent2" class="tabcontent">
36
			
47