~openerp-dev/openerp-web/trunk-website-backend-integration-sle-csn

« back to all changes in this revision

Viewing changes to addons/web_view_editor/views/web_view_editor.xml

  • Committer: Cedric Snauwaert
  • Date: 2014-05-06 11:30:51 UTC
  • mfrom: (3995.1.8 web)
  • Revision ID: csn@openerp.com-20140506113051-gk1m8bh01dgp0ech
[MERGE+FIX]merge with latest trunk and add method to show and add website div

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!-- vim:fdn=3:
 
3
-->
 
4
<openerp>
 
5
    <data>
 
6
        <template id="assets_backend" name="web_view_editor assets" inherit_id="web.assets_backend">
 
7
            <xpath expr="." position="inside">
 
8
                <link rel="stylesheet" href="/web_view_editor/static/src/css/view_editor.css"/>
 
9
 
 
10
                <script type="text/javascript" src="/web_view_editor/static/src/js/view_editor.js"></script>
 
11
            </xpath>
 
12
        </template>
 
13
    </data>
 
14
</openerp>