Line 6... |
Line 6... |
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
|
8 |
|
9 |
<div class="wpsg_admin_submenu">
|
9 |
<div class="wpsg_admin_submenu">
|
10 |
|
10 |
|
11 |
<div class="head">
|
11 |
<div class="list-group">
|
12 |
<div class="title"><?php echo __("Einstellungen", "wpsg"); ?></div>
|
12 |
<span class="list-group-head list-group-item"><?php echo __('Konfiguration'); ?></span>
|
13 |
<div style="clear:both;"></div>
|
- |
|
14 |
</div>
|
- |
|
15 |
|
- |
|
16 |
<ul>
|
- |
|
17 |
<?php foreach ($this->view['arSubAction'] as $k => $v) { ?>
|
13 |
<?php foreach ($this->view['arSubAction'] as $k => $v) { ?>
|
18 |
<li class="<?php echo (($k == $this->view['subAction'])?'current':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $k; ?>"><?php echo $v['Menutext']; ?></a></li>
|
14 |
<a class="list-group-item <?php echo (($k == $this->view['subAction'])?'active':''); ?>" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $k; ?>"><?php echo $v['Menutext']; ?></a>
|
19 |
<?php } ?>
|
15 |
<?php } ?>
|
20 |
</ul>
|
16 |
</div>
|
21 |
|
17 |
|
22 |
</div>
|
18 |
</div>
|
23 |
|
19 |
|
24 |
<div class="wpsg_admin_content">
|
20 |
<div class="wpsg_admin_content form-horizontal">
|
25 |
<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $_REQUEST['subaction']; ?>&noheader=1">
|
21 |
<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $_REQUEST['subaction']; ?>&noheader=1">
|
26 |
<div class="wpsg_admin_box">
|
- |
|
27 |
|
22 |
|
- |
|
23 |
|
28 |
<div class="wpsg_hinweis">
|
24 |
<div class="panel panel-default">
|
29 |
<?php echo __('Sie befinden sich in einer Multiblog Umgebung.', 'wpsg'); ?>
|
- |
|
30 |
</div>
|
- |
|
31 |
<br />
|
- |
|
32 |
|
25 |
|
33 |
<?php echo wpsg_drawForm_Checkbox('wpsg_multiblog_standalone', __('Jeden Blog getrennt behandeln', 'wpsg'), $this->get_option('wpsg_multiblog_standalone', true)); ?>
|
26 |
<div class="panel-heading clearfix">
|
34 |
<?php echo wpsg_drawForm_Checkbox('wpsg_multiblog_sessionPath', __('Session auf Verzeichnis einschränken', 'wpsg'), $this->get_option('wpsg_multiblog_sessionPath', true), array('help' => 'wpsg_multiblog_sessionPath')); ?>
|
27 |
<h3 class="panel-title"><?php echo __('Blognetzwerk-Einstellungen', 'wpsg'); ?></h3>
|
- |
|
28 |
</div>
|
35 |
|
29 |
|
- |
|
30 |
<div class="panel-body">
|
- |
|
31 |
<div class="info">
|
- |
|
32 |
<br />
|
36 |
<input type="hidden" name="subaction" value="blognetzwerk" />
|
33 |
<?php echo __('Sie befinden sich in einer Multiblog Umgebung.', 'wpsg'); ?>
|
- |
|
34 |
<br />
|
- |
|
35 |
</div>
|
37 |
|
36 |
|
38 |
<br />
|
37 |
<div class="wpsg_form_field">
|
39 |
|
38 |
|
- |
|
39 |
<?php echo wpsg_drawForm_Checkbox('wpsg_multiblog_standalone', __('Jeden Blog getrennt behandeln', 'wpsg'), $this->get_option('wpsg_multiblog_standalone', true), array('help' => 'wpsg_multiblog_standalone')); ?>
|
- |
|
40 |
<?php echo wpsg_drawForm_Checkbox('wpsg_multiblog_sessionPath', __('Session auf Verzeichnis einschränken', 'wpsg'), $this->get_option('wpsg_multiblog_sessionPath', true), array('help' => 'wpsg_multiblog_sessionPath')); ?>
|
- |
|
41 |
|
- |
|
42 |
<input type="hidden" name="subaction" value="blognetzwerk" />
|
- |
|
43 |
|
- |
|
44 |
</div>
|
40 |
<div class="wpsg_hinweis">
|
45 |
<div class="info">
|
- |
|
46 |
<br />
|
41 |
<?php echo __('Nach der Umstellung dieser Option sollte in den Blogs in denen der Shop noch verwendet wird die Shop Datenbank aktualisiert werden. (Einstellungen -> Allgemein)', 'wpsg'); ?>
|
47 |
<?php echo __('Nach der Umstellung dieser Option sollte in den Blogs in denen der Shop noch verwendet wird die Shop Datenbank aktualisiert werden. (Einstellungen -> Allgemein)', 'wpsg'); ?>
|
- |
|
48 |
<br />
|
42 |
</div>
|
49 |
</div>
|
43 |
|
- |
|
44 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
|
- |
|
45 |
|
50 |
|
- |
|
51 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
|
- |
|
52 |
|
- |
|
53 |
</div>
|
- |
|
54 |
|
46 |
</div>
|
55 |
</div>
|
47 |
</form>
|
56 |
</form>
|
48 |
</div>
|
57 |
</div>
|
49 |
|
58 |
|