4 changed files with 15 additions and 18 deletions
@ -1,13 +1 @@ |
|||||
<?php if ($value === null): ?> |
|
||||
<p> |
|
||||
Sie sind nicht mit Immotooler verbunden |
|
||||
</p> |
|
||||
<p> |
|
||||
<a href="https://app.immotooler.com/oauth/authorize" class="it-login-button"> |
|
||||
<img src="<?php echo $pluginDir; ?>resources/img/immotooler.png"> |
|
||||
<span>Mit Immotooler verbinden</span> |
|
||||
</a> |
|
||||
</p> |
|
||||
<?php else: ?> |
|
||||
<input type="color" value="<?php echo esc_attr($value); ?>" name="it-slider-options[<?php echo esc_attr($name); ?>]"> |
|
||||
<?php endif; ?> |
|
||||
|
<input type="text" value="<?php echo esc_attr($value); ?>" name="it-slider-options[<?php echo esc_attr($name); ?>]"> |
||||
|
|||||
Loading…
Reference in new issue