From 477015901c379f8cd6ba46cfaa4a9ae284ae582d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Apr 2008 13:42:40 +0000 Subject: new package editor --- httemplate/elements/tr-part_pkg_freq.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'httemplate/elements/tr-part_pkg_freq.html') diff --git a/httemplate/elements/tr-part_pkg_freq.html b/httemplate/elements/tr-part_pkg_freq.html index 98b7da5a5..649f8a2d0 100644 --- a/httemplate/elements/tr-part_pkg_freq.html +++ b/httemplate/elements/tr-part_pkg_freq.html @@ -1,15 +1,10 @@ -<% include('tr-td-label.html', @_ ) %> - - - - - - - +<% include('tr-select.html', @_, + 'field' => 'freq', + 'options' => \@freq, + 'labels' => \%freq, + 'curr_value' => $curr_value, + ) +%> <%init> my %opt = @_; -- cgit v1.2.1