~openerp-dev/openobject-client-web/trunk-Preferences-kjo

« back to all changes in this revision

Viewing changes to openobject/addons/base/static/workflow/javascript/infobox.js

  • Committer: ame (Tiny)
  • Date: 2010-01-04 10:41:58 UTC
  • Revision ID: ame@tinyerp.com-20100104104158-92jypyicgh56twq8
[REF] openerp-web => openobject-web (project name changed)
[REF] openerp => openobject (namespace changed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        
50
50
        var title = 'Information Box';
51
51
        
52
 
        if(this.source instanceof openerp.workflow.StateOval || this.source instanceof openerp.workflow.StateRectangle) {
 
52
        if(this.source instanceof openobject.workflow.StateOval || this.source instanceof openobject.workflow.StateRectangle) {
53
53
                 var id = 'Id: ' + this.source.get_act_id();
54
54
                 var dtl1 = 'Action: ' + this.source.action;
55
55
                 var dtl2 = 'Kind: ' + this.source.kind;