Hallo
ich versuche mit Look&Feel die Farben der Seite zu ändern. Jedoch wenn ich auf Speichern klicke gibt er mir in einer Fehlermeldung den Quelltext des loginfensters aus.
[...]
<input type="hidden" name="fnc" value="checklogin">
<input type="hidden" name="cl" value="login"><br>
<label for="usr">Benutzer</label>
<input type="text" name="user" id="usr" value="" size="49"><br>
<label for="pwd">Passwort</label>
<input type="password" name="pwd" id="pwd" value="" size="49"><br>
<label for="lng">Sprache</label>
<select name="chlanguage" id="lng">
<option value="1" >English</option>
<option value="0" SELECTED>Deutsch</option>
</select><br>
<label for="prf">Profil</label>
<select name="profile" id="prf">
<option value="0" >Standard</option>
<option value="1" >1024x768</option>
<option value="2" >1280x1024</option>
<option value="3" selected>1600x1200</option>
</select><br>
<input type="submit" value="OXID eShop Admin starten" class="btn"><br>
[...]