summaryrefslogtreecommitdiff
path: root/client/templates/dates.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-20 01:59:43 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-20 01:59:43 +0300
commitfaf3245e9a5eddaa7938bc718c637e2d47473bcd (patch)
tree4518eed2c903640979ed1aa9042eab35bf365b1e /client/templates/dates.html
parentf666a0e871cbe3bf6cbe8843f200012a90621ce1 (diff)
Proper dates behavior
Diffstat (limited to 'client/templates/dates.html')
-rw-r--r--client/templates/dates.html10
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>