forked from I2P_Developers/i2p.i2p
Move console links above hidden service links on /home
UX motivation: - Console links are a small group of likely-useful actions and apps, thus makes sense to keep them at closer reach - Ensures that if more hidden services links are added, the console links remain visible
This commit is contained in:
@ -113,12 +113,12 @@
|
||||
} // shouldShowSearch()
|
||||
%>
|
||||
<div class="ag2">
|
||||
<h4 class="app"><%=intl._t("Hidden Services of Interest")%></h4>
|
||||
<jsp:getProperty name="homehelper" property="favorites" /><br>
|
||||
<h4 class="app"><%=intl._t("Applications and Configuration")%></h4>
|
||||
<jsp:getProperty name="homehelper" property="services" /><br>
|
||||
</div>
|
||||
<div class="ag2">
|
||||
<h4 class="app2"><%=intl._t("Applications and Configuration")%></h4>
|
||||
<jsp:getProperty name="homehelper" property="services" /><br>
|
||||
<h4 class="app2"><%=intl._t("Hidden Services of Interest")%></h4>
|
||||
<jsp:getProperty name="homehelper" property="favorites" /><br>
|
||||
<div class="clearer"> </div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user