diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-15 10:56:07 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-15 10:56:07 +0100 |
commit | 7a6174298b23aa9a4c94bc8a56b146630da3f2c6 (patch) | |
tree | 1f90646b8c936c392a974c51fcc9041148ee0991 /view | |
parent | 397643a0660930ffb80c108727b3453dd5717bd9 (diff) | |
download | volse-hubzilla-7a6174298b23aa9a4c94bc8a56b146630da3f2c6.tar.gz volse-hubzilla-7a6174298b23aa9a4c94bc8a56b146630da3f2c6.tar.bz2 volse-hubzilla-7a6174298b23aa9a4c94bc8a56b146630da3f2c6.zip |
deleted the translated file of comment_item.tpl
Diffstat (limited to 'view')
-rw-r--r-- | view/de/comment_item.tpl | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/view/de/comment_item.tpl b/view/de/comment_item.tpl deleted file mode 100644 index 3ee4dfa9c..000000000 --- a/view/de/comment_item.tpl +++ /dev/null @@ -1,22 +0,0 @@ - <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;"> - <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" onsubmit="post_comment($id); return false;"> - <input type="hidden" name="type" value="$type" /> - <input type="hidden" name="profile_uid" value="$profile_uid" /> - <input type="hidden" name="parent" value="$parent" /> - <input type="hidden" name="return" value="$return_path" /> - - <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> - </div> - <div class="comment-edit-photo-end"></div> - <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >Kommentar</textarea> - - <div class="comment-edit-text-end"></div> - <div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-$id" style="display: none;" > - <input type="submit" onclick="post_comment($id); return false;" id="comment-edit-submit-$id" class="comment-edit-submit" name="submit" value="Senden" /> - </div> - - <div class="comment-edit-end"></div> - </form> - - </div> |