reverted changes from 354eaccd06a265d557f8c7471bf1fd003ef0aa3c - will have to rework this more thorougly

This commit is contained in:
azett 2022-04-10 13:16:42 +02:00
parent a65285d31b
commit 04e65040ca
3 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,9 @@
<label class="textlabel" for="url">{$lang.comments.www}</label>
</p>
{* do action *}
{comment_form}
</div>
{/if}

View File

@ -26,6 +26,8 @@
<p><label class="textlabel" for="url">{$lang.comments.www}</label><br />
<input type="text" {$error.url|notempty:'class="field-error"'} name="url" id="url" value="{$values.url|default:$cookie.url}" /></p>
{comment_form}
</fieldset>
{else}
<p><input type="hidden" name="name" id="name" value="{$flatpress.user.userid}" />

View File

@ -54,6 +54,8 @@
<input type="text" name="url" id="url" class="{$class}"
value="{$urlvalue|stripslashes|wp_specialchars:true}" /></p>
{comment_form}
</fieldset>
<fieldset><legend>{$lang.contact.fieldset2}</legend>