Release diogenes-0.9.22
[diogenes.git] / templates / toplevel-options_expert.tpl
CommitLineData
6855525e
JL
1{$editor_content}
2
3<br/>
4
5<table class="light" style="width:80%">
6<tr>
7 <th>{$msg_vcs}</th>
8</tr>
9<tr>
10 <td>{$msg_current_vcs}</td>
11</tr>
12{foreach from=$conversions item="conv"}
13<tr>
14 <td>
15 <form method="post" action="{$smarty.server.PHP_SELF}">
16 {$conv[1]}
17 <input type="hidden" name="action" value="{$conv[0]}" />
18 <input type="submit" value="{$msg_convert}" />
19 </form>
20 </td>
21</tr>
22{/foreach}
23</table>