1
0
Fork 0

fix PM replies after autocomplete changes

This commit is contained in:
friendica 2012-05-10 20:01:13 -07:00
commit 8a5dcf64d8
2 changed files with 10 additions and 3 deletions

View file

@ -8,8 +8,12 @@ $parent
<div id="prvmail-to-label">$to</div>
{{ if $showinputs }}
<input type="text" id="recip" name="messageto" value="$prefill" maxlength="255" size="64" tabindex="10" />
<input type="hidden" id="recip-complete" name="messageto" value="$preid">
{{ else }}
$select
{{ endif }}
<div id="prvmail-subject-label">$subject</div>
<input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="$subjtxt" $readonly tabindex="11" />