Rev 5734 | Rev 6080 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1934 | bpr | 1 | |
23 | reyssat | 2 | !if $confirm!=$empty and $propagate!=$empty |
2374 | bpr | 3 | $name_propagate_succes:<p><b> |
23 | reyssat | 4 | !for s in $propagate |
5 | $(name_$s). |
||
6 | !next s |
||
7 | </b> |
||
8 | !else |
||
9 | !form reply |
||
2374 | bpr | 10 | $name_propagate_choose: <p> |
23 | reyssat | 11 | |
12 | !for s in $propall |
||
13 | !if $(name_$s)!=$empty |
||
14 | !set name_=!replace internal $ $ by in $(name_$s) |
||
5734 | bpr | 15 | <input type="checkbox" name="propagate" value="$s"/>$name_ |
23 | reyssat | 16 | !endif |
17 | !next s |
||
18 | <p> |
||
5734 | bpr | 19 | <input type="submit" name="confirm" value="$wims_name_send"/> |
5926 | bpr | 20 | |
21 | !formend |
||
23 | reyssat | 22 | !endif |
23 | <p> |
||
2374 | bpr | 24 | $name_warning |