Line 81... |
Line 81... |
81 |
<img src="https://www.gravatar.com/avatar/<?php echo md5(strtolower(trim($c->getEMail()))); ?>?s=40&d=mm" alt=""" />
|
81 |
<img src="https://www.gravatar.com/avatar/<?php echo md5(strtolower(trim($c->getEMail()))); ?>?s=40&d=mm" alt=""" />
|
82 |
<input type="radio" name="set_target" value="<?php echo $c->id; ?>" />
|
82 |
<input type="radio" name="set_target" value="<?php echo $c->id; ?>" />
|
83 |
|
83 |
|
84 |
</td>
|
84 |
</td>
|
85 |
<td class="col_name column-title">
|
85 |
<td class="col_name column-title">
|
- |
|
86 |
<strong><a title="<?php echo __("Diesen Kunden bearbeiten", "wpsg"); ?>" href="<?php
|
86 |
<strong><a title="<?php echo __("Diesen Kunden bearbeiten", "wpsg"); ?>" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Customer&action=edit&edit_id=<?php echo $c->id; ?>" class="row-title"><?php echo trim($c->GetNr().' '.$c->getLabel()); ?></a></strong>
|
87 |
|
- |
|
88 |
echo wpsg_admin_url('Customer', 'edit', ['edit_id' => $c->id]);
|
- |
|
89 |
|
- |
|
90 |
?>" class="row-title"><?php echo trim($c->GetNr().' '.$c->getLabel()); ?></a></strong>
|
87 |
<?php if (strlen($c->getEMail()) > 0) { ?>
|
91 |
<?php if (strlen($c->getEMail()) > 0) { ?>
|
88 |
<a style="margin-bottom:3px; display:block;" href="mailto:<?php echo $c->getEMail(); ?>" title="<?php echo __('Dem Kunden eine E-Mail schreiben.', 'wpsg'); ?>"><?php echo $c->getEMail(); ?></a>
|
92 |
<a style="margin-bottom:3px; display:block;" href="mailto:<?php echo $c->getEMail(); ?>" title="<?php echo __('Dem Kunden eine E-Mail schreiben.', 'wpsg'); ?>"><?php echo $c->getEMail(); ?></a>
|
89 |
<?php } ?>
|
93 |
<?php } ?>
|
90 |
|
94 |
|
91 |
<?php $passwort_saltmd5 = $c->passwort_saltmd5; if (!wpsg_isSizedString($passwort_saltmd5)) { ?>
|
95 |
<?php $passwort_saltmd5 = $c->passwort_saltmd5; if (!wpsg_isSizedString($passwort_saltmd5)) { ?>
|
Line 141... |
Line 145... |
141 |
<td class="wpsg_pic_col">
|
145 |
<td class="wpsg_pic_col">
|
142 |
<img src="https://www.gravatar.com/avatar/<?php echo md5(strtolower(trim($c->getEMail()))); ?>?s=40&d=mm" alt=""" />
|
146 |
<img src="https://www.gravatar.com/avatar/<?php echo md5(strtolower(trim($c->getEMail()))); ?>?s=40&d=mm" alt=""" />
|
143 |
<input type="hidden" value="<?php echo $c->id; ?>" name="customer[]" />
|
147 |
<input type="hidden" value="<?php echo $c->id; ?>" name="customer[]" />
|
144 |
</td>
|
148 |
</td>
|
145 |
<td class="col_name column-title">
|
149 |
<td class="col_name column-title">
|
- |
|
150 |
<strong><a title="<?php echo __("Diesen Kunden bearbeiten", "wpsg"); ?>" href="<?php
|
146 |
<strong><a title="<?php echo __("Diesen Kunden bearbeiten", "wpsg"); ?>" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Customer&action=edit&edit_id=<?php echo $c->id; ?>" class="row-title"><?php echo trim($c->GetNr().' '.$c->getLabel()); ?></a></strong>
|
151 |
|
- |
|
152 |
echo wpsg_admin_url('Customer', 'edit', ['edit_id' => $c->id]);
|
- |
|
153 |
|
- |
|
154 |
?>" class="row-title"><?php echo trim($c->GetNr().' '.$c->getLabel()); ?></a></strong>
|
147 |
<?php if (strlen($c->getEMail()) > 0) { ?>
|
155 |
<?php if (strlen($c->getEMail()) > 0) { ?>
|
148 |
<a href="mailto:<?php echo $c->getEMail(); ?>" title="<?php echo __('Dem Kunden eine E-Mail schreiben.', 'wpsg'); ?>"><?php echo $c->getEMail(); ?></a>
|
156 |
<a href="mailto:<?php echo $c->getEMail(); ?>" title="<?php echo __('Dem Kunden eine E-Mail schreiben.', 'wpsg'); ?>"><?php echo $c->getEMail(); ?></a>
|
149 |
<?php } ?>
|
157 |
<?php } ?>
|
150 |
</td>
|
158 |
</td>
|
151 |
<td class="col_adress">
|
159 |
<td class="col_adress">
|