Changeset 11780 for trunk/www/db_po/po.js
- Timestamp:
- 08/05/11 12:07:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/po.js
r11771 r11780 830 830 { 831 831 document.getElementById('datepulldown'+idx).style.display = "none"; 832 document.getElementById('dateinput'+idx).style.display = " ";832 document.getElementById('dateinput'+idx).style.display = "inline"; 833 833 set_statusdate(idx, get_statusdate(idx, 'pulldown')); 834 834 } … … 836 836 function ShowDatePulldown(idx) 837 837 { 838 document.getElementById('datepulldown'+idx).style.display = " ";838 document.getElementById('datepulldown'+idx).style.display = "inline"; 839 839 document.getElementById('dateinput'+idx).style.display = "none"; 840 840 set_statusdate(idx, get_statusdate(idx, 'textinput'));
Note:
See TracChangeset
for help on using the changeset viewer.