From 9686e6c6dfc824b2b923dee9cf3cedcbe2686fa1 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 31 Jan 2013 17:35:09 +0000 Subject: [PATCH] Group sound handles according to their group names. --- root/tt/sound_edit_files.tt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/root/tt/sound_edit_files.tt b/root/tt/sound_edit_files.tt index 98e873d..0dc8900 100644 --- a/root/tt/sound_edit_files.tt +++ b/root/tt/sound_edit_files.tt @@ -1,12 +1,13 @@ -

Manage sound sets

+

Manage sound set [% set.name %]

Back
- -

Edit sound files for sound set [% set.name %]

[% IF messages.sound_set_err %]
[% messages.sound_set_err %]
[% END %] [% IF messages.sound_set_msg %]
[% messages.sound_set_msg %]
[% END %] +[% FOREACH g IN set.groups.keys %] +

Sound Group [% g %]

+ +
+[% END %]