Commit e143f1f7 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

1) Added i18n to available-plugins.

2) Added new "Update List" function.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4133 b35dd754-fafc-0310-a699-88a17e54d16e
parent da17c42f
......@@ -1881,6 +1881,15 @@ plugin.available.outdated.update = Update Wildfire Now.
plugin.available.autoupdate = Available plugins list auto-updated on
plugin.available.autoupdate.on = Auto update is turned on.
plugin.available.manual.update = Update list manually.
plugin.available.no.list = The list of available plugins has not yet been downloaded.
plugin.available.list = Click here to download the list
plugin.available.no.list.description = In order to install plugins, the list of available plugins must be download \
from Jive Software. Once the plugins have been downloaded, you may \
chooser which plugins to install.
plugin.available.auto.update.currently = Auto-update is currently
plugin.available.auto.update.currently.disabled = disabled
plugin.available.click.here = Click here
plugin.available.change = to change the auto-update settings.
# Server bytes statistics
......
......@@ -161,6 +161,27 @@
<p>
<%if(plugins.size() == 0){ %>
<div style="padding:10px;background:#FFEBB5;border:1px solid #DEB24A;width:600px;">
<fmt:message key="plugin.available.no.list" />&nbsp;<a href="available-plugins.jsp?autoupdate=true"><fmt:message key="plugin.available.list" /></a>
</div>
<br/>
<div style="width:800px;">
<p>
<fmt:message key="plugin.available.no.list.description" />
</p>
<% if(!updateManager.isServiceEnabled()){ %>
<fmt:message key="plugin.available.auto.update.currently" /> <b><fmt:message key="plugin.available.auto.update.currently.disabled" /></b>. <a href="manage-updates.jsp"><fmt:message key="plugin.available.click.here" /></a> <fmt:message key="plugin.available.change" />
<% } %>
</div>
<% } else {%>
<div class="light-gray-border" style="padding:10px;">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<thead>
......@@ -438,5 +459,7 @@
<fmt:message key="plugin.available.autoupdate" /> <%= time%>. <fmt:message key="plugin.available.autoupdate.on"/><a href="available-plugins.jsp?autoupdate=true"><fmt:message key="plugin.available.manual.update" /></a>
</p>
<% } %>
<%}%>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment