;

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

// /8::/202::/files:js -> <808> files.js 

ManageItemDialog.prototype.getEmbedLinks = function(o){
  return [{
    description: "Link (to download directly)",
    value: {val:o.full_item_url},
    template: "#{val}"
  }];
}

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

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

function showItem(m) {
  window.open(m.full_item_url)
}

;

