diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-12-09 13:32:28 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-15 17:51:04 +0200 |
commit | 9ccb3279dd09b7042ab07c936a4c04127282476f (patch) | |
tree | d310007de95b3dae9970ec999b808dad09bd780b /settings | |
parent | 04f73275ba222f0aae80cf80890477b141cd4902 (diff) | |
download | nextcloud-server-9ccb3279dd09b7042ab07c936a4c04127282476f.tar.gz nextcloud-server-9ccb3279dd09b7042ab07c936a4c04127282476f.zip |
Added app navigation for files app
- Added links to trashbin and shared dir
- Moved "WebDAV" settings block to the app nav's settings section
- Added sidebar support in trashbin app as well
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index afa3f5d700a..1d1500743ad 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -133,12 +133,6 @@ if($_['passwordChangeSupported']) { <?php endif; ?> </form> -<div class="section"> - <h2><?php p($l->t('WebDAV'));?></h2> - <code><?php print_unescaped(OC_Helper::linkToRemote('webdav')); ?></code><br /> - <em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));?></em> -</div> - <?php foreach($_['forms'] as $form) { print_unescaped($form); };?> |