File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 162162 < input type ="file " id ="file-1@content " name ="file-1@content " size ="40 ">
163163 </ td >
164164 < th > < label for ="file-1@description " i18n:translate =""> File Description</ label > :</ th >
165- < td colspan =3 > < input type ="edit " class ="fileDesc " id ="file-1@description " name ="file-1@description " size ="40 "> </ td >
165+ < td colspan =3 > < input type ="text " class ="fileDesc " id ="file-1@description " name ="file-1@description " size ="40 "> </ td >
166166</ tr >
167167< tr tal:condition ="context/is_edit_ok ">
168168 < td colspan =4 >
298298 br = fileDesc . insertAdjacentElement ( 'afterend' ,
299299 document . createElement ( 'br' ) ) ;
300300 fileDesc = document . createElement ( 'input' ) ;
301- fileDesc . type = "edit " ;
301+ fileDesc . type = "text " ;
302302 fileDesc . id = "file-" + NextInputNum + "@description" ;
303303 fileDesc . name = fileDesc . id
304304 fileDesc . size = 40
You can’t perform that action at this time.
0 commit comments