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