Skip to content

Commit

Permalink
Moved media around, modified the editor template and removed .egg-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Jul 28, 2009
1 parent d03c2f2 commit 0d32def
Show file tree
Hide file tree
Showing 34 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pip-log.txt
media/js/*.r*.js
media/css/*.r*.css
*DS_Store
*.egg-info
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions categories/templates/admin/editor/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>

<script type="text/javascript" src="{{ FEINCMS_ADMIN_MEDIA }}jquery.livequery.js"></script>
<script type="text/javascript" src="{{ FEINCMS_ADMIN_MEDIA }}jquery.alerts.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}jquery.livequery.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}jquery.alerts.js"></script>

<script type="text/javascript" src="{{ FEINCMS_ADMIN_MEDIA }}helper.js"></script>
<script type="text/javascript" src="{{ FEINCMS_ADMIN_MEDIA }}listener.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}helper.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}listener.js"></script>

<script type="text/javascript">
var contentblock_init_handlers = [];
</script>

{% for inc in object.feincms_item_editor_includes.head %}{% include inc %}{% endfor %}
{% for inc in object.item_editor_includes.head %}{% include inc %}{% endfor %}

<script type="text/javascript">
{% include "admin/feincms/_messages.html" %}
{% include "admin/editor/_messages.html" %}

function init_contentblocks() {
for(var k in contentblock_init_handlers)
Expand Down

0 comments on commit 0d32def

Please sign in to comment.