Changeset 9471
- Timestamp:
- 04/27/08 23:43:59 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
r9466 r9471 1313 1313 function loadRecord(rec) { 1314 1314 try { 1315 _record = rec;1315 var _record = rec; 1316 1316 var grid_rows = document.getElementById('recGrid').lastChild; 1317 1317 … … 1409 1409 'e.initMutationEvent("change",1,1,null,0,0,0,0);' + 1410 1410 'current_focus.inputField.dispatchEvent(e);', 1411 tooltiptext : sf.description ,1411 tooltiptext : sf.description 1412 1412 } 1413 1413 ) … … 1583 1583 applyAuthority(event.target.previousSibling, target, sf); 1584 1584 return true; 1585 } ,1585 } 1586 1586 } 1587 1587 ) … … 1793 1793 182 : 'z', 1794 1794 185 : 'z' 1795 } ,1795 } 1796 1796 }, 1797 1797 630 : {
