Rev 11630 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7478 | bpr | 1 | !form reply |
17180 | bpr | 2 | <input type="hidden" name="job" value="grestrict"> |
7478 | bpr | 3 | <fieldset class="property_fields halfwidth blockcenter"> |
11630 | bpr | 4 | <legend>$wims_name_configb</legend> |
7478 | bpr | 5 | <div class="field box"> |
6 | <label for="allow">$name_allowedsites</label> |
||
17180 | bpr | 7 | <input size="35" name="allow" id="allow" value="$allow"> |
7478 | bpr | 8 | </div> |
9 | <div class="field box"> |
||
10 | <label for="except">$name_excepted</label> |
||
17180 | bpr | 11 | <input size="35" name="except" id="except" value="$except"> |
7478 | bpr | 12 | </div> |
13 | <div class="wimscenter wimsform"> |
||
17180 | bpr | 14 | <input type="submit" name="save" value="$wims_name_tosave"> |
15 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"> |
||
7478 | bpr | 16 | </div> |
7684 | bpr | 17 | </fieldset> |
7478 | bpr | 18 | |
19 | !formend |