Project

General

Profile

« Previous | Next » 

Revision 1048

Added by Matthias almost 15 years ago

- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)

- Fixed some display issues in all backend themes (Thanks to Luisehahne)

View differences:

access.htt
6 6
		<!-- BEGIN users_block -->	
7 7
		<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_USERS} >
8 8
		<tr>
9
			<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/users/index.php"><img src="{THEME_URL}/icons/users.png" alt="{USERS}" /></a></td>
10
			<td class="title"><a href="{ADMIN_URL}/users/index.php">{USERS}</a></td>
9
			<td class="graphic" align="center" valign="middle" rowspan="2">
10
				<a href="{ADMIN_URL}/users/index.php">
11
					<img src="{THEME_URL}/icons/users.png" alt="{USERS}" />
12
				</a>
13
			</td>
14
			<td class="title">
15
				<a href="{ADMIN_URL}/users/index.php">{USERS}</a>
16
			</td>
11 17
		</tr>
12 18
		<tr>
13
			<td class="description">{USERS_OVERVIEW}</td>
19
			<td class="description">
20
				{USERS_OVERVIEW}
21
			</td>
14 22
		</tr>
15 23
		</table>
16 24
		<!-- END users_block -->
17
		<!-- BEGIN groups_block -->
25
		<!-- BEGIN groups_block -->		
18 26
		<table cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_GROUPS} >
19 27
		<tr>
20
			<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/groups/index.php"><img src="{THEME_URL}/icons/groups.png" alt="{GROUPS}" /></a></td>
21
			<td class="title"><a href="{ADMIN_URL}/groups/index.php">{GROUPS}</a></td>
28
			<td class="graphic" align="center" valign="middle" rowspan="2">
29
				<a href="{ADMIN_URL}/groups/index.php">
30
					<img src="{THEME_URL}/icons/groups.png" alt="{GROUPS}" />
31
				</a>
32
			</td>
33
			<td class="title">
34
				<a href="{ADMIN_URL}/groups/index.php">{GROUPS}</a>
35
			</td>
22 36
		</tr>
23 37
		<tr>
24
			<td class="description">{GROUPS_OVERVIEW}</td>
38
			<td class="description">
39
				{GROUPS_OVERVIEW}
40
			</td>
25 41
		</tr>
26 42
		</table>
27 43
		<!-- END groups_block -->

Also available in: Unified diff