Project

General

Profile

« Previous | Next » 

Revision b964dc04

Added by Mikaël Ates over 12 years ago

agenda: cosmetic change on date display.

View differences:

calebasse/static/css/style.css
572 572

  
573 573

  
574 574
#date-selector {
575
	margin-top: 0.5em;
575 576
	border: 0;
576 577
	text-align: center;
577 578
	color: #8c8c73;
578
  width: 13em;
579
	font-size: 20px;
580
	width: 10em;
581
}
582

  
583
#arrow {
584
	font-size: 20px;
579 585
}
580 586

  
581 587
table.main {
calebasse/templates/calebasse/datesel.html
1 1
{% load url from future %}
2 2

  
3 3
 <div id="datesel">
4
   <a href="{% url url_name date=previous_month service=service %}">««</a>
5
   <a href="{% url url_name date=previous_day service=service %}">«</a>
4
   <a id="arrow" href="{% url url_name date=previous_month service=service %}">««</a>&nbsp;
5
   <a id="arrow" href="{% url url_name date=previous_day service=service %}">«</a>
6 6
   <input data-url="{% url url_name date=date service=service %}" id="date-selector" value="{{ date|date:"DATE_FORMAT" }}" readonly="readonly" />
7
   <a href="{% url url_name date=next_day service=service %}">»</a>
8
   <a href="{% url url_name date=next_month service=service %}">»»</a>
7
   <a id="arrow" href="{% url url_name date=next_day service=service %}">»</a>&nbsp;
8
   <a id="arrow" href="{% url url_name date=next_month service=service %}">»»</a>
9 9
 </div>

Also available in: Unified diff