1 |
2
|
Manuela
|
<!--
|
2 |
|
|
@version $Id: addons.htt 75 2017-03-10 10:47:06Z manu $
|
3 |
|
|
-->
|
4 |
|
|
<!-- BEGIN main_block -->
|
5 |
|
|
<div id="addons">
|
6 |
|
|
<table style="margin-bottom: 10px; width: 100%;">
|
7 |
|
|
<tbody>
|
8 |
|
|
<tr >
|
9 |
|
|
<td style="float: left;"><h2>{ADDONS_OVERVIEW}</h2></td>
|
10 |
|
|
<td style="float: right; line-height: 3.225em;"><a class="button" href="{URL_ADVANCED}">{TEXT_ADVANCED}</a></td>
|
11 |
|
|
</tr>
|
12 |
|
|
</tbody>
|
13 |
|
|
</table>
|
14 |
|
|
<ul>
|
15 |
|
|
<li>{ADDONS_LIST}</li>
|
16 |
|
|
<li>
|
17 |
|
|
<!-- BEGIN modules_block -->
|
18 |
|
|
<table class="section" style="{DISPLAY_MODULES};">
|
19 |
|
|
<tbody>
|
20 |
|
|
<tr>
|
21 |
|
|
<td class="graphic" >
|
22 |
|
|
<a href="{ADMIN_URL}/modules/index.php"> <img src="{THEME_URL}/icons/modules.png" alt="{MODULES}" /> </a>
|
23 |
|
|
</td>
|
24 |
|
|
<td class="description">
|
25 |
|
|
<a href="{ADMIN_URL}/modules/index.php"><span class="title">{MODULES}</span></a>
|
26 |
|
|
{MODULES_OVERVIEW}
|
27 |
|
|
</td>
|
28 |
|
|
</tr>
|
29 |
|
|
</tbody>
|
30 |
|
|
</table>
|
31 |
|
|
<!-- END modules_block -->
|
32 |
|
|
</li>
|
33 |
|
|
<li>
|
34 |
|
|
<!-- BEGIN templates_block -->
|
35 |
|
|
<table class="section" style="{DISPLAY_MODULES};">
|
36 |
|
|
<tbody>
|
37 |
|
|
<tr>
|
38 |
|
|
<td class="graphic" >
|
39 |
|
|
<a href="{ADMIN_URL}/templates/index.php"> <img src="{THEME_URL}/icons/templates.png" alt="{TEMPLATES}" /> </a>
|
40 |
|
|
</td>
|
41 |
|
|
<td class="description">
|
42 |
|
|
<a href="{ADMIN_URL}/templates/index.php"><span class="title">{TEMPLATES}</span></a>
|
43 |
|
|
{TEMPLATES_OVERVIEW}
|
44 |
|
|
</td>
|
45 |
|
|
</tr>
|
46 |
|
|
</tbody>
|
47 |
|
|
</table>
|
48 |
|
|
<!-- END templates_block -->
|
49 |
|
|
</li>
|
50 |
|
|
<li>
|
51 |
|
|
<!-- BEGIN languages_block -->
|
52 |
|
|
<table class="section" style="{DISPLAY_LANGUAGES};">
|
53 |
|
|
<tbody>
|
54 |
|
|
<tr>
|
55 |
|
|
<td class="graphic" >
|
56 |
|
|
<a href="{ADMIN_URL}/languages/index.php"> <img src="{THEME_URL}/icons/languages.png" alt="{LANGUAGES}" /> </a>
|
57 |
|
|
</td>
|
58 |
|
|
<td class="description">
|
59 |
|
|
<a href="{ADMIN_URL}/languages/index.php"><span class="title">{LANGUAGES}</span></a>
|
60 |
|
|
{LANGUAGES_OVERVIEW}
|
61 |
|
|
</td>
|
62 |
|
|
</tr>
|
63 |
|
|
</tbody>
|
64 |
|
|
</table>
|
65 |
|
|
<!-- END languages_block -->
|
66 |
|
|
</li>
|
67 |
|
|
</ul>
|
68 |
|
|
<!-- BEGIN reload_block -->
|
69 |
|
|
<table class="section" {DISPLAY_RELOAD} >
|
70 |
|
|
<tbody>
|
71 |
|
|
<tr>
|
72 |
|
|
<td class="graphic" ><img src="{THEME_URL}/icons/admintools.png" alt="{TXT_ADMIN_SETTINGS}" /> </td>
|
73 |
|
|
<td class="description"><span class="title">{TXT_ADMIN_SETTINGS}</span>
|
74 |
|
|
<form action="{RELOAD_URL}" method="post">
|
75 |
|
|
{FTAN}
|
76 |
|
|
{MESSAGE_RELOAD_ADDONS}
|
77 |
|
|
<br style="margin-bottom: 0.5em" />
|
78 |
|
|
|
79 |
|
|
<input {DISPLAY_MODULES} type="checkbox" name="reload_modules" id="reload_modules" value="true" />
|
80 |
|
|
<label {DISPLAY_MODULES} for="reload_modules">{MODULES}</label>
|
81 |
|
|
|
82 |
|
|
<input {DISPLAY_TEMPLATES} type="checkbox" name="reload_templates" id="reload_templates" value="true" />
|
83 |
|
|
<label {DISPLAY_TEMPLATES} for="reload_templates">{TEMPLATES}</label>
|
84 |
|
|
|
85 |
|
|
<input {DISPLAY_LANGUAGES} type="checkbox" name="reload_languages" id="reload_languages" value="true" />
|
86 |
|
|
<label {DISPLAY_LANGUAGES} for="reload_languages">{LANGUAGES}</label>
|
87 |
|
|
|
88 |
|
|
<input type="submit" name="submit" value="{TEXT_RELOAD}" />
|
89 |
|
|
</form>
|
90 |
|
|
</td>
|
91 |
|
|
</tr>
|
92 |
|
|
</tbody>
|
93 |
|
|
</table>
|
94 |
|
|
<!-- END reload_block -->
|
95 |
|
|
|
96 |
|
|
</div>
|
97 |
|
|
<!-- END main_block -->
|