Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !if $error!=$empty |
2 | !goto end |
||
3 | !endif |
||
4 | |||
5 | !if $originheader!=$empty and $job=move |
||
2322 | bpr | 6 | <b>$wims_name_warning</b> ! Renommer le module va casser les feuilles de |
23 | reyssat | 7 | travail qui l'utilisent. Assurez-vous que ce n'est pas le cas, ou |
1704 | bpr | 8 | faites une |
23 | reyssat | 9 | !href cmd=reply&jobreq=copy duplication |
10 | . |
||
11 | <p> |
||
12 | !endif |
||
13 | |||
14 | !if $target=$empty |
||
15 | !form reply |
||
1045 | bpr | 16 | <input type=hidden name=jobreq value="$job"> |
2322 | bpr | 17 | !distribute item $name_choice into P_copy,P_move,L_copy,L_move |
23 | reyssat | 18 | !if $originheader!=$empty |
19 | $(L_$job) le module <em>$otit</em> (<tt>$original2</tt>) à <p> |
||
20 | !else |
||
21 | $(P_$job) le module public <em>$otit</em> (<tt>$original2</tt>) dans |
||
22 | votre espace de développement, sous l'adresse <p> |
||
23 | !endif |
||
24 | !read scripts/addressform.phtml |
||
25 | </form> |
||
26 | !if $originheader!=$empty and $o1 isitemof $zonelist,local |
||
27 | <p> |
||
2322 | bpr | 28 | <b>$wims_name_warning</b>. Renommer ou dupliquer un module d'adresse publique |
23 | reyssat | 29 | peut conduire à la duplication de sa publication. Soyez très prudent ! |
30 | <p> |
||
31 | Si vous voulez faire des tests sur le module, mettez-le dans la zone test. |
||
32 | !endif |
||
33 | !if $originheader!=$empty and ~ notin $original2 |
||
34 | <p> |
||
2322 | bpr | 35 | <b>$wims_name_warning</b>. Si vous avez déjà publié ce module, veuillez changer cette |
23 | reyssat | 36 | adresse exactement selon son adresse publique. Sinon vous risquez |
37 | une duplication de sa publication. |
||
38 | !endif |
||
39 | !endif |
||
40 | |||
41 | |||
42 | |||
43 | |||
44 | :end |
||
45 | !if $original2!=$empty and $originheader=$empty |
||
46 | !default otit=!module title $original2 |
||
47 | <p> |
||
1704 | bpr | 48 | !href module=$original2 $name_backto |
23 | reyssat | 49 | <p> |
50 | !endif |
||
51 | |||
52 |