Project

General

Profile

« Previous | Next » 

Revision 1251

Added by Dietmar over 14 years ago

fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)

View differences:

users_form.htt
7 7
}
8 8
</script>
9 9

  
10
<h2 style="{{};">{HEADING_MODIFY_USER}</h2>
10
<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_USER}</h2>
11 11

  
12 12
<form name="user" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
13 13
<input type="hidden" name="user_id" value="{USER_ID}" />
......
32 32
		<input type="password" name="password2" maxlength="30" />
33 33
	</td>
34 34
</tr>
35
<tr style="{DISPLAY_EXTRA};">
35
<tr style="{DISPLAY_EXTRA}">
36 36
	<td>&nbsp;</td>
37 37
	<td style="font-size: 10px;">
38 38
		{CHANGING_PASSWORD}
......
50 50
		<input type="text" name="email" maxlength="255" value="{EMAIL}" />
51 51
	</td>
52 52
</tr>
53
<tr style="{DISPLAY_HOME_FOLDERS};">
53
<tr style="{DISPLAY_HOME_FOLDERS}">
54 54
	<td>{TEXT_HOME_FOLDER}:</td>
55 55
	<td class="value_input">
56 56
		<select name="home_folder">

Also available in: Unified diff