Line 30... |
Line 30... |
30 |
<div class="wpsg_form_field">
|
30 |
<div class="wpsg_form_field">
|
31 |
<div class="wpsg_form_left">
|
31 |
<div class="wpsg_form_left">
|
32 |
<span style="color:red;"><?php echo __("Update", "wpsg"); ?>:</span>
|
32 |
<span style="color:red;"><?php echo __("Update", "wpsg"); ?>:</span>
|
33 |
</div>
|
33 |
</div>
|
34 |
<div class="wpsg_form_right">
|
34 |
<div class="wpsg_form_right">
|
- |
|
35 |
|
- |
|
36 |
<p>
|
- |
|
37 |
<?php echo wpsg_translate(
|
35 |
<p><?php echo __("Die Version der Datenbank stimmt nicht mit der installierten Version überein!<br />Bitte klicken Sie auf ", "wpsg").'<a href="'.WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=allgemein&do=update&submit=1&noheader=1">'.__("Aktualisieren", "wpsg").'</a> ('.__("Produkte etc. werden dabei nicht gelöscht.", "wpsg"); ?>)</p>
|
38 |
__('Die Version der Datenbank stimmt nicht mit der installierten Version überein!<br />Bitte klicken Sie auf <a href="#1#">Aktualisieren</a> Produkte etc. werden dabei nicht gelöscht.', 'wpsg'),
|
- |
|
39 |
wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=allgemein&do=update&submit=1&noheader=1', 'wpsg-admin-db-update')
|
- |
|
40 |
); ?>
|
- |
|
41 |
</p>
|
- |
|
42 |
|
36 |
<a rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=DBUpdate" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=DBUpdate" class="wpsg_glyphicon_right glyphicon glyphicon-question-sign"></a>
|
43 |
<a rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=DBUpdate" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=DBUpdate" class="wpsg_glyphicon_right glyphicon glyphicon-question-sign"></a>
|
- |
|
44 |
|
37 |
</div>
|
45 |
</div>
|
38 |
<div class="wpsg_clear"></div>
|
46 |
<div class="wpsg_clear"></div>
|
39 |
</div>
|
47 |
</div>
|
40 |
<?php } else { ?>
|
48 |
<?php } else { ?>
|
41 |
<?php wpsg_drawForm_TextStart(); ?>
|
49 |
<?php wpsg_drawForm_TextStart(); ?>
|
- |
|
50 |
<?php echo WPSG_VERSION; ?> <a href="<?php
|
- |
|
51 |
|
42 |
<?php echo WPSG_VERSION; ?> <a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=allgemein&do=update&submit=1&noheader=1"><?php echo __("Aktualisieren", "wpsg"); ?></a>
|
52 |
echo wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=allgemein&do=update&submit=1&noheader=1', 'wpsg-admin-db-update');
|
- |
|
53 |
|
- |
|
54 |
?>"><?php echo __("Aktualisieren", "wpsg"); ?></a>
|
43 |
<?php echo wpsg_drawForm_TextEnd(__('Installierte DB Version', 'wpsg'), array('help' => 'DBUpdate')); ?>
|
55 |
<?php echo wpsg_drawForm_TextEnd(__('Installierte DB Version', 'wpsg'), array('help' => 'DBUpdate')); ?>
|
44 |
<?php } ?>
|
56 |
<?php } ?>
|
45 |
|
57 |
|
46 |
<?php echo wpsg_drawForm_Input('wpsg_currency', __('Währung', 'wpsg'), $this->get_option('wpsg_currency'), array('help' => 'Einstellungen_Allgemein_Waehrung')); ?>
|
58 |
<?php echo wpsg_drawForm_Input('wpsg_currency', __('Währung', 'wpsg'), $this->get_option('wpsg_currency'), array('help' => 'Einstellungen_Allgemein_Waehrung')); ?>
|
47 |
|
59 |
|