Mercurial > hg > soundsoftware-site
comparison public/javascripts/.svn/text-base/application.js.svn-base @ 1:cca12e1c1fd4
* Update to Redmine trunk (SVN revisions 3860-3892)
author | Chris Cannam |
---|---|
date | Wed, 28 Jul 2010 12:08:28 +0100 |
parents | 513646585e45 |
children | 94944d00e43c |
comparison
equal
deleted
inserted
replaced
0:513646585e45 | 1:cca12e1c1fd4 |
---|---|
50 f.size = 30; | 50 f.size = 30; |
51 var d = document.createElement("input"); | 51 var d = document.createElement("input"); |
52 d.type = "text"; | 52 d.type = "text"; |
53 d.name = "attachments[" + fileFieldCount + "][description]"; | 53 d.name = "attachments[" + fileFieldCount + "][description]"; |
54 d.size = 60; | 54 d.size = 60; |
55 var dLabel = document.createElement("label"); | 55 var dLabel = new Element('label'); |
56 dLabel.addClassName('inline'); | 56 dLabel.addClassName('inline'); |
57 // Pulls the languge value used for Optional Description | 57 // Pulls the languge value used for Optional Description |
58 dLabel.update($('attachment_description_label_content').innerHTML) | 58 dLabel.update($('attachment_description_label_content').innerHTML) |
59 | 59 |
60 p = document.getElementById("attachments_fields"); | 60 p = document.getElementById("attachments_fields"); |