projects
/
lobster
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16dfa14
)
record course timing in 5 minute steppings
author
paul
<paul@plutz.net>
Fri, 6 Dec 2013 18:04:16 +0000
(18:04 +0000)
committer
paul
<paul@plutz.net>
Fri, 6 Dec 2013 18:04:16 +0000
(18:04 +0000)
svn path=/trunk/; revision=38
templates/edit_course.sh
patch
|
blob
|
history
diff --git
a/templates/edit_course.sh
b/templates/edit_course.sh
index cab321315e49ee30d6c9f085910d7f5797d6b6a4..ff932a1d5150e6e7461edc9d5d8f6b25d6bcb79f 100755
(executable)
--- a/
templates/edit_course.sh
+++ b/
templates/edit_course.sh
@@
-88,7
+88,7
@@
for h in {00..23}; do
echo ' <option value="'$h'" '$([ "$h" -eq "$dts_hour" ] && echo 'selected="selected"')'>'$h'</option>'
done
echo ' </select>:<select class="DTSTIME" name="DTSMINUTE">'
-for m in
{00..59}
; do
+for m in
00 05 10 15 20 25 30 35 40 45 50 55
; do
echo ' <option value="'$m'" '$([ "$m" -eq "$dts_min" ] && echo 'selected="selected"')'>'$m'</option>'
done
echo ' </select>'