From af8af3a5a638ff8243bb86846eaeca4faec034a4 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 30 Oct 2013 21:56:04 -0500 Subject: [PATCH] Remove unnecessary YAML declarations --- include/i18n/en_US/templates/email/assigned.alert.yaml | 1 - include/i18n/en_US/templates/email/message.alert.yaml | 1 - include/i18n/en_US/templates/email/message.autoresp.yaml | 3 +-- include/i18n/en_US/templates/email/note.alert.yaml | 1 - include/i18n/en_US/templates/email/ticket.alert.yaml | 1 - include/i18n/en_US/templates/email/ticket.autoreply.yaml | 1 - include/i18n/en_US/templates/email/ticket.notice.yaml | 1 - include/i18n/en_US/templates/email/ticket.overdue.yaml | 1 - include/i18n/en_US/templates/email/ticket.overlimit.yaml | 1 - include/i18n/en_US/templates/email/ticket.reply.yaml | 1 - include/i18n/en_US/templates/email/transfer.alert.yaml | 1 - include/i18n/en_US/templates/page/landing.yaml | 1 - include/i18n/en_US/templates/page/offline.yaml | 1 - include/i18n/en_US/templates/page/thank-you.yaml | 1 - 14 files changed, 1 insertion(+), 15 deletions(-) diff --git a/include/i18n/en_US/templates/email/assigned.alert.yaml b/include/i18n/en_US/templates/email/assigned.alert.yaml index 7629ae55a..38f1fbfa5 100644 --- a/include/i18n/en_US/templates/email/assigned.alert.yaml +++ b/include/i18n/en_US/templates/email/assigned.alert.yaml @@ -5,7 +5,6 @@ # assigned automatically by the system or manually by another staff member. # Use %{assigner} to distinguish who made the assignment. # -%YAML 1.0 --- notes: | Sent to staff members when a ticket is assigned to them. Tickets can be diff --git a/include/i18n/en_US/templates/email/message.alert.yaml b/include/i18n/en_US/templates/email/message.alert.yaml index 2e519fe19..e2d67c4d6 100644 --- a/include/i18n/en_US/templates/email/message.alert.yaml +++ b/include/i18n/en_US/templates/email/message.alert.yaml @@ -5,7 +5,6 @@ # This can occur if the users responds to an email from the system or visits # the customer web portal and posts a new message there. # -%YAML 1.0 --- notes: | Sent to staff members when a new message is posted by a user to a diff --git a/include/i18n/en_US/templates/email/message.autoresp.yaml b/include/i18n/en_US/templates/email/message.autoresp.yaml index 846a34af0..ab70756b4 100644 --- a/include/i18n/en_US/templates/email/message.autoresp.yaml +++ b/include/i18n/en_US/templates/email/message.autoresp.yaml @@ -5,7 +5,6 @@ # happen if the users responds to an email from the system or visits the # customer web portal and posts a new message there. # -%YAML 1.0 --- notes: | Sent to a user when the user posts a new message to a ticket. This can @@ -13,7 +12,7 @@ notes: | customer web portal and posts a new message there. subject: | - "Message Confirmation" + Message Confirmation body: | <h3><strong>Dear %{ticket.name},</strong></h3> <p> diff --git a/include/i18n/en_US/templates/email/note.alert.yaml b/include/i18n/en_US/templates/email/note.alert.yaml index 00e10b0c5..842670199 100644 --- a/include/i18n/en_US/templates/email/note.alert.yaml +++ b/include/i18n/en_US/templates/email/note.alert.yaml @@ -4,7 +4,6 @@ # Sent to staff members when a new internal note is appended to a ticket. # Internal notes can only be added by staff members. # -%YAML 1.0 --- notes: | Sent to staff members when a new internal note is appended to a ticket. diff --git a/include/i18n/en_US/templates/email/ticket.alert.yaml b/include/i18n/en_US/templates/email/ticket.alert.yaml index 46f1aac56..40dcdfcd6 100644 --- a/include/i18n/en_US/templates/email/ticket.alert.yaml +++ b/include/i18n/en_US/templates/email/ticket.alert.yaml @@ -4,7 +4,6 @@ # Sent to a staff member when a new ticket is created in the system. This # applies to tickets created via email, the web portal, or the api. # -%YAML 1.0 --- notes: | Sent to a staff member when a new ticket is created in the system. This diff --git a/include/i18n/en_US/templates/email/ticket.autoreply.yaml b/include/i18n/en_US/templates/email/ticket.autoreply.yaml index 10994f66c..c77c06df1 100644 --- a/include/i18n/en_US/templates/email/ticket.autoreply.yaml +++ b/include/i18n/en_US/templates/email/ticket.autoreply.yaml @@ -4,7 +4,6 @@ # Sent to a user when an automatic canned response is posted to a ticket # when it is created # -%YAML 1.0 --- notes: | Sent to a user when an automatic canned response is posted to a ticket diff --git a/include/i18n/en_US/templates/email/ticket.notice.yaml b/include/i18n/en_US/templates/email/ticket.notice.yaml index 6df4af7ac..59f850ae5 100644 --- a/include/i18n/en_US/templates/email/ticket.notice.yaml +++ b/include/i18n/en_US/templates/email/ticket.notice.yaml @@ -4,7 +4,6 @@ # Sent to a user when a staff member creates a ticket on the user's behalf. # This is most commonly performed when user's call in on the phone. # -%YAML 1.0 --- notes: | Sent to a user when a staff member creates a ticket on the user's behalf. diff --git a/include/i18n/en_US/templates/email/ticket.overdue.yaml b/include/i18n/en_US/templates/email/ticket.overdue.yaml index 0af97373f..c25a7d657 100644 --- a/include/i18n/en_US/templates/email/ticket.overdue.yaml +++ b/include/i18n/en_US/templates/email/ticket.overdue.yaml @@ -5,7 +5,6 @@ # Overdue tickets occur based on the ticket's due-date as well as the SLA # defined for the ticket. # -%YAML 1.0 --- notes: | Sent to staff members when a ticket transitions to overdue in the system. diff --git a/include/i18n/en_US/templates/email/ticket.overlimit.yaml b/include/i18n/en_US/templates/email/ticket.overlimit.yaml index 07b19182e..6be319669 100644 --- a/include/i18n/en_US/templates/email/ticket.overlimit.yaml +++ b/include/i18n/en_US/templates/email/ticket.overlimit.yaml @@ -5,7 +5,6 @@ # limit is configurable in the Admin Panel, and is defined by the number of # tickets open by a particular email address. # -%YAML 1.0 --- notes: | Sent to users when they have exceeded the maximum open ticket limit. The diff --git a/include/i18n/en_US/templates/email/ticket.reply.yaml b/include/i18n/en_US/templates/email/ticket.reply.yaml index 50278d622..98c7c5974 100644 --- a/include/i18n/en_US/templates/email/ticket.reply.yaml +++ b/include/i18n/en_US/templates/email/ticket.reply.yaml @@ -4,7 +4,6 @@ # Sent to users when a staff members makes a reply to their ticket. Replies # are only generated by staff members. # -%YAML 1.0 --- notes: | Sent to users when a staff members makes a reply to their ticket. diff --git a/include/i18n/en_US/templates/email/transfer.alert.yaml b/include/i18n/en_US/templates/email/transfer.alert.yaml index 43d293931..c8bb8fa7d 100644 --- a/include/i18n/en_US/templates/email/transfer.alert.yaml +++ b/include/i18n/en_US/templates/email/transfer.alert.yaml @@ -5,7 +5,6 @@ # assigned automatically by the system or manually by another staff member. # Use %{assigner} to distinguish who made the assignment. # -%YAML 1.0 --- notes: | diff --git a/include/i18n/en_US/templates/page/landing.yaml b/include/i18n/en_US/templates/page/landing.yaml index f18491098..529c8e317 100644 --- a/include/i18n/en_US/templates/page/landing.yaml +++ b/include/i18n/en_US/templates/page/landing.yaml @@ -4,7 +4,6 @@ # The landing page is served on the front page of the customer portal above # the two links for creating new tickets and viewing ticket status. # -%YAML 1.0 --- notes: | The landing page is served on the front page of the customer portal diff --git a/include/i18n/en_US/templates/page/offline.yaml b/include/i18n/en_US/templates/page/offline.yaml index c3f31e7da..f5491e88f 100644 --- a/include/i18n/en_US/templates/page/offline.yaml +++ b/include/i18n/en_US/templates/page/offline.yaml @@ -4,7 +4,6 @@ # The offline page is served to the customer portal when the help desk is # configured offline in the Admin Panel # -%YAML 1.0 --- notes: | The offline page is served to the customer portal when the help desk is diff --git a/include/i18n/en_US/templates/page/thank-you.yaml b/include/i18n/en_US/templates/page/thank-you.yaml index 96f048804..27365b340 100644 --- a/include/i18n/en_US/templates/page/thank-you.yaml +++ b/include/i18n/en_US/templates/page/thank-you.yaml @@ -4,7 +4,6 @@ # The thank-you page is served to the customer portal when a user submites a # new ticket via the customer portal. # -%YAML 1.0 --- notes: | The thank-you page is served to the customer portal when a user submites -- GitLab