diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-25 22:18:22 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-25 22:18:22 +0100 |
commit | 2828373477243ec4025ee87debe4125963ff6b19 (patch) | |
tree | e4525a7104b8472bdbfcace37967d3f45786c83b /src | |
parent | 71d25d63c8f8a50c89603fd6d4b94362b4a6bf3c (diff) |
tabbed layout
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 77ce337..d682f0e 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -26,7 +26,7 @@ <script type="text/javascript"> $(function() { $("input:submit, input:reset, input:button, a",".button").button(); - $("#sitelist").menu(); + $(".sitelist").menu(); $("#sites").tabs(); }); </script> @@ -65,7 +65,7 @@ <logic:present name="cookieList" scope="request"> <li style="veritcal-align: top;"> <h2>Recently Used</h2> - <ul id="sitelist" style="margin-bottom: 50px;"> + <ul class="sitelist" style="margin-bottom: 50px;"> <logic:iterate id="site" name="cookieList"> <logic:present name="entityID" scope="request"> <bean:define id="returnIDParam" name="returnIDParam"/> |