aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/users/part.grouplist.php
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2014-02-25 15:39:01 +0530
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 12:53:53 +0200
commit65aa20433c796c40592e6031eb8ba323c171c108 (patch)
tree369e356d673516ddaa879127c192527e8b533fe0 /settings/templates/users/part.grouplist.php
parent17e640af22d07c5ecede6ae1b6d1a89509e104a9 (diff)
downloadnextcloud-server-65aa20433c796c40592e6031eb8ba323c171c108.tar.gz
nextcloud-server-65aa20433c796c40592e6031eb8ba323c171c108.zip
Enhancement : Toggle Add Group on Click, @blizzz have a look here.
Diffstat (limited to 'settings/templates/users/part.grouplist.php')
-rw-r--r--settings/templates/users/part.grouplist.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index 51351733d0d..620049eb298 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -1,7 +1,12 @@
<ul>
<!-- Add new group -->
- <li>
- <form id="newgroup">
+ <li id="newgroup-init">
+ <a href="#">
+ <span><?php p($l->t('Add Group'))?></span>
+ </a>
+ </li>
+ <li id="newgroup-form">
+ <form>
<input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." />
<input type="submit" class="button" value="<?php p($l->t('Add Group'))?>" />
</form>