Project

General

Profile

« Previous | Next » 

Revision 1247

Added by Dietmar over 14 years ago

Ticket #911 5. continue to fix CSS-errors in WB backend

View differences:

login_forgot.htt
33 33
		<tr>
34 34
			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>
35 35
		</tr>
36
		<tr style="display: {DISPLAY_FORM}">
36
		<tr style="{DISPLAY_FORM}">
37 37
			<td height="10" colspan="2"></td>
38 38
		</tr>
39
		<tr style="display: {DISPLAY_FORM}">
39
		<tr style="{DISPLAY_FORM}">
40 40
			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
41 41
			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
42 42
		</tr>
43
		<tr style="display: {DISPLAY_FORM}" height="30">
43
		<tr style="{DISPLAY_FORM}" height="30">
44 44
			<td>&nbsp;</td>
45 45
			<td><input type="submit" name="submit" value="{TEXT_SEND_DETAILS}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;"></td>
46 46
		</tr>
47
		<tr style="display: {DISPLAY_FORM}">
47
		<tr style="{DISPLAY_FORM}">
48 48
			<td height="10" colspan="2"></td>
49 49
		</tr>
50 50
		</table>

Also available in: Unified diff