aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/cat_modify.tpl17
-rw-r--r--template/yoga/mail/text/html/admin/cat_group_info.tpl3
-rw-r--r--template/yoga/mail/text/plain/admin/cat_group_info.tpl2
3 files changed, 16 insertions, 6 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl
index f28f8ab22..8db494991 100644
--- a/template/yoga/admin/cat_modify.tpl
+++ b/template/yoga/admin/cat_modify.tpl
@@ -72,15 +72,15 @@
<tr>
<td><strong>{L_EDIT_STATUS}</strong>
<td>
- <input type="radio" name="status" value="public" {STATUS_PUBLIC} />{L_STATUS_PUBLIC}
- <input type="radio" name="status" value="private" {STATUS_PRIVATE} />{L_STATUS_PRIVATE}
+ <input type="radio" name="status" value="public" {STATUS_PUBLIC} />{L_STATUS_PUBLIC}
+ <input type="radio" name="status" value="private" {STATUS_PRIVATE} />{L_STATUS_PRIVATE}
</td>
</tr>
<tr>
<td><strong>{L_EDIT_LOCK}</strong>
<td>
- <input type="radio" name="visible" value="false" {LOCKED} />{L_YES}
- <input type="radio" name="visible" value="true" {UNLOCKED} />{L_NO}
+ <input type="radio" name="visible" value="false" {LOCKED} />{L_YES}
+ <input type="radio" name="visible" value="true" {UNLOCKED} />{L_NO}
</td>
</tr>
<tr>
@@ -217,7 +217,7 @@
<table>
<tr>
- <td>{lang:Group}</td>
+ <td><strong>{lang:Group}</strong></td>
<td>
<select name="group">
<!-- BEGIN group_option -->
@@ -226,6 +226,13 @@
</select>
</td>
</tr>
+ <tr>
+ <td><strong>{lang:mail_content}</strong></td>
+ <td>
+ <textarea cols="50" rows="5" name="mail_content" class="description">{MAIL_CONTENT}</textarea>
+ </td>
+ </tr>
+
</table>
<p>
diff --git a/template/yoga/mail/text/html/admin/cat_group_info.tpl b/template/yoga/mail/text/html/admin/cat_group_info.tpl
index 664c8701e..fc05c6831 100644
--- a/template/yoga/mail/text/html/admin/cat_group_info.tpl
+++ b/template/yoga/mail/text/html/admin/cat_group_info.tpl
@@ -2,6 +2,7 @@
<h2>{lang:Informations}</h2>
<p>{IMG_URL}</p>
<p>{lang:hello}</p>
-<p><a href="{LINK}">{LINK}</a></p>
+<p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p>
<p>{CPL_CONTENT}</p>
+<p>{lang:See you soon.}</p>
</div>
diff --git a/template/yoga/mail/text/plain/admin/cat_group_info.tpl b/template/yoga/mail/text/plain/admin/cat_group_info.tpl
index 9969824b8..87d510fae 100644
--- a/template/yoga/mail/text/plain/admin/cat_group_info.tpl
+++ b/template/yoga/mail/text/plain/admin/cat_group_info.tpl
@@ -1,6 +1,8 @@
{lang:hello}
+{lang:Come to discover the category:} {CAT_NAME}
{LINK}
{CPL_CONTENT}
+{lang:See you soon.} \ No newline at end of file