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:
commit
2f98f512ed
|
@ -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;
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue