diff options
author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-10-15 09:57:40 +0200 |
---|---|---|
committer | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-10-15 09:57:40 +0200 |
commit | aed2f6f6511d9fd027b24f3810f057f5182c3d60 (patch) | |
tree | 4194b2f7d68325da0c1c571780c27cd1cf07ea4f /id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp | |
parent | 9033146d29c45a9f9a781e0ff450981c27045c3d (diff) | |
parent | 0e55c7882ce4ed4fcb28e60c94dea6b325462ba5 (diff) | |
download | moa-id-spss-aed2f6f6511d9fd027b24f3810f057f5182c3d60.tar.gz moa-id-spss-aed2f6f6511d9fd027b24f3810f057f5182c3d60.tar.bz2 moa-id-spss-aed2f6f6511d9fd027b24f3810f057f5182c3d60.zip |
Merge branch 'web-config' into moa-id-3.0.0-snapshot
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp b/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp index 9995f9f31..934296b3a 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp @@ -8,7 +8,7 @@ <head> <title><%=LanguageHelper.getGUIString("title", request) %></title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> - + <link rel="stylesheet" type="text/css" href="../css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="./css/index.css"> <script type="text/javascript" src="./js/common.js"></script> <script src="./js/jquery.js"></script> |