Project

General

Profile

1
<!-- BEGIN main_block -->
2

    
3
<style type="text/css">
4
.section {
5
	margin-top: 10px;
6
	padding: 0px;
7
	border: 1px solid #999999;
8
	height: 75px;
9
	width: 100%;
10
	background-color: #FDFDFD;
11
}
12
.graphic {
13
	width: 50px;
14
	height: 50px;
15
	border: 4px solid #FDFDFD;
16
	padding-left: 3px;
17
}
18
.graphic img {
19
	vertical-align: middle;
20
	background-color: #FFFFFF;
21
	padding: 4px;
22
	border: 1px solid #D0D0D0;
23
}
24
.title {
25
	text-align: left;
26
	font-weight: bold;
27
	font-size: 14px;
28
	color: #003366;
29
	height: 16px;
30
	width: 90%;
31
	padding: 4px 0px 0px 3px;
32
}
33
.description {
34
	vertical-align: top;
35
	text-align: left;
36
	width: 240px;
37
	padding: 0px 0px 0px 3px;
38
}
39
</style>
40

    
41
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center">
42
<tr>
43
	<td align="center" valign="top">
44
		
45
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="display:{DISPLAY_MODULES};">
46
		<tr>
47
			<td class="graphic" align="center" valign="middle" rowspan="2">
48
				<a href="{ADMIN_URL}/modules/index.php">
49
					<img src="{ADMIN_URL}/images/icons/modules.png" border="0" />
50
				</a>
51
			</td>
52
			<td class="title">
53
				<a href="{ADMIN_URL}/modules/index.php">{MODULES}</a>
54
			</td>
55
		</tr>
56
		<tr>
57
			<td class="description">
58
				{MODULES_OVERVIEW}
59
			</td>
60
		</tr>
61
		</table>
62
				
63
		
64
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="display:{DISPLAY_TEMPLATES};">
65
		<tr>
66
			<td class="graphic" align="center" valign="middle" rowspan="2">
67
				<a href="{ADMIN_URL}/templates/index.php">
68
					<img src="{ADMIN_URL}/images/icons/templates.png" border="0" />
69
				</a>
70
			</td>
71
			<td class="title">
72
				<a href="{ADMIN_URL}/templates/index.php">{TEMPLATES}</a>
73
			</td>
74
		</tr>
75
		<tr>
76
			<td class="description">
77
				{TEMPLATES_OVERVIEW}
78
			</td>
79
		</tr>
80
		</table>
81
				
82
		
83
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="display:{DISPLAY_LANGUAGES};">
84
		<tr>
85
			<td class="graphic" align="center" valign="middle" rowspan="2">
86
				<a href="{ADMIN_URL}/languages/index.php">
87
					<img src="{ADMIN_URL}/images/icons/languages.png" border="0" />
88
				</a>
89
			</td>
90
			<td class="title">
91
				<a href="{ADMIN_URL}/languages/index.php">{LANGUAGES}</a>
92
			</td>
93
		</tr>
94
		<tr>
95
			<td class="description">
96
				{LANGUAGES_OVERVIEW}
97
			</td>
98
		</tr>
99
		</table>
100

    
101
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="display:{DISPLAY_RELOAD};">
102
		<tr>
103
			<td class="graphic" align="center" valign="middle" rowspan="2">
104
				<img src="{ADMIN_URL}/images/icons/admintools.png" border="0" />
105
			</td>
106
			<td class="title">
107
				{TXT_ADMIN_SETTINGS}
108
			</td>
109
		</tr>
110
		<tr>
111
			<td class="description">
112
				<form action="{RELOAD_URL}" method="post">
113
				{MESSAGE_RELOAD_ADDONS}<br style="margin-bottom: 0.5em" />
114
				
115
				<input style="display:{DISPLAY_MODULES};" type="checkbox" name="reload_modules" id="reload_modules" value="true" />
116
				<label style="display:{DISPLAY_MODULES};" for="reload_modules">{MODULES}</label>
117
		
118
				<input style="display:{DISPLAY_TEMPLATES};" type="checkbox" name="reload_templates" id="reload_templates" value="true" />
119
				<label style="display:{DISPLAY_TEMPLATES};" for="reload_templates">{TEMPLATES}</label>
120
				
121
				<input style="display:{DISPLAY_LANGUAGES};" type="checkbox" name="reload_languages" id="reload_languages" value="true" />
122
				<label style="display:{DISPLAY_LANGUAGES};" for="reload_languages">{LANGUAGES}</label>
123

    
124
				<input type="submit" name="submit" value="{TEXT_RELOAD}" />
125
				</form>
126
			</td>
127
		</tr>
128
		</table>
129

    
130
	</td>
131
</tr>
132
</table>
133

    
134
<!-- END main_block -->
(3-3/3)