Project

General

Profile

1
<!-- BEGIN main_block -->
2
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">
3
	<tr style="background:#f0f0f0;">
4
		<td valign="middle" align="left"><h2>{ADDONS_OVERVIEW}</h2></td>
5
		<td align="right">{URL_ADVANCED}</td>
6
	</tr>
7
</table>
8
			<!-- BEGIN modules_block -->
9
			<table class="section" {DISPLAY_MODULES} >
10
            <tbody>
11
				<tr>
12
					<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/modules/index.php"><img src="{THEME_URL}/icons/modules.png" alt="0" /> </a> </td>
13
					<td class="description" valign="top"><a href="{ADMIN_URL}/modules/index.php"><span class="title">{MODULES}</span></a><p>{MODULES_OVERVIEW}</p></td>
14
				</tr>
15
            </tbody>
16
			</table>
17
			<!-- END modules_block -->
18
			<!-- BEGIN templates_block -->
19
			<table class="section" {DISPLAY_TEMPLATES} >
20
            <tbody>
21
				<tr>
22
					<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/templates/index.php"><img src="{THEME_URL}/icons/templates.png" alt="{TEMPLATES}" /> </a> </td>
23
					<td class="description" valign="top"><a href="{ADMIN_URL}/templates/index.php"><span class="title">{TEMPLATES}</span></a><p>{TEMPLATES_OVERVIEW}</p></td>
24
				</tr>
25
            </tbody>
26
			</table>
27
			<!-- END templates_block -->
28
			<!-- BEGIN languages_block -->
29
			<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_LANGUAGES} >
30
            <tbody>
31
				<tr>
32
					<td class="graphic" align="center" valign="middle" rowspan="2"><a href="{ADMIN_URL}/languages/index.php"><img src="{THEME_URL}/icons/languages.png" alt="{LANGUAGES}" /> </a> </td>
33
					<td class="description" valign="top"> <a href="{ADMIN_URL}/languages/index.php"><span class="title">{LANGUAGES}</span></a><p>{LANGUAGES_OVERVIEW}</p></td>
34
				</tr>
35
            </tbody>
36
			</table>
37
			<!-- END languages_block -->
38
			<!-- BEGIN reload_block -->
39
			<form name="frmReloads" action="{RELOAD_URL}" method="post">
40
				{FTAN}
41
				<table summary="" cellpadding="0" cellspacing="0" border="0" class="section" {DISPLAY_RELOAD} >
42
					<tr>
43
						<td class="graphic" align="center" valign="top" rowspan="3"><img src="{THEME_URL}/icons/admintools.png" alt="{TXT_ADMIN_SETTINGS}" /> </td>
44
						<td class="description" valign="top"><span class="title">{TXT_ADMIN_SETTINGS}</span>
45
							{MESSAGE_RELOAD_ADDONS}
46
							<br style="margin-bottom: 0.5em" />
47
							<input {DISPLAY_MODULES} type="checkbox" id="reload_modules" name="reload[]" value="modules" />
48
							<label {DISPLAY_MODULES} for="reload_modules">{MODULES}</label>
49
							<input {DISPLAY_TEMPLATES} type="checkbox" id="reload_templates" name="reload[]" value="templates" />
50
							<label {DISPLAY_TEMPLATES} for="reload_templates">{TEMPLATES}</label>
51
							<input {DISPLAY_LANGUAGES} type="checkbox" id="reload_languages" name="reload[]" value="languages" />
52
							<label {DISPLAY_LANGUAGES} for="reload_languages">{LANGUAGES}</label>
53
							<input type="submit" name="cmdReload" value="{TEXT_RELOAD}" />
54
						</td>
55
					</tr>
56
					<tr>
57
						<td class="description" valign="top"><hr /><span class="title">{TXT_THEME_COPY_CURRENT}</span>
58
							{TXT_THEME_CURRENT}: <b>{CURRENT_THEME}</b><br />
59
							<i>[ {THEME_PATH} ]</i><br /><br />
60
							{MESSAGE_THEME_COPY_CURRENT}
61
							<br style="margin-bottom: 0.5em" />
62
							<label for="theme_newname">{TXT_THEME_NEW_NAME}: </label>
63
							<input type="text" id="theme_newname" name="ThNewTheme" value="{THEME_DEFAULT_NAME}" />
64
							<input type="submit" name="cmdCopyTheme" value="{TXT_THEME_START_COPY}" />
65
						</td>
66
					</tr>
67
					<tr>
68
						<td class="description" valign="top"><hr /><span class="title">{TXT_THEME_IMPORT_HTT}</span>
69
							{TXT_THEME_CURRENT}: <b>{CURRENT_THEME}</b><br /><br />
70
							{MESSAGE_THEME_IMPORT_HTT}
71
							<br style="margin-bottom: 0.5em" />
72
							<label for="theme_template">{TXT_THEME_SELECT_HTT}</label><br />
73
							<select id="theme_template" name="ThTemplate[]" size="10" multiple="multiple" style="min-width: 300px;" >
74
								{THEME_TEMPLATE_LIST}
75
							</select>
76
							<input type="submit" name="cmdCopyTemplate" value="{TXT_THEME_START_IMPORT}" /><br />
77
							<br style="margin-bottom: 0.5em" />
78
						</td>
79
					</tr>
80
				</table>
81
			</form>
82
			<!-- END reload_block -->
83
<!-- END main_block -->
(3-3/37)