Subversion Repositories wimsdev

Rev

Rev 6080 | Rev 7684 | 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
6235 bpr 3
 <p>$name_propagate_succes:<br /><b>
23 reyssat 4
 !for s in $propagate
5
  $(name_$s).
6
 !next s
6080 czzmrn 7
 </b></p>
23 reyssat 8
!else
9
 !form reply
6080 czzmrn 10
  <p>$name_propagate_choose:</p>
23 reyssat 11
 
12
 !for s in $propall
13
  !if $(name_$s)!=$empty
14
   !set name_=!replace internal $ $ by &nbsp; in $(name_$s)
6235 bpr 15
   <input type="checkbox" name="propagate" value="$s" />$name_&nbsp;
23 reyssat 16
  !endif
17
 !next s
6080 czzmrn 18
 <div class="wimsform wimscenter">
6235 bpr 19
 <input type="submit" name="confirm" value="$wims_name_send" />
6080 czzmrn 20
 </div>
5926 bpr 21
 
22
!formend
23 reyssat 23
!endif
6080 czzmrn 24
 
23 reyssat 25
<p>
2374 bpr 26
$name_warning
6080 czzmrn 27
</p>