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:

branches/2.8.x/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.1 -------------------------------------
14 14
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
15
#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
16
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
15 17
#	fixed snippets including frontend.css and frontend.js 
16 18
#	without register_frontend_modfiles
17 19
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/interface/version.php
71 71

  
72 72
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
73 73
if(!defined('VERSION')) define('VERSION', '2.8.1');
74
if(!defined('REVISION')) define('REVISION', '1250');
74
if(!defined('REVISION')) define('REVISION', '1251');
75 75

  
76 76
?>
branches/2.8.x/wb/templates/classic_theme/templates/users_form.htt
7 7
}
8 8
</script>
9 9

  
10
<h2 style="{DISPLAY_EXTRA};">{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">
branches/2.8.x/wb/templates/wb_theme/templates/users_form.htt
7 7
}
8 8
</script>
9 9

  
10
<h2 style="{DISPLAY_EXTRA};">{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">
branches/2.8.x/wb/templates/argos_theme/templates/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