Ignore:
Timestamp:
07/16/10 14:19:10 (22 months ago)
Author:
dart
Message:

LoReality?:
o Messsager is now full ajax. Can reply to a mail now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/base/index.html

    r2113 r2114  
    1010<html> 
    1111<head> 
    12 ${ h.stylesheet_link( '/style.css') } 
    13   <style type="text/css"> 
    14       @import "dojoroot/dijit/themes/tundra/tundra.css"; 
    15       @import "dojoroot/dojo/resources/dojo.css"; 
    16   </style> 
     12${ h.stylesheet_link( '/style.css', 
     13      "/dojo/dijit/themes/tundra/tundra.css", 
     14      "/dojo/dojo/resources/dojo.css") } 
    1715 
    1816${ h.javascript_link( '/dojo/dojo/dojo.js',  djConfig="parseOnLoad: true") } 
     
    2119     dojo.require("dijit.form.Button"); 
    2220     dojo.require("dijit.Editor"); 
     21     dojo.require("dijit._editor.plugins.AlwaysShowToolbar"); 
    2322     dojo.require("dojo.fx"); 
    2423     dojo.require("dojo.html"); 
Note: See TracChangeset for help on using the changeset viewer.