Changeset 9465
- Timestamp:
- 04/27/08 22:40:20 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
r9358 r9465 1091 1091 _6 : _record.controlfield.(@tag=='006'), 1092 1092 _7 : _record.controlfield.(@tag=='007'), 1093 _8 : _record.controlfield.(@tag=='008') ,1093 _8 : _record.controlfield.(@tag=='008') 1094 1094 }; 1095 1095 … … 1306 1306 contextmenu : function (event) { getAuthorityContextMenu(event.target, sf) }, 1307 1307 size : new String(sf.text()).length + 2, 1308 oninput : "this.setAttribute('size', this.value.length + 2);" ,1308 oninput : "this.setAttribute('size', this.value.length + 2);" 1309 1309 } ) 1310 1310 );
