Click2Dial-Funktion auf InfocenterDetails

Addon-JS injection FHC-Header
This commit is contained in:
Gerald Raab
2018-03-01 17:16:13 +01:00
parent a2864eb47a
commit 67dbca5be3
3 changed files with 37 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
'tablesorter' => true,
'tinymce' => true,
'sbadmintemplate' => true,
'addons' => true,
'customCSSs' =>
array(
'skin/admintemplate.css',
+3 -1
View File
@@ -58,6 +58,7 @@
<tr>
<td><?php echo ucfirst($kontakt->kontakttyp); ?></td>
<td>
<?php echo '<span class="'.$kontakt->kontakttyp.'">';?>
<?php if ($kontakt->kontakttyp === 'email'): ?>
<a href="mailto:<?php echo $kontakt->kontakt; ?>" target="_top">
<?php
@@ -67,6 +68,7 @@
?>
</a>
<?php endif; ?>
<?php echo '</span>'?>
</td>
<td><?php echo $kontakt->anmerkung; ?></td>
</tr>
@@ -106,4 +108,4 @@
<?php endif; ?>
</div>
</div>
</div>
</div>