diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/comment_item.tpl | 1 | ||||
-rw-r--r-- | view/de/mail_received_eml.tpl | 13 | ||||
-rw-r--r-- | view/en/mail_received_eml.tpl | 14 | ||||
-rw-r--r-- | view/fr/mail_received_eml.tpl | 13 | ||||
-rw-r--r-- | view/it/mail_received_eml.tpl | 13 |
5 files changed, 1 insertions, 53 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 885d735ed..dabbd6e87 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -4,6 +4,7 @@ <input type="hidden" name="profile_uid" value="$profile_uid" /> <input type="hidden" name="parent" value="$parent" /> <input type="hidden" name="return" value="$return_path" /> + <input type="hidden" name="jsreload" value="$jsreload" /> <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> diff --git a/view/de/mail_received_eml.tpl b/view/de/mail_received_eml.tpl deleted file mode 100644 index 6ddd586fc..000000000 --- a/view/de/mail_received_eml.tpl +++ /dev/null @@ -1,13 +0,0 @@ ---$mimeboundary -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$textbody - ---$mimeboundary -Content-Type: text/html; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$htmlbody - ---$mimeboundary--
\ No newline at end of file diff --git a/view/en/mail_received_eml.tpl b/view/en/mail_received_eml.tpl deleted file mode 100644 index 99eb14391..000000000 --- a/view/en/mail_received_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ ---$mimeboundary -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$textbody - ---$mimeboundary -Content-Type: text/html; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$htmlbody - ---$mimeboundary-- - diff --git a/view/fr/mail_received_eml.tpl b/view/fr/mail_received_eml.tpl deleted file mode 100644 index 6ddd586fc..000000000 --- a/view/fr/mail_received_eml.tpl +++ /dev/null @@ -1,13 +0,0 @@ ---$mimeboundary -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$textbody - ---$mimeboundary -Content-Type: text/html; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$htmlbody - ---$mimeboundary--
\ No newline at end of file diff --git a/view/it/mail_received_eml.tpl b/view/it/mail_received_eml.tpl deleted file mode 100644 index 538d28e1e..000000000 --- a/view/it/mail_received_eml.tpl +++ /dev/null @@ -1,13 +0,0 @@ ---$mimeboundary -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$textbody - ---$mimeboundary -Content-Type: text/html; charset=UTF-8 -Content-Transfer-Encoding: base64 - -$htmlbody - ---$mimeboundary-- |