6 changed files with 98 additions and 23 deletions
-
2app/assets/js/movim_tpl.js
-
40app/widgets/Account/Account.php
-
32app/widgets/Account/_account_form.tpl
-
2app/widgets/Chat/chat.js
-
15app/widgets/Rooms/Rooms.php
-
30system/Route.php
@ -0,0 +1,32 @@ |
|||||
|
<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> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue