Revision 63af8941
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
templates/webpages/menu/menuv3_de.html | ||
---|---|---|
38 | 38 |
|
39 | 39 |
<div style="clear: both;"></div> |
40 | 40 |
|
41 |
<iframe id="win1" src="login.pl?login=$form->{login}&password=$form->{password}&action=company_logo" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
|
41 |
<iframe id="win1" src="login.pl?action=company_logo&login=<TMPL_VAR login ESCAPE=URL>&password=<TMPL_VAR password ESCAPE=URL>" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
|
42 | 42 |
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen. Bitte wählen Sie ein anderes Menü in der Benutzerkonfiguration im Administrationsmenü aus.</p> |
43 | 43 |
</iframe> |
44 | 44 |
</body> |
templates/webpages/menu/menuv3_master.html | ||
---|---|---|
38 | 38 |
|
39 | 39 |
<div style="clear: both;"></div> |
40 | 40 |
|
41 |
<iframe id="win1" src="login.pl?login=$form->{login}&password=$form->{password}&action=company_logo" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
|
41 |
<iframe id="win1" src="login.pl?action=company_logo&login=<TMPL_VAR login ESCAPE=URL>&password=<TMPL_VAR password ESCAPE=URL>" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
|
42 | 42 |
<p><translate>MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES</translate></p> |
43 | 43 |
</iframe> |
44 | 44 |
</body> |
Auch abrufbar als: Unified diff
Falscher Link bei Umstellung auf HTML-Vorlagen.