Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1a0025cb

Von Moritz Bunkus vor etwa 16 Jahren hinzugefügt

  • ID 1a0025cb12fc0b04fc2befedbc2b29764a13f257
  • Vorgänger 256c879b
  • Nachfolger 9d3ce6e8

Die Events auf <form> sorgen im Internet Explorer 7 dafür, dass Drop-Down-Boxen beim Loslassen des Mousebuttons sofort wieder geschlossen werden. Fix für Bug 765.

Unterschiede anzeigen:

templates/webpages/am/config_de.html
2 2

  
3 3
 <div class="listtop">[% title %]</div>
4 4

  
5
 <form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
5
 <form method="post" action="am.pl" name="Form">
6 6

  
7 7
  <ul id="maintab" class="shadetabs">
8 8
   <li class="selected"><a href="#" rel="page_personal_settings">Pers&ouml;nliche Einstellungen</a></li>
templates/webpages/am/config_master.html
2 2

  
3 3
 <div class="listtop">[% title %]</div>
4 4

  
5
 <form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
5
 <form method="post" action="am.pl" name="Form">
6 6

  
7 7
  <ul id="maintab" class="shadetabs">
8 8
   <li class="selected"><a href="#" rel="page_personal_settings"><translate>Personal settings</translate></a></li>
templates/webpages/ct/form_header_de.html
2 2

  
3 3
 <div class="listtop">[% title %]</div>
4 4

  
5
 <form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
5
 <form method="post" name="ct" action="ct.pl">
6 6

  
7 7
  <ul id="maintab" class="shadetabs">
8 8
   <li class="selected"><a href="#" rel="billing">Rechnungsadresse</a></li>
templates/webpages/ct/form_header_master.html
2 2

  
3 3
 <div class="listtop">[% title %]</div>
4 4

  
5
 <form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
5
 <form method="post" name="ct" action="ct.pl">
6 6

  
7 7
  <ul id="maintab" class="shadetabs">
8 8
   <li class="selected"><a href="#" rel="billing"><translate>Billing Address</translate></a></li>

Auch abrufbar als: Unified diff