diff --git a/src/std/rec/fanoutRecord.dbd b/src/std/rec/fanoutRecord.dbd index 40968945c..251d63a11 100644 --- a/src/std/rec/fanoutRecord.dbd +++ b/src/std/rec/fanoutRecord.dbd @@ -36,12 +36,14 @@ recordtype(fanout) { } field(OFFS,DBF_SHORT) { prompt("Offset for Specified") - interest(1) + promptgroup("30 - Action") + interest(1) initial("0") } field(SHFT,DBF_SHORT) { prompt("Shift for Mask mode") - interest(1) + promptgroup("30 - Action") + interest(1) initial("-1") } field(LNK0,DBF_FWDLINK) { diff --git a/src/std/rec/seqRecord.dbd b/src/std/rec/seqRecord.dbd index c40d17c38..826f3ecf6 100644 --- a/src/std/rec/seqRecord.dbd +++ b/src/std/rec/seqRecord.dbd @@ -36,11 +36,13 @@ recordtype(seq) { } field(OFFS,DBF_SHORT) { prompt("Offset for Specified") + promptgroup("30 - Action") interest(1) initial("0") } field(SHFT,DBF_SHORT) { prompt("Shift for Mask mode") + promptgroup("30 - Action") interest(1) initial("-1") }