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.
21 lines
675 B
21 lines
675 B
<section>
|
|
<form name="groupadd" onsubmit="return false;">
|
|
<h3>{$c->__('groups.add', $server)}</h3>
|
|
|
|
<div>
|
|
<input name="name" placeholder="{$c->__('groups.name_example')}" type="text" required />
|
|
<label for="name">{$c->__('groups.name')}</label>
|
|
</div>
|
|
</section>
|
|
<div>
|
|
<a class="button flat" onclick="Dialog_ajaxClear()">
|
|
{$c->__('button.close')}
|
|
</a>
|
|
<a
|
|
class="button flat"
|
|
onclick="CommunitiesServer_ajaxAddConfirm('{$server}', MovimUtils.formToJson('groupadd')); Dialog_ajaxClear();">
|
|
{$c->__('button.add')}
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|