Fixes on the contact form
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user