it's nearly finished now we are using three levels from Space (ConfParser) - group set - group - values git-svn-id: svn://ttmath.org/publicrep/winix/trunk@773 e52654a7-88a9-db11-a3e9-0013d4bc506e
25 lines
499 B
HTML
Executable File
25 lines
499 B
HTML
Executable File
<h1>{reload_header}</h1>
|
|
|
|
[include "error.html"]
|
|
|
|
|
|
<p>{reload_select}:</p>
|
|
<ul>
|
|
<li><a href="[doc_base_url][dir]reload/templates">{reload_templates}</a></li>
|
|
|
|
[if winix_has_plugin "ticket"]
|
|
<li><a href="[doc_base_url][dir]reload/tickets">{reload_tickets}</a></li>
|
|
[end]
|
|
|
|
[if winix_has_plugin "group"]
|
|
<li><a href="[doc_base_url][dir]reload/group">{reload_group}</a></li>
|
|
[end]
|
|
|
|
[if winix_has_plugin "export"]
|
|
<li><a href="[doc_base_url][dir]reload/export">{reload_export}</a></li>
|
|
[end]
|
|
|
|
</ul>
|
|
|
|
|