;

/* settings:
 {:use_versioning=>false, :empty_template=>false, :file_handler=>"AnyHandableFile", :use_frontend=>true, :indirect_service_write_access=>"0", :use_system=>false}
*/

// /8::/202::/pictures:js -> <921> pictures.js 

ManageItemDialog.prototype.getEmbedLinks = function(o, model){
  return [
  {
    description: "Link (to download directly)",
    value: {val:o.full_item_url},
    template: "#{val}"
  },
  {
    description: "Html (for your webpage)",
    value: {
      val: o.full_item_url,
      href: model.currentPathPermalink(o)
    },
    template:"<a href='#{href}'><img src='#{val}' border='0' /></a>"
  },
  {
    description: "IMG-Tag (for your blog or forums)",
    value: {val:o.full_item_url},
    template:"[IMG]#{val}[/IMG]"
  } 
  ];
}

ManageItemDialog.prototype.makeItemCreateForm = function() {
  return this.makeItemCreateFormUpload()
}

function initializeService() {}
 
ManageItemDialog.prototype.multiUpload = function(){
  return true;
}

;

