Project

General

Profile

« Previous | Next » 

Revision 333

Added by stefan over 18 years ago

Fixed ticket #143. Charset setting is now used in admin login and forgot pages.

View differences:

template.html
3 3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 4
<head>
5 5
<title>{TEXT_LOGIN}</title>
6
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7 7
<link href="{INTERFACE_DIR_URL}/stylesheet.css" rel="stylesheet" type="text/css">
8 8
</head>
9 9
<body onload="document.login.{USERNAME_FIELDNAME}.focus();">

Also available in: Unified diff