diff options
Diffstat (limited to 'client/templates/dates.html')
| -rw-r--r-- | client/templates/dates.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html index 8b9a257..2b16a5c 100644 --- a/client/templates/dates.html +++ b/client/templates/dates.html @@ -15,8 +15,10 @@ {{/each}} </div> </div> - <div class="error" style="display: none;">Apparently you don't have enough photos to create a statistic from, please choose another month and try again</div> - <button type="submit" class="dates" style="display: none;">Start</button> + <div class="next"> + <div class="error" style="display: none;">Apparently you don't have enough photos to create a statistic from, please choose another month and try again</div> + <button type="submit" class="dates" style="display: none;">Start</button> + </div> </form> </div> </div> @@ -32,12 +34,12 @@ <template name="month"> <div class="month-button"> - <input type="radio" name="monthOptions" id="monthRadio{{val}}" value="{{val}}"> + <input type="radio" class="monthOptions" name="monthOptions" id="monthRadio{{val}}" value="{{val}}"> <label class="radio-inline" for="monthRadio{{val}}">{{name}}</label> </div> </template> <template name="year"> - <input type="radio" name="yearOptions" id="yearRadio{{this}}" value="{{this}}"> + <input type="radio" class="yearOptions" name="yearOptions" id="yearRadio{{this}}" value="{{this}}"> <label class="radio-inline" for="yearRadio{{this}}">{{this}}</label> </template> |
