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
<div class="box">
42
	{URL_ADVANCED}
43
</div>
44

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

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

    
128
				<input type="submit" name="submit" value="{TEXT_RELOAD}" />
129
				</form>
130
			</td>
131
		</tr>
132
		</table>
133

    
134
	</td>
135
</tr>
136
</table>
137

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