| 1077 | | <label for="bwListWidgetStartDate"><xsl:copy-of select="$bwStr-EvLs-StartDate"/></label> |
|---|
| 1078 | | <input id="bwListWidgetStartDate" class="noFocus" name="start" size="10" onchange="setListDate(this.form);"/> |
|---|
| 1079 | | <input type="hidden" name="setappvar" id="curListDateHolder"/> |
|---|
| 1080 | | <input type="hidden" name="limitdays" value="true"/> |
|---|
| 1081 | | <span id="daysSetterBox"> |
|---|
| 1082 | | <label for="days"><xsl:copy-of select="$bwStr-EvLs-Days"/></label> |
|---|
| 1083 | | <xsl:text> </xsl:text> |
|---|
| 1084 | | <!-- <xsl:value-of select="/bedework/defaultdays"/> --> |
|---|
| 1085 | | <select id="days" name="days" onchange="setListDate(this.form);"> |
|---|
| 1086 | | <xsl:call-template name="buildListDays"/> |
|---|
| 1087 | | </select> |
|---|
| 1088 | | <input type="hidden" id="curListDaysHolder" name="setappvar"/> |
|---|
| 1089 | | </span> |
|---|
| 1090 | | |
|---|
| 1091 | | <!-- This block contains the original Show Active/All toggle. |
|---|
| 1092 | | Uncomment this block to use, though it can be slow if working |
|---|
| 1093 | | with large very large numbers of events. |
|---|