Revision 1a0025cb
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
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ö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
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.