Purge even more jquery stuff
and related static files etc. from old themes this might be the end of it..??
This commit is contained in:
parent
2ebae17839
commit
976a5836a9
42 changed files with 366 additions and 5152 deletions
|
@ -2,23 +2,6 @@
|
|||
<%inherit file="/master/view.mako" />
|
||||
<%namespace file="/util.mako" import="view_profiles_helper" />
|
||||
|
||||
<%def name="extra_javascript()">
|
||||
${parent.extra_javascript()}
|
||||
% if master.people_detachable and request.has_perm('{}.detach_person'.format(permission_prefix)):
|
||||
<script type="text/javascript">
|
||||
|
||||
$(function() {
|
||||
$('.people .grid .actions a.detach').click(function() {
|
||||
if (! confirm("Are you sure you wish to detach this Person from the Customer?")) {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
% endif
|
||||
</%def>
|
||||
|
||||
<%def name="object_helpers()">
|
||||
${parent.object_helpers()}
|
||||
% if show_profiles_helper and instance.people:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue