]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix some outdated naming 2313/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 24 Nov 2016 15:05:05 +0000 (16:05 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 24 Nov 2016 15:05:05 +0000 (16:05 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/files_sharing/templates/public.php
core/css/header.css
core/js/js.js
core/templates/layout.user.php

index e1a816e7feeb9a162965a06afd2e9483a3866c52..32e4f3d3dd696ee50eff68fe8890c3c8a17069fc 100644 (file)
@@ -36,7 +36,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
 
 <header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>">
                <a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
-                  title="" id="owncloud">
+                  title="" id="nextcloud">
                        <div class="logo-icon svg">
                        </div>
                </a>
index 19ecf77bcd34756127be4e4878dc039fec25667c..f81a71070f0d6f57dad77fb99a64b20d314926f3 100644 (file)
@@ -46,7 +46,7 @@
 
 /* LOGO and APP NAME -------------------------------------------------------- */
 
-#owncloud {
+#nextcloud {
        position: absolute;
        top: 0;
        left: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
 }
-#owncloud:focus {
+#nextcloud:focus {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        opacity: .75;
 }
-#owncloud:hover,
-#owncloud:active {
+#nextcloud:hover,
+#nextcloud:active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
 }
index 714529fe5d123058d52efdcd63d7762c269664b0..b8535518f02c629c6425e27bcfc0aac8d49012fe 100644 (file)
@@ -69,8 +69,8 @@ var OCP = {},
        TAG_FAVORITE: '_$!<Favorite>!$_',
        /* jshint camelcase: false */
        /**
-        * Relative path to ownCloud root.
-        * For example: "/owncloud"
+        * Relative path to Nextcloud root.
+        * For example: "/nextcloud"
         *
         * @type string
         *
@@ -240,7 +240,7 @@ var OCP = {},
        },
 
        /**
-        * Protocol that is used to access this ownCloud instance
+        * Protocol that is used to access this Nextcloud instance
         * @return {string} Used protocol
         */
        getProtocol: function() {
@@ -248,7 +248,7 @@ var OCP = {},
        },
 
        /**
-        * Returns the host used to access this ownCloud instance
+        * Returns the host used to access this Nextcloud instance
         * Host is sometimes the same as the hostname but now always.
         *
         * Examples:
@@ -265,7 +265,7 @@ var OCP = {},
        },
 
        /**
-        * Returns the hostname used to access this ownCloud instance
+        * Returns the hostname used to access this Nextcloud instance
         * The hostname is always stripped of the port
         *
         * @return {string} hostname
@@ -276,7 +276,7 @@ var OCP = {},
        },
 
        /**
-        * Returns the port number used to access this ownCloud instance
+        * Returns the port number used to access this Nextcloud instance
         *
         * @return {int} port number
         *
@@ -287,9 +287,9 @@ var OCP = {},
        },
 
        /**
-        * Returns the web root path where this ownCloud instance
+        * Returns the web root path where this Nextcloud instance
         * is accessible, with a leading slash.
-        * For example "/owncloud".
+        * For example "/nextcloud".
         *
         * @return {string} web root path
         *
@@ -1404,7 +1404,7 @@ function initCore() {
        // move triangle of apps dropdown to align with app name triangle
        // 2 is the additional offset between the triangles
        if($('#navigation').length) {
-               $('#header #owncloud + .menutoggle').one('click', function(){
+               $('#header #nextcloud + .menutoggle').one('click', function(){
                        var caretPosition = $('.header-appname + .icon-caret').offset().left - 2;
                        if(caretPosition > 255) {
                                // if the app name is longer than the menu, just put the triangle in the middle
index 1d0ac5fa146e47e18d54993da68475547409605f..2db333c19776cc61c16c337d1f005c6fcf87a035 100644 (file)
@@ -43,7 +43,7 @@
        </div>
        <header role="banner"><div id="header">
                        <a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
-                               id="owncloud" tabindex="1">
+                               id="nextcloud" tabindex="1">
                                <div class="logo-icon">
                                        <h1 class="hidden-visually">
                                                <?php p($theme->getName()); ?>