diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 29bf240e7e3..a7e86b50a59 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -139,6 +139,36 @@ if($_['passwordChangeSupported']) { } ?> +<div id="sessions" class="section"> + <h2><?php p($l->t('Sessions'));?></h2> + <?php p($l->t('These are the web browsers currently logged in to your ownCloud.'));?> + <table> + <thead> + <tr> + <th>Browser</th> + <th>Most recent activity</th> + </tr> + </thead> + <tbody class="token-list icon-loading"> + </tbody> + </table> +</div> + +<div id="devices" class="section"> + <h2><?php p($l->t('Devices'));?></h2> + <?php p($l->t("You've linked these devices."));?> + <table> + <thead> + <tr> + <th>Name</th> + <th>Most recent activity</th> + </tr> + </thead> + <tbody class="token-list icon-loading"> + </tbody> + </table> +</div> + <form id="language" class="section"> <h2> <label for="languageinput"><?php p($l->t('Language'));?></label> |