]> source.dussan.org Git - nextcloud-server.git/commitdiff
add Settings label to users settings for consistency 4107/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 27 Mar 2017 23:18:16 +0000 (01:18 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 27 Mar 2017 23:18:16 +0000 (01:18 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
settings/templates/users/main.php

index 59ddf6a1dd7b88e5f99e892f547b9cf7b130f0f3..4fd8572029a56fa353e1139ef5e16fbac5095cd4 100644 (file)
@@ -38,14 +38,14 @@ translation('settings');
        <?php print_unescaped($this->inc('users/part.grouplist')); ?>
        <div id="app-settings">
                <div id="app-settings-header">
-                       <button class="settings-button" tabindex="0" data-apps-slide-toggle="#app-settings-content"></button>
+                       <button class="settings-button" tabindex="0" data-apps-slide-toggle="#app-settings-content"><?php p($l->t('Settings'));?></button>
                </div>
                <div id="app-settings-content">
                        <?php print_unescaped($this->inc('users/part.setquota')); ?>
 
                        <div id="userlistoptions">
                                <p>
-                                       <input type="checkbox" name="StorageLocation" value="StorageLocation" id="CheckboxStorageLocation" 
+                                       <input type="checkbox" name="StorageLocation" value="StorageLocation" id="CheckboxStorageLocation"
                                                class="checkbox" <?php if ($_['show_storage_location'] === 'true') print_unescaped('checked="checked"'); ?> />
                                        <label for="CheckboxStorageLocation">
                                                <?php p($l->t('Show storage location')) ?>