Fixes on the contact form

This commit is contained in:
Fándly Gergő 2019-08-10 15:11:30 +03:00
parent 55c7d3ddb1
commit a4b2be4d9a
3 changed files with 6 additions and 6 deletions

View File

@ -109,7 +109,7 @@ enter_quota="Please enter the new quota"
unlimited="Unlimited"
finish="Finalize!"
send_message="Send message"
message="Message"
smessage="Message"
;Errors
error[1]="Wrong username or password!"

View File

@ -109,7 +109,7 @@ enter_quota="Kérlek írd be az új kvótát!"
unlimited="Végtelen"
finish="Véglegesítés!"
send_message="Üzenet küldése"
message="Üzenet"
smessage="Üzenet"
;Errors
error[1]="Hibás felhasználónév vagy jelszó!"

View File

@ -31,7 +31,7 @@
<!--
<p><b><?php echo $lang['phone'].": " ?></b>+40-000-000000</p>
-->
<p><b><a onclick="toggleDropdown('#pgppublic')"><?php echo $lang['php_public'] ?></a></b></p>
<p><b><a onclick="toggleDropdown('#pgppublic')" style="cursor: pointer"><?php echo $lang['pgp_public'] ?></a></b></p>
<div id="pgppublic" style="display: none">
<textarea cols="60" rows="50" readonly>
-----BEGIN PGP PUBLIC KEY BLOCK-----
@ -99,11 +99,11 @@ rpFr9f/8
<td><input type="text" name="subject" placeholder="<?php echo $lang['subject'] ?>" required></td>
</tr>
<tr>
<td><?php echo $lang['message'].": " ?></td>
<td><textarea name="message" placeholder="<?php echo $lang['message']."..." ?>" cols="50" rows="10" max="1500"></textarea></td>
<td><?php echo $lang['smessage'].": " ?></td>
<td><textarea name="message" placeholder="<?php echo $lang['smessage']."..." ?>" cols="50" rows="10" max="1500"></textarea></td>
</tr>
<tr>
<td></td>
<td><p>Not available yet</p></td>
</tr>
</table>
</fieldset>