Project

General

Profile

« Previous | Next » 

Revision 1773

Added by Dietmar over 11 years ago

! account split html and code
+ add signup activation registering
+ add missing icons in themes

View differences:

users_form.htt
6 6
	document.getElementById(radio_off).checked = true;
7 7
}
8 8
</script>
9
<div class="account">
9 10

  
10 11
<h2 class="left" style="{DISPLAY_EXTRA}">{HEADING_MODIFY_USER}</h2>
11 12

  
......
13 14
<input type="hidden" name="user_id" value="{USER_ID}" />
14 15
<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
15 16
{FTAN}
16
<table summary="" cellpadding="5" cellspacing="0" border="0" width="100%">
17
<table>
17 18
<!-- BEGIN show_modify_loginname_block -->
18 19
<tr>
19
	<td width="150">{TEXT_USERNAME}:</td>
20
	<td>{TEXT_USERNAME}:</td>
20 21
	<td class="value_input">
21 22
		<input type="hidden" name="{USERNAME_FIELDNAME}" value="{USERNAME}" />
22 23
		<input class="button" type="button" value="{USERNAME}" disabled="disabled" readonly="readonly" />
......
25 26
<!-- END show_modify_loginname_block -->
26 27
<!-- BEGIN show_add_loginname_block -->
27 28
<tr>
28
	<td width="150">{TEXT_USERNAME}:</td>
29
	<td>{TEXT_USERNAME}:</td>
29 30
	<td class="value_input">
30 31
		<input type="text" name="{USERNAME_FIELDNAME}" maxlength="30" value="{USERNAME}" />
31 32
	</td>
......
92 93
	</td>
93 94
</tr>
94 95
<tr>
95
	<td>&nbsp;</td>
96
	<td>
96
	<td colspan="2" class="center">
97 97
		<input type="submit" name="submit" value="{SUBMIT_TITLE}" />
98 98
		<input type="reset" name="reset" value="{TEXT_RESET}" />
99
		<input type="button" style="width: 100px; margin-top: 5px;" onclick="javascript: window.location = 'index.php';" value="{TEXT_CANCEL}" />
99
		<input type="button" style="width: 100px; margin-top: 5px;" onclick="javascript:window.location='index.php';" value="{TEXT_CANCEL}" />
100 100
	</td>
101 101
</tr>
102 102
</table>
103 103

  
104 104
</form>
105

  
105
</div>
106 106
<!-- END main_block -->

Also available in: Unified diff