Ignore:
Timestamp:
09/28/12 08:08:47 (12 years ago)
Author:
nanardon
Message:

fix conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r1137 r1162  
    562562                '$attr'.replace(/SUBID/g, cn ); 
    563563            document.getElementById('${htmlname}_div_' + (cn - 1)).innerHTML += 
    564                 '<div id="${htmlname}_div_'+ cn +'"></div>'; 
     564                '<div id="${htmlname}_div_'+ cn +'" style="display:block"></div>'; 
    565565            %s 
    566566            } 
     
    571571        $addempty .= "\n"; 
    572572        $addempty .= 
    573             qq|<button type="button" onclick="add_${htmlname}()">+</button>|, 
     573            qq|<button type="button" style="display:block" onclick="add_${htmlname}()">+</button>|, 
    574574 
    575575        push(@html_fields, $addempty); 
Note: See TracChangeset for help on using the changeset viewer.