diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/searchOAs.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/searchOAs.jsp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/searchOAs.jsp b/id/ConfigWebTool/src/main/webapp/jsp/searchOAs.jsp index a2617a0e9..8d1c5adf9 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/searchOAs.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/searchOAs.jsp @@ -7,6 +7,7 @@ <html> <head> <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"> <title><%=LanguageHelper.getGUIString("title", request) %></title> <script type="text/javascript" src="../js/common.js"></script> @@ -38,8 +39,8 @@ key="webpages.searchoa.search.friendlyname" cssClass="textfield_long"> </s:textfield> - - <s:submit key="webpages.searchoa.butten.search" action="searchOA"/> + + <s:submit key="webpages.searchoa.butten.search" action="searchOA" cssClass="button_fit"/> </s:form> </div> |