Rev 11668 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1406 | bpr | 1 | !read adm/title.phtml 3\ |
2 | \ |
||
1411 | bpr | 3 | $wims_name_config |
1406 | bpr | 4 | |
5 | !default seq_Title=$wims_name_sequence |
||
1411 | bpr | 6 | !default seq_open=no |
1406 | bpr | 7 | |
8 | !form reply |
||
7479 | bpr | 9 | <fieldset class="property_fields blockcenter"> |
10 | <legend>$wims_name_config</legend> |
||
11 | <div class="field box"> |
||
11668 | bpr | 12 | <strong>$name_config_status</strong> |
7517 | bpr | 13 | !set wims_ref_class=wims_formradio |
1411 | bpr | 14 | !formradio seq_open list yes,no prompt $wims_name_yes,$wims_name_no |
7479 | bpr | 15 | </div> |
16 | <div class="field box"> |
||
11668 | bpr | 17 | <strong>$name_config_reverse</strong> |
7517 | bpr | 18 | !set wims_ref_class=wims_formradio |
1411 | bpr | 19 | !formradio seq_reverse list yes,no prompt $wims_name_yes,$wims_name_no |
17180 | bpr | 20 | <input type="hidden" name="job" value="config"> |
7479 | bpr | 21 | </div> |
22 | <div class="field box"> |
||
23 | <label for="seq_Title">$name_config_generic</label> |
||
17180 | bpr | 24 | <input size="60" name="seq_Title" id="seq_Title" value="$seq_Title"> |
7479 | bpr | 25 | </div> |
26 | <div class="field box"> |
||
27 | <label for="seq_description">$wims_name_Description</label> |
||
9637 | obado | 28 | <textarea wrap name="seq_description" id="seq_description" cols="60" rows="5">$seq_description</textarea> |
7479 | bpr | 29 | </div> |
30 | <div class="wimscenter wimsform"> |
||
17180 | bpr | 31 | <input type="submit" name="seq_set" value="$wims_name_tosave"> |
11668 | bpr | 32 | $ $ |
17180 | bpr | 33 | <input type="submit" name="seq_abandon" value="$wims_name_giveup" class="wims_secondary_button"> |
7479 | bpr | 34 | </div> |
35 | </fieldset> |
||
5926 | bpr | 36 | !formend |
1406 | bpr | 37 | |
38 | !reset seq_set,seq_Title,seq_description, seq_open, seq_reverse |