Revision 1a0025cb
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
templates/webpages/am/config_de.html | ||
---|---|---|
|
||
<div class="listtop">[% title %]</div>
|
||
|
||
<form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
|
||
<form method="post" action="am.pl" name="Form">
|
||
|
||
<ul id="maintab" class="shadetabs">
|
||
<li class="selected"><a href="#" rel="page_personal_settings">Persönliche Einstellungen</a></li>
|
templates/webpages/am/config_master.html | ||
---|---|---|
|
||
<div class="listtop">[% title %]</div>
|
||
|
||
<form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
|
||
<form method="post" action="am.pl" name="Form">
|
||
|
||
<ul id="maintab" class="shadetabs">
|
||
<li class="selected"><a href="#" rel="page_personal_settings"><translate>Personal settings</translate></a></li>
|
templates/webpages/ct/form_header_de.html | ||
---|---|---|
|
||
<div class="listtop">[% title %]</div>
|
||
|
||
<form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
|
||
<form method="post" name="ct" action="ct.pl">
|
||
|
||
<ul id="maintab" class="shadetabs">
|
||
<li class="selected"><a href="#" rel="billing">Rechnungsadresse</a></li>
|
templates/webpages/ct/form_header_master.html | ||
---|---|---|
|
||
<div class="listtop">[% title %]</div>
|
||
|
||
<form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
|
||
<form method="post" name="ct" action="ct.pl">
|
||
|
||
<ul id="maintab" class="shadetabs">
|
||
<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.