aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/cat_modify.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/cat_modify.tpl')
-rw-r--r--template/yoga/admin/cat_modify.tpl17
1 files changed, 12 insertions, 5 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>