mirror of https://github.com/movim/movim
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.
32 lines
969 B
32 lines
969 B
<section class="scroll">
|
|
<form name="command" data-sessionid="{$attributes->sessionid}" data-node="{$attributes->node}">
|
|
{$form}
|
|
</form>
|
|
</section>
|
|
<div>
|
|
<a onclick="Dialog.clear()" class="button flat">
|
|
{$c->__('button.close')}
|
|
</a>
|
|
{if="$actions != null"}
|
|
{if="isset($actions->next)"}
|
|
<a onclick="AdHoc.submit()" class="button flat">
|
|
{$c->__('button.next')}
|
|
</a>
|
|
{/if}
|
|
{if="isset($actions->previous)"}
|
|
<a onclick="" class="button flat">
|
|
{$c->__('button.previous')}
|
|
</a>
|
|
{/if}
|
|
{if="isset($actions->cancel)"}
|
|
<a onclick="" class="button flat">
|
|
{$c->__('button.cancel')}
|
|
</a>
|
|
{/if}
|
|
{if="isset($actions->complete)"}
|
|
<!--<a onclick="" class="button flat">
|
|
{$c->__('button.submit')}
|
|
</a>-->
|
|
{/if}
|
|
{/if}
|
|
</div>
|