mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Sending mail credentials to email [edit form]
This commit is contained in:
parent
930a2a82e3
commit
9347c2aa04
4 changed files with 57 additions and 1 deletions
|
@ -125,6 +125,17 @@
|
|||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text input-label">
|
||||
<?php print __('Send login credentials to email address') ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" class="vst-input" name="v_send_email" value="<?=htmlentities(trim($v_send_email, "'"))?>">
|
||||
<input type="hidden" name="v_credentials" id="v_credentials">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="data-col2">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue