]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/reporter/templates/widgets/relative-timerange.month
allow clone+edit of existing stage3 reports
[working/Evergreen.git] / Open-ILS / src / reporter / templates / widgets / relative-timerange.month
1 [%
2
3 PROCESS inputs;
4
5 WRAPPER select name=input_prefix;
6         count = 1;
7         IF current_value;
8                 def = current_value;
9         END;
10         WHILE count < 37;
11                 INCLUDE option value=count selected=(count == def ? 1 : 0);
12                 count = count + 1;
13         END;
14 END;
15 ' months before runtime';
16
17 %]