1
0
Fork 0

allow to prefill - url/poke?f=&c=nn - nn is contact id

This commit is contained in:
friendica 2012-07-19 20:54:23 -07:00
commit d1243c9ad7
2 changed files with 20 additions and 3 deletions

View file

@ -8,8 +8,8 @@
<div id="poke-recip-label">$clabel</div>
<br />
<input id="recip" type="text" size="64" maxlength="255" value="" name="pokename" autocomplete="off">
<input id="recip-complete" type="hidden" value="" name="cid">
<input id="recip" type="text" size="64" maxlength="255" value="$name" name="pokename" autocomplete="off">
<input id="recip-complete" type="hidden" value="$id" name="cid">
<br />
<br />