diff options
author | friendica <info@friendica.com> | 2012-07-19 21:09:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-19 21:09:40 -0700 |
commit | bf386749047731d3a7f47fd99f7dcc4e93ed7be7 (patch) | |
tree | 49168f1e7d3ca11f0b3622ca9129904af15608bf /view/poke_content.tpl | |
parent | 6293c5e1cf53eeb6db487c74c6e4cec8a11148d4 (diff) | |
download | volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.tar.gz volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.tar.bz2 volse-hubzilla-bf386749047731d3a7f47fd99f7dcc4e93ed7be7.zip |
sync
Diffstat (limited to 'view/poke_content.tpl')
-rw-r--r-- | view/poke_content.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/poke_content.tpl b/view/poke_content.tpl index 09b3d8db4..f81d04c6c 100644 --- a/view/poke_content.tpl +++ b/view/poke_content.tpl @@ -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 /> |