Rev 17230 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17230 | Rev 18264 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !set block=$iniparm1 |
6 | !set block=$iniparm1 |
7 | !endif |
7 | !endif |
8 | <fieldset class="property_fields halfwidth blockcenter"> |
8 | <fieldset class="property_fields halfwidth blockcenter"> |
9 | <legend>$propform_legend </legend> |
9 | <legend>$propform_legend </legend> |
10 | <div class="field box"> |
10 | <div class="field box"> |
11 | <strong> |
11 | <strong>$name_module</strong> |
12 | <code class="field box"> |
12 | <code class="field box"> |
13 | !replace internal & by & in $dir |
13 | !replace internal & by & in $dir |
14 | !if $iniparm!=$empty |
14 | !if $iniparm!=$empty |
15 | !replace internal & by & in &$iniparm |
15 | !replace internal & by & in &$iniparm |
16 | !else |
16 | !else |
- | 17 | !if $param!=$empty |
|
17 | !replace internal & by & in &$param |
18 | !replace internal & by & in &$param |
- | 19 | !endif |
|
18 | !endif |
20 | !endif |
19 | </code> |
21 | </code> |
20 | </div> |
22 | </div> |
21 | <div class="field box"> |
23 | <div class="field box"> |
22 | <label for="title">$wims_name_title</label> |
24 | <label for="title">$wims_name_title</label> |