diff options
author | friendica <info@friendica.com> | 2012-07-21 03:48:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-21 03:48:59 -0700 |
commit | 6e08f398200de8a1560e14cdb4fb6c278a8e2b94 (patch) | |
tree | 9ca6e1e6350ba49b8f3abc130c9551afe7fa436d /view/poke_content.tpl | |
parent | bf386749047731d3a7f47fd99f7dcc4e93ed7be7 (diff) | |
download | volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.tar.gz volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.tar.bz2 volse-hubzilla-6e08f398200de8a1560e14cdb4fb6c278a8e2b94.zip |
simplify
Diffstat (limited to 'view/poke_content.tpl')
-rw-r--r-- | view/poke_content.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/poke_content.tpl b/view/poke_content.tpl index f81d04c6c..18438787a 100644 --- a/view/poke_content.tpl +++ b/view/poke_content.tpl @@ -23,7 +23,10 @@ </select> <br /> <br /> - +<div id="poke-private-desc">$prv_desc</div> +<input type="checkbox" name="private" value="1" /> +<br /> +<br /> <input type="submit" name="submit" value="$submit" /> </form> |