blob: b11001ef3035441157d986b9053ed3ebf5871f60 [file] [log] [blame]
<td align="right" nowrap>
<div class="page-title-text">
<controls:actions label="Environment Entry Actions">
<controls:action selected="true">
----<bean:message key="actions.available.actions"/>----
</controls:action>
<controls:action disabled="true">
---------------------------------
</controls:action>
<controls:action url='<%= "/resources/setUpEnvEntry.do?resourcetype=" +
URLEncoder.encode(resourcetypeInfo,"UTF-8") + "&path="+
URLEncoder.encode(pathInfo,"UTF-8") + "&host="+
URLEncoder.encode(hostInfo,"UTF-8") + "&domain="+
URLEncoder.encode(domainInfo,"UTF-8") %>'>
<bean:message key="resources.actions.env.create"/>
</controls:action>
<controls:action url='<%= "/resources/listEnvEntries.do?resourcetype=" +
URLEncoder.encode(resourcetypeInfo,"UTF-8") + "&path="+
URLEncoder.encode(pathInfo,"UTF-8") + "&host="+
URLEncoder.encode(hostInfo,"UTF-8") + "&domain="+
URLEncoder.encode(domainInfo,"UTF-8") + "&forward="+
URLEncoder.encode("EnvEntries Delete List","UTF-8") %>'>
<bean:message key="resources.actions.env.delete"/>
</controls:action>
</controls:actions>
</div>
</td>