Subversion Repositories wpShopGermany4

Rev

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

Rev 6753 Rev 6755
Line 6... Line 6...
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<style type="text/css">
9
<style type="text/css">
10
 
10
 
-
 
11
#wpsg_mod_productindex_layer { height:20rem; }
11
	#wpsg_mod_productindex_layer {}
12
#wpsg_mod_productindex_layer select,
-
 
13
#wpsg_mod_productindex_layer input { width:25rem; }
-
 
14
#wpsg_mod_productindex_layer #wpsg_mod_productindex_hideOrder,
-
 
15
#wpsg_mod_productindex_layer #wpsg_mod_productindex_hideViewSelect { width:15px; height:15px; }
12
 
16
 
13
</style>
17
</style>
14
 
18
 
15
<br /> 
19
<br /> 
16
 
20
 
17
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productindex_active', __('Seite als Produktseite verwenden', 'wpsg'), get_post_meta($this->view['wpsg_mod_productindex']['post_id'], 'wpsg_mod_productindex_active', true)); ?>
21
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productindex_active', __('Seite als Produktseite verwenden', 'wpsg'), get_post_meta($this->view['wpsg_mod_productindex']['post_id'], 'wpsg_mod_productindex_active', true)); ?>
18
 
22
 
19
<br />
23
<br />
20
 
24
 
21
<div id="wpsg_mod_productindex_layer" style="display:none;">
25
<div id="wpsg_mod_productindex_layer" style="display:none; height:20rem;">
22
	
26
	
23
	<div style="width:50%; float:none;">
27
	<div style="width:50%; float:left;">
24
		
28
		
25
		<?php /* alle Produkte */ ?>
29
		<?php /* alle Produkte */ ?>
26
		<?php echo wpsg_drawForm_Select('wpsg_mod_productindex_show', __('Produkte', 'wpsg'), $this->view['wpsg_mod_productindex']['arShow'], get_post_meta($this->view['wpsg_mod_productindex']['post_id'], 'wpsg_mod_productindex_show', true)); ?>		
30
		<?php echo wpsg_drawForm_Select('wpsg_mod_productindex_show', __('Produkte', 'wpsg'), $this->view['wpsg_mod_productindex']['arShow'], get_post_meta($this->view['wpsg_mod_productindex']['post_id'], 'wpsg_mod_productindex_show', true)); ?>		
27
		<br />
31
		<br />
28
		
32
		
Line 56... Line 60...
56
			<br />			
60
			<br />			
57
		</div>
61
		</div>
58
		
62
		
59
	</div>
63
	</div>
60
	
64
	
61
	<div style="width:50%; float:none;">
65
	<div style="width:50%; float:right;">
62
	
66
	
63
		<?php /* Produkttemplateauswahl list/grid */ ?>
67
		<?php /* Produkttemplateauswahl list/grid */ ?>
64
		<?php echo wpsg_drawForm_Select('wpsg_mod_productindex_template', __('Template', 'wpsg'), $this->view['wpsg_mod_productindex']['arTemplates'], get_post_meta($this->view['wpsg_mod_productindex']['post_id'], 'wpsg_mod_productindex_template', true), array('noIndex' => true)); ?>
68
		<?php echo wpsg_drawForm_Select('wpsg_mod_productindex_template', __('Template', 'wpsg'), $this->view['wpsg_mod_productindex']['arTemplates'], get_post_meta($this->view['wpsg_mod_productindex']['post_id'], 'wpsg_mod_productindex_template', true), array('noIndex' => true)); ?>
65
		
69
		
66
		<br /> 
70
		<br />