Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/tables
into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/tables/+merge/64202
--
https://code.launchpad.net/~chrisjohnston/loco-directory/tables/+merge/64202
Your team loco-directory-dev is requested to review the proposed merge of
lp:~chrisjohnston/loco-directory/tables into lp:loco-directory.
=== modified file 'loco_directory/templates/events/global_event_list.inc.html'
--- loco_directory/templates/events/global_event_list.inc.html 2010-06-18 02:48:47 +0000
+++ loco_directory/templates/events/global_event_list.inc.html 2011-06-10 15:31:20 +0000
@@ -1,11 +1,11 @@
{% load i18n %}
<table id="global_event_list" class="data_table">
-<tr id="global_event_list_header">
+<thead id="global_event_list_header">
<th class="event_name">{% trans "Event name" %}</th>
<th class="event_begin">{% trans "Start" %}</th>
<th class="event_end">{% trans "End" %}</th>
<th class="event_tems">{% trans "Team Events" %}</th>
-</tr>
+</thead>
{% for global_event in global_event_list %}
<tr class="global_event_list_row {% cycle "odd" "even" %}">
<td class="event_name"><a title="{% trans "more information about this event" %}" href="{{ global_event.get_absolute_url }}">{{ global_event.name }}</a></td>
=== modified file 'loco_directory/templates/events/team_event_list.inc.html'
--- loco_directory/templates/events/team_event_list.inc.html 2011-03-04 04:52:19 +0000
+++ loco_directory/templates/events/team_event_list.inc.html 2011-06-10 15:31:20 +0000
@@ -1,12 +1,12 @@
{% load i18n %}
<table id="team_event_list" class="data_table">
-<tr id="team_event_list_header">
+<thead id="team_event_list_header">
<th class="event_name">{% trans "Event Name" %}</th>
<th class="event_teams">{% trans "Teams" %}</th>
<th class="event_begin">{% trans "Start" %}</th>
<th class="event_end">{% trans "End" %}</th>
<th class="event_global">{% trans "Global Event" %}</th>
-</tr>
+</thead>
{% for team_event in team_event_list %}
<tr class="team_event_list_row {% cycle "odd" "even" %}">
<td class="event_name"><a title="{% trans "more information about this event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a></td>
=== modified file 'loco_directory/templates/meetings/team_meeting_list.inc.html'
--- loco_directory/templates/meetings/team_meeting_list.inc.html 2011-03-03 00:44:57 +0000
+++ loco_directory/templates/meetings/team_meeting_list.inc.html 2011-06-10 15:31:20 +0000
@@ -1,11 +1,11 @@
{% load i18n %}
<table id="team_meeting_list" class="data_table">
-<tr id="team_meeting_list_header">
+<thead id="team_meeting_list_header">
<th class="meeting_name">{% trans "Meeting Name" %}</th>
<th class="event_teams">{% trans "Teams" %}</th>
<th class="meeting_begin">{% trans "Start" %}</th>
<th class="meeting_end">{% trans "End" %}</th>
-</tr>
+</thead>
{% for team_meeting in team_meeting_list %}
<tr class="team_meeting_list_row {% cycle "odd" "even" %}">
<td class="meeting_name"><a title="{% trans "more information about this meeting" %}" href="{{ team_meeting.get_absolute_url }}">{{ team_meeting.name }}</a></td>
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp