diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 17:42:37 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 17:42:37 -0400 |
commit | 4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5 (patch) | |
tree | 1d6c150ca0c725abb854afc2ab76422ebdcd4d85 /apps/files_publiclink | |
parent | 9e35d5a886b192b1ab3e19ca0e1b9608a39d60ac (diff) | |
parent | 52df7accfd1a1a8f4ac35d29e00d60961469c063 (diff) | |
download | nextcloud-server-4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5.tar.gz nextcloud-server-4830555cce8fbc5505b4d6bbc2bdd5ddc582f3b5.zip |
Merge branch 'master' into sharing
Conflicts:
.gitignore
Diffstat (limited to 'apps/files_publiclink')
-rw-r--r-- | apps/files_publiclink/templates/admin.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/apps/files_publiclink/templates/admin.php b/apps/files_publiclink/templates/admin.php index f6c92d5cb17..b5c04b838bd 100644 --- a/apps/files_publiclink/templates/admin.php +++ b/apps/files_publiclink/templates/admin.php @@ -1,12 +1,10 @@ <input type="hidden" id="baseUrl" value="<?php echo $_['baseUrl'];?>"/> <table id="linklist"> <thead id="controls"> - <tr id="newlink_row"> - <form action="#" id="newlink"> - <td class="path"><input placeholder="Path" id="path"/></td> - <td><input type="submit" value="Share" /></td> - </form> - </tr> + <tr id="newlink_row"><form action="#" id="newlink"> + <td class="path"><input placeholder="Path" id="path"/></td> + <td><input type="submit" value="Share" /></td> + </form></tr> </thead> <tbody> <?php foreach($_['links'] as $link):?> |