Ignore:
Timestamp:
08/05/11 12:07:30 (13 years ago)
Author:
Daniela Dorner
Message:
small changes in buttons and pulldown layout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/db_po/po.js

    r11771 r11780  
    830830{
    831831    document.getElementById('datepulldown'+idx).style.display = "none";
    832     document.getElementById('dateinput'+idx).style.display = "";
     832    document.getElementById('dateinput'+idx).style.display = "inline";
    833833    set_statusdate(idx, get_statusdate(idx, 'pulldown'));
    834834}
     
    836836function ShowDatePulldown(idx)
    837837{
    838     document.getElementById('datepulldown'+idx).style.display = "";
     838    document.getElementById('datepulldown'+idx).style.display = "inline";
    839839    document.getElementById('dateinput'+idx).style.display = "none";
    840840    set_statusdate(idx, get_statusdate(idx, 'textinput'));
Note: See TracChangeset for help on using the changeset viewer.