mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* moved news.add to twig template * now twig templates will be loaded directly from template dir f.e. templates/kathrine/news.html.twig
17 lines
348 B
Twig
17 lines
348 B
Twig
<form enctype="multipart/form-data" method="post">
|
|
<input type="hidden" name="upload_plugin" />
|
|
<table cellspacing="3" border="0">
|
|
<tr>
|
|
<td colspan="2">Install plugin:</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="file" name="plugin" />
|
|
</td>
|
|
<td>
|
|
<input type="submit" value="Upload" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<br/><br/> |