Rev 6080 | Rev 7684 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6080 | Rev 6235 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $confirm!=$empty and $propagate!=$empty |
2 | !if $confirm!=$empty and $propagate!=$empty |
3 | <p>$name_propagate_succes:<br/><b> |
3 | <p>$name_propagate_succes:<br /><b> |
4 | !for s in $propagate |
4 | !for s in $propagate |
5 | $(name_$s). |
5 | $(name_$s). |
6 | !next s |
6 | !next s |
7 | </b></p> |
7 | </b></p> |
8 | !else |
8 | !else |
Line 10... | Line 10... | ||
10 | <p>$name_propagate_choose:</p> |
10 | <p>$name_propagate_choose:</p> |
11 | 11 | ||
12 | !for s in $propall |
12 | !for s in $propall |
13 | !if $(name_$s)!=$empty |
13 | !if $(name_$s)!=$empty |
14 | !set name_=!replace internal $ $ by in $(name_$s) |
14 | !set name_=!replace internal $ $ by in $(name_$s) |
15 | <input type="checkbox" name="propagate" value="$s"/>$name_ |
15 | <input type="checkbox" name="propagate" value="$s" />$name_ |
16 | !endif |
16 | !endif |
17 | !next s |
17 | !next s |
18 | <div class="wimsform wimscenter"> |
18 | <div class="wimsform wimscenter"> |
19 | <input type="submit" name="confirm" value="$wims_name_send"/> |
19 | <input type="submit" name="confirm" value="$wims_name_send" /> |
20 | </div> |
20 | </div> |
21 | 21 | ||
22 | !formend |
22 | !formend |
23 | !endif |
23 | !endif |
24 | 24 |