You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
651 B

{extends 'layout_view.tpl'}
{block name="title"}
{title}{$title|escape}{/title}
{/block}
{block name="content"}
<form class="simple workspace-ui-content-form" method="post" action="{service controller=workspace action=edit_content}">
<label>
{tr}Wiki Page Source{/tr}
<input type="text" name="page" value="{$page|escape}"/>
</label>
<p><strong>{tr}OR{/tr}</strong></p>
<label>
{tr}Content{/tr}
<textarea name="content">{$content|escape}</textarea>
</label>
<div class="submit">
<input type="submit" class="btn btn-primary btn-sm" value="{tr}Set{/tr}"/>
</div>
</form>
{/block}