Merged in [11133] from rjsparks@nostrum.com:

Cleanup: Remove hooks for TowTruck.
 - Legacy-Id: 11153
Note: SVN reference [11133] has been migrated to Git commit 62d3ac8fe7
This commit is contained in:
Henrik Levkowetz 2016-05-04 14:53:52 +00:00
commit 2f98f512ed
4 changed files with 0 additions and 27 deletions

View file

@ -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;

View file

@ -88,13 +88,6 @@
You can not mark an agenda as official, if it is not public.
</div>
<div class="towtruck">
{% if server_mode %}
{% if server_mode != "production" %}
<button onclick="TowTruck(this); return false;">Start TowTruck</button>
{% endif %}
{% endif %}
</div>
</div>
{% endblock %}

View file

@ -80,13 +80,6 @@ jQuery.ajaxSetup({
Are you sure you want to delete this agenda?
</div>
<div class="towtruck">
{% if server_mode %}
{% if server_mode != "production" %}
<button onclick="TowTruck(this); return false;">Start TowTruck</button>
{% endif %}
{% endif %}
</div>
</div>

View file

@ -181,10 +181,4 @@ promiselist.push(ts_promise);
Are you sure you want to delete this entire timeslot?
</div>
{% if server_mode %}
{% if server_mode != "production" %}
<button onclick="TowTruck(this); return false;">Start TowTruck</button>
{% endif %}
{% endif %}
{% endblock %}