diff options
author | friendica <info@friendica.com> | 2013-03-05 15:48:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 15:48:56 -0800 |
commit | dd22e1b5824b38fa2a1455df22dbee7da2201c76 (patch) | |
tree | 735d4fe38430aa67c16a9b1eb2cbee17a8942837 /view/tpl/smarty3/comment_item.tpl | |
parent | 8d442e6fc1364ea351a9b781e8173c1b679b7a91 (diff) | |
download | volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.tar.gz volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.tar.bz2 volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.zip |
just tinkering and trying a few things - don't get upset. It can all be reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
Diffstat (limited to 'view/tpl/smarty3/comment_item.tpl')
-rw-r--r-- | view/tpl/smarty3/comment_item.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/smarty3/comment_item.tpl b/view/tpl/smarty3/comment_item.tpl index cde6466f0..d15009d7f 100644 --- a/view/tpl/smarty3/comment_item.tpl +++ b/view/tpl/smarty3/comment_item.tpl @@ -15,7 +15,6 @@ <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="jsreload" value="{{$jsreload}}" /> <input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" /> - <input type="hidden" name="post_id_random" value="{{$rand_num}}" /> <div class="comment-edit-photo" id="comment-edit-photo-{{$id}}" > <a class="comment-edit-photo-link" href="{{$mylink}}" title="{{$mytitle}}"><img class="my-comment-photo" src="{{$myphoto}}" alt="{{$mytitle}}" title="{{$mytitle}}" /></a> |