| 951 | | <input type="radio" name="searchLimits" value="fromToday" checked="checked"/><xsl:copy-of select="$bwStr-MMnu-TodayForward"/> |
|---|
| 952 | | <input type="radio" name="searchLimits" value="beforeToday"/><xsl:copy-of select="$bwStr-MMnu-PastDates"/> |
|---|
| 953 | | <input type="radio" name="searchLimits" value="none"/><xsl:copy-of select="$bwStr-MMnu-AddDates"/> |
|---|
| | 951 | <input type="radio" name="searchLimits" id="bwSearchFromToday" value="fromToday" checked="checked"/> |
|---|
| | 952 | <label for="bwSearchFromToday"> |
|---|
| | 953 | <xsl:copy-of select="$bwStr-MMnu-TodayForward"/> |
|---|
| | 954 | </label> |
|---|
| | 955 | <input type="radio" name="searchLimits" id="bwSearchPastDates" value="beforeToday"/> |
|---|
| | 956 | <label for="bwSearchPastDates"> |
|---|
| | 957 | <xsl:copy-of select="$bwStr-MMnu-PastDates"/> |
|---|
| | 958 | </label> |
|---|
| | 959 | <input type="radio" name="searchLimits" id="bwSearchAllDates" value="none"/> |
|---|
| | 960 | <label for="bwSearchAllDates"> |
|---|
| | 961 | <xsl:copy-of select="$bwStr-MMnu-AddDates"/> |
|---|
| | 962 | </label> |
|---|