diff --git a/app/twig_templates/admin/comments/reply.twig b/app/twig_templates/admin/comments/reply.twig index 1780575d..33c362e4 100644 --- a/app/twig_templates/admin/comments/reply.twig +++ b/app/twig_templates/admin/comments/reply.twig @@ -2,95 +2,10 @@ {% block title %}{{ _('Details of comment') }}{% endblock %} {% block content %} -

{{ _('Details of comment') }}

- - - - - - - - - - - - - - - - - - - - {% if comment.mail %} - - - - - {% endif %} - {% if comment.url %} - - - - - {% endif %} - - - - - - - - - {% if comment.reply_status == comment_reply_status_reply %} - - - - - {% endif %} - -
{{ _('Article name') }}{{ comment.entry_title }}
{{ _('Contributor') }}{{ comment.name }}
{{ _('Title') }}{{ comment.title }}
{{ _('Body') }}{{ comment.body|nl2br }}
{{ _('E-mail address') }}{{ comment.mail }}
URL{{ comment.url }}
{{ _('Public state') }} - {% if comment.open_status == comment_open_status_public %} - {{ _('Published') }} - {% endif %} - {% if comment.open_status == comment_open_status_pending %} - {{ _('Approval pending') }} - {% endif %} - {% if comment.open_status == comment_open_status_private %} - {{ _('Only exposed administrator') }} - {% endif %} -
{{ _('Updated date') }}{{ comment.updated_at|date('Y-m-d H:i:s') }}
{{ _('Response time') }}{{ comment.reply_updated_at|date('Y-m-d H:i:s') }}
- - {% if comment.open_status == comment_open_status_pending %} -

{{ _('I moderate comments') }}

- {{ _('Approval') }} - {% endif %} - - {% if comment.open_status == comment_open_status_private %} -

{{ _('I will reply to comments') }}

-
- {{ input(req, 'back_url', 'hidden', {'default': req.get('back_url')}) }} - {{ input(req, 'comment[reply_body]', 'textarea', {'style': 'width: 95%; height: 200px;'}) }} - {% if errors.comment.reply_body %}

{{ errors.comment.reply_body }}

{% endif %} -

- {% if comment.reply_status == comment_reply_status_reply %} - - {% endif %} - {% if comment.reply_status != comment_reply_status_reply %} - -
- {% if comment.open_status == comment_open_status_pending %} - ※{{ _('When you press the reply button, the message will be approved') }} - {% endif %} - {% endif %} -

-
- {% endif %} - -

{{ _('Delete Comment') }}

-
-

{{ _('You can delete a comment by pressing the button below.') }}

- {{ _('Delete') }} -
+

The url is only for smartphone.

+
+

please move back to comments list page.

+ {% endblock %}