Skip to content

Commit

Permalink
Update tpl_contact_us_default.php
Browse files Browse the repository at this point in the history
Erleichtert die spätere Layoutgestaltung mittels CSS.
  • Loading branch information
out-of-order authored Apr 14, 2024
1 parent bc09ddb commit ea8117b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@
<label class="inputLabel" for="telephone"><?php echo ENTRY_TELEPHONE_NUMBER; ?></label>
<?php echo zen_draw_input_field('telephone', ($telephone), ' size="20" id="telephone" autocomplete="off"', 'tel'); ?>
<br class="clearBoth">

<div class="contact">
<label for="enquiry"><?php echo ENTRY_ENQUIRY; ?></label>
<?php echo zen_draw_textarea_field('enquiry', '30', '7', $enquiry, 'id="enquiry" placeholder="' . ENTRY_REQUIRED_SYMBOL . '" required'); ?>

<div>

<div class="email-pot">
<label for="email-us"></label>
<?php echo zen_draw_input_field(SPAM_TEST_TEXT, '', ' id="email-us" title="do not fill in!" placeholder="do not fill in!" autocomplete="off"', 'email'); ?>
Expand All @@ -92,4 +95,4 @@
}
?>
</form>
</div>
</div>

0 comments on commit ea8117b

Please sign in to comment.