Project

General

Profile

« Previous | Next » 

Revision 1009

Added by Matthias almost 15 years ago

-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)

- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)

- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)

View differences:

login.htt
4 4
<head>
5 5
<title>{TEXT_LOGIN}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css">
7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 8
</head>
9 9
<body onload="document.login.{USERNAME_FIELDNAME}.focus();">
10 10

  
......
43 43
			<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td>
44 44
			<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td>
45 45
		</tr>
46
		<tr height="30" style="display: {DISPLAY_REMEMBER_ME};">
46
		<tr style="display: {DISPLAY_REMEMBER_ME};">
47 47
			<td>&nbsp;</td>
48 48
			<td>
49 49
				<input type="checkbox" name="remember" id="remember" value="true" />
......
52 52
				</label>
53 53
			</td>
54 54
		</tr>
55
		<tr height="30">
55
		<tr>
56 56
			<td>&nbsp;</td>
57 57
			<td><input type="submit" name="submit" value="{TEXT_LOGIN}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;" /></td>
58 58
		</tr>

Also available in: Unified diff