summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-06-25 18:01:17 +0100
committerSam Tuke <samtuke@owncloud.com>2012-06-25 18:04:10 +0100
commitf374dae233b3a4c970562d096514ba20e6d40bcc (patch)
treed5a46f9d6d28642bda528eb4b453e29c0d8b9774 /settings/templates
parentdc4b89132769fc5842eab6bf4d388a8041a43bdd (diff)
downloadnextcloud-server-f374dae233b3a4c970562d096514ba20e6d40bcc.tar.gz
nextcloud-server-f374dae233b3a4c970562d096514ba20e6d40bcc.zip
Added text ACS warning to admin's user settings page, and corresponding CSS styles
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index ea3fe777ffe..c042f2664e2 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -112,3 +112,8 @@ foreach($_["groups"] as $group) {
<?php endforeach; ?>
</tbody>
</table>
+
+<!-- use a standard notification class / system for this message -->
+<?php if( $_["share_notice"] ):?>
+<h3 class="settingsNotice center"><?php echo $_["share_notice"]; ?></h3>
+<?php endif;?> \ No newline at end of file