Revision b696867e
Added by Serghei Mihai over 12 years ago
| calebasse/templates/calebasse/base.html | ||
|---|---|---|
|
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/ajax_select.css"/>
|
||
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/calebasse.checkboxwidget.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/calebasse.divmenu.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/calebasse.datesel.css" />
|
||
|
<script src="{{ STATIC_URL }}js/jquery-1.7.2.min.js"></script>
|
||
|
<script src="{{ STATIC_URL }}js/jquery.cookie.js"></script>
|
||
|
<script>$.cookie.json = true;</script>
|
||
Also available in: Unified diff
agenda: highlight the currently choosen date in the datepicker instead of today
Closes #3433