forked from I2P_Developers/i2p.i2p
introduce divs to allow selecting buttons on /home by category
This commit is contained in:
@@ -87,13 +87,17 @@
|
||||
%>
|
||||
<div class="ag2">
|
||||
<h4 class="app2"><%=intl._t("Hidden Services of Interest")%></h4>
|
||||
<jsp:getProperty name="homehelper" property="favorites" /><br>
|
||||
<div class="homesites">
|
||||
<jsp:getProperty name="homehelper" property="favorites" /><br>
|
||||
<div class="clearer"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ag2">
|
||||
<h4 class="app"><%=intl._t("Applications and Configuration")%></h4>
|
||||
<jsp:getProperty name="homehelper" property="services" /><br>
|
||||
<div class="homeapps">
|
||||
<jsp:getProperty name="homehelper" property="services" /><br>
|
||||
<div class="clearer"> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
<%
|
||||
}
|
||||
%>
|
||||
<!--<h2><%=intl._t("New Install Wizard")%> <%=ipg%>/<%=LAST_PAGE%></h2>-->
|
||||
<div id="wizard" class="overlay">
|
||||
|
||||
<jsp:useBean class="net.i2p.router.web.helpers.WizardHandler" id="formhandler" scope="request" />
|
||||
|
||||
Reference in New Issue
Block a user