From 62d3ac8fe723fa6ecd980c6bf43c8011fe75f1ce Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 26 Apr 2016 19:50:45 +0000 Subject: [PATCH] Cleanup: Remove hooks for TowTruck. Commit ready for merge. - Legacy-Id: 11133 --- ietf/static/ietf/css/agenda/agenda.css | 7 ------- ietf/templates/meeting/agenda_list.html | 7 ------- ietf/templates/meeting/properties_edit.html | 7 ------- ietf/templates/meeting/timeslot_edit.html | 6 ------ 4 files changed, 27 deletions(-) diff --git a/ietf/static/ietf/css/agenda/agenda.css b/ietf/static/ietf/css/agenda/agenda.css index 3b5f40959..707dfde41 100644 --- a/ietf/static/ietf/css/agenda/agenda.css +++ b/ietf/static/ietf/css/agenda/agenda.css @@ -968,13 +968,6 @@ td.ourconflicts, td.theirconflicts { font-style:italic; } -/* this is for the agenda summary page */ -.towtruck { - position: fixed; - bottom: 5px; - right: 15px; -} - .agenda_list_title { font-size: 44px; font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; diff --git a/ietf/templates/meeting/agenda_list.html b/ietf/templates/meeting/agenda_list.html index 2d0431149..045edabca 100644 --- a/ietf/templates/meeting/agenda_list.html +++ b/ietf/templates/meeting/agenda_list.html @@ -88,13 +88,6 @@ You can not mark an agenda as official, if it is not public. -
- {% if server_mode %} - {% if server_mode != "production" %} - - {% endif %} - {% endif %} -
{% endblock %} diff --git a/ietf/templates/meeting/properties_edit.html b/ietf/templates/meeting/properties_edit.html index 3be01c462..8f5a7466f 100644 --- a/ietf/templates/meeting/properties_edit.html +++ b/ietf/templates/meeting/properties_edit.html @@ -80,13 +80,6 @@ jQuery.ajaxSetup({ Are you sure you want to delete this agenda? -
-{% if server_mode %} - {% if server_mode != "production" %} - - {% endif %} -{% endif %} -
diff --git a/ietf/templates/meeting/timeslot_edit.html b/ietf/templates/meeting/timeslot_edit.html index a626abded..12e5a5f6a 100644 --- a/ietf/templates/meeting/timeslot_edit.html +++ b/ietf/templates/meeting/timeslot_edit.html @@ -181,10 +181,4 @@ promiselist.push(ts_promise); Are you sure you want to delete this entire timeslot? -{% if server_mode %} - {% if server_mode != "production" %} - - {% endif %} -{% endif %} - {% endblock %}