Django

Code

Changeset 3556

Show
Ignore:
Timestamp:
08/11/06 09:05:39 (2 years ago)
Author:
clong
Message:

[per-object-permissions] Removed AJAX code from branch. Will possibly be integrated in at another point.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/per-object-permissions/django/contrib/admin/templates/admin/row_level_permission.html

    r3555 r3556  
    11{% load i18n admin_modify %} 
    2  
    3 {% comment %}Start of AJAX{% endcomment %} 
    4 {% include_admin_script "js/lib/YahooUI/yahoo/yahoo-debug.js" %} 
    5 {% include_admin_script "js/lib/YahooUI/event/event-debug.js" %} 
    6 {% include_admin_script "js/lib/YahooUI/connection/connection-debug.js" %} 
    7 {% include_admin_script "js/lib/YahooUI/dom/dom-debug.js" %} 
    8 {% include_admin_script "js/lib/YahooUI/animation/animation-debug.js" %} 
    9 {% include_admin_script "js/row_level_permission_ajax.js" %} 
    10 {% comment %}End of AJAX{% endcomment %} 
    112 
    123{% include_admin_script "js/row_level_permission.js" %}