From 436b027a051e5e80635dd52da798bc572fe8da69 Mon Sep 17 00:00:00 2001 From: Ruben de Laat Date: Tue, 10 Dec 2013 17:37:41 +0100 Subject: [PATCH] - Added service token to basic user settings page - Used pagechanger in more places --- basicserversettings.html | 2 + basicusersettings.html | 12 +++- css/bootstrap.min.css | 6 +- extendeddataschemas.html | 2 + genericpluginsettingslist.html | 3 + js/bootstrap.min.js | 6 +- migrations.html | 2 + modelcheckers.html | 2 + plugins.html | 2 + serversettings.html | 78 ++++++++++------------ user.html | 2 +- usersettings.html | 116 +++++++++++++++------------------ webmodules.html | 2 + 13 files changed, 115 insertions(+), 120 deletions(-) diff --git a/basicserversettings.html b/basicserversettings.html index 2fc645a9..4a5c3f20 100644 --- a/basicserversettings.html +++ b/basicserversettings.html @@ -112,6 +112,8 @@ var othis = this; othis.change = false; + this.show = function(){}; + this.removeDomainButton = function(){ $(this).parent().remove(); othis.change = true; diff --git a/basicusersettings.html b/basicusersettings.html index 066a62bc..d41209ef 100644 --- a/basicusersettings.html +++ b/basicusersettings.html @@ -1,14 +1,20 @@

Basic User Settings

-
- There are no basic user settings yet, but there probably will be in the future. + +
+
+ +