Project

General

Profile

« Previous | Next » 

Revision 74ba9776

Added by Benjamin Dauvergne almost 12 years ago

new appointment form: use a simple text entry for the duration field

the text entry is modified by the mousewheel with 15 minutes increments.
It uses the jquery mousewheel plugin.

View differences:

calebasse/templates/calebasse/base.html
12 12
    <script src="{{ STATIC_URL }}js/jquery.form.js"></script>
13 13
    <script src="{{ STATIC_URL }}development-bundle/ui/i18n/jquery.ui.datepicker-fr.js"></script>
14 14
    <script src="{{ STATIC_URL }}js/ajax_select.js"></script>
15
    <script src="{{ STATIC_URL }}js/jquery.mousewheel.js"></script>
16
    <script src="{{ STATIC_URL }}js/calebasse.mousewheel.js"></script>
15 17
    {% block extrascripts %}
16 18
    {% endblock %}
17 19
  </head>

Also available in: Unified diff