summaryrefslogtreecommitdiffstats
path: root/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl')
-rw-r--r--extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl b/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl
index 7f2c328af..71aaad424 100644
--- a/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl
+++ b/extensions/FlagTypeComment/template/en/default/hook/admin/flag-type/edit-rows.html.tmpl
@@ -27,15 +27,15 @@
</tr>
[% FOREACH state = ftc_states %]
- <tr>
- <td>&nbsp;</td>
- <td>
- for [% state.state FILTER html %]<br>
- <textarea
- id="ftc_text_[% loop.index FILTER none %]"
- name="ftc_text_[% loop.index FILTER none %]"
- cols="50" rows="2">[% state.text FILTER html %]</textarea>
- </td>
- </tr>
+ <tr>
+ <td>&nbsp;</td>
+ <td>
+ for [% state FILTER html %]<br>
+ <textarea
+ id="ftc_[% type.id FILTER html %]_[% state FILTER html %]"
+ name="ftc_[% type.id FILTER html %]_[% state FILTER html %]"
+ cols="50" rows="2">[% ftc_flags.${type.id}.$state FILTER html %]</textarea>
+ </td>
+ </tr>
[% END %]
[% END %]