]> git.mxchange.org Git - friendica.git/commitdiff
fix for comment-wwedit-wrapper CSS class in tpl had a stray $
authorSimon L'nu <simon.lnu@gmail.com>
Fri, 2 Mar 2012 17:00:16 +0000 (12:00 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Fri, 2 Mar 2012 17:00:16 +0000 (12:00 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
images/icons/lock.png.tmp [deleted file]
view/comment_item.tpl
view/theme/duepuntozero/comment_item.tpl
view/theme/loozah/comment_item.tpl
view/theme/testbubble/comment_item.tpl

diff --git a/images/icons/lock.png.tmp b/images/icons/lock.png.tmp
deleted file mode 100755 (executable)
index 7e58ead..0000000
Binary files a/images/icons/lock.png.tmp and /dev/null differ
index c992593f853deff2265bdc4d88d4ce527990bf17..cde4ca3ca8d497217bd6557f7676de4071894df9 100755 (executable)
@@ -1,4 +1,4 @@
-               <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
+               <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" />
index b29735227beab42d8202fd6f17a67f942281c01e..3503c3843eea13e93a8d9b73b8fe6f7b5df45489 100755 (executable)
@@ -1,4 +1,4 @@
-               <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
+               <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" />
index b29735227beab42d8202fd6f17a67f942281c01e..3503c3843eea13e93a8d9b73b8fe6f7b5df45489 100755 (executable)
@@ -1,4 +1,4 @@
-               <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
+               <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" />
index bc75eb1a6762b4842f748f5ca606b83670b0e366..4754a1eb7c1f7619525955382ab60ded9a5d71dd 100755 (executable)
@@ -1,4 +1,4 @@
-               <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
+               <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" />