Subversion Repositories wpShopGermany4

Rev

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

Rev 6496 Rev 6753
Line 4... Line 4...
4
	 * Template für die Einstellungen innerhalb des Posts
4
	 * Template für die Einstellungen innerhalb des Posts
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
-
 
9
<style type="text/css">
-
 
10
 
-
 
11
	#wpsg_mod_productindex_layer {}
-
 
12
 
-
 
13
</style>
-
 
14
 
9
<br /> 
15
<br /> 
10
 
16
 
11
<?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)); ?>
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)); ?>
12
 
18
 
13
<br />
19
<br />