mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
- Fixed various delete issues
- Add new delete icons for forums types git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2100 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
BIN
source/web/images/icons/delete_forum.gif
Normal file
BIN
source/web/images/icons/delete_forum.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 622 B |
BIN
source/web/images/icons/delete_forum_large.gif
Normal file
BIN
source/web/images/icons/delete_forum_large.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
source/web/images/icons/delete_forums.gif
Normal file
BIN
source/web/images/icons/delete_forums.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 619 B |
BIN
source/web/images/icons/delete_forums_large.gif
Normal file
BIN
source/web/images/icons/delete_forums_large.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
source/web/images/icons/delete_topic.gif
Normal file
BIN
source/web/images/icons/delete_topic.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 594 B |
BIN
source/web/images/icons/delete_topic_large.gif
Normal file
BIN
source/web/images/icons/delete_topic_large.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@@ -111,7 +111,7 @@
|
||||
<tr>
|
||||
<td width="100%" valign="top">
|
||||
|
||||
<a:errors message="#{msg.error_create_forum_dialog}" styleClass="errorMessage" />
|
||||
<a:errors message="#{msg.error_create_topic_dialog}" styleClass="errorMessage" />
|
||||
|
||||
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
|
||||
<table cellpadding="2" cellspacing="2" border="0" width="100%">
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<table cellspacing="4" cellpadding="0" width="100%">
|
||||
<tr valign="top">
|
||||
<td width="32">
|
||||
<h:graphicImage url="/images/icons/delete_large.gif"/>
|
||||
<h:graphicImage url="/images/icons/delete_forum_large.gif"/>
|
||||
</td>
|
||||
<td>
|
||||
<div class="mainSubTitle"><h:outputText value="#{NavigationBean.nodeProperties.name}" /></div>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<table cellspacing="4" cellpadding="0" width="100%">
|
||||
<tr valign="top">
|
||||
<td width="32">
|
||||
<h:graphicImage url="/images/icons/delete_large.gif"/>
|
||||
<h:graphicImage url="/images/icons/delete_forums_large.gif"/>
|
||||
</td>
|
||||
<td>
|
||||
<div class="mainSubTitle"><h:outputText value="#{NavigationBean.nodeProperties.name}" /></div>
|
||||
|
@@ -67,7 +67,7 @@
|
||||
<table cellspacing="4" cellpadding="0" width="100%">
|
||||
<tr valign="top">
|
||||
<td width="32">
|
||||
<h:graphicImage url="/images/icons/delete_large.gif"/>
|
||||
<h:graphicImage url="/images/icons/delete_topic_large.gif"/>
|
||||
</td>
|
||||
<td>
|
||||
<div class="mainSubTitle"><h:outputText value="#{NavigationBean.nodeProperties.name}" /></div>
|
||||
|
@@ -87,7 +87,7 @@
|
||||
<f:param name="id" value="#{NavigationBean.currentNodeId}" id="param1" />
|
||||
</a:actionLink>
|
||||
<r:permissionEvaluator value="#{NavigationBean.currentNode}" allow="Delete" id="eval2">
|
||||
<a:actionLink value="#{msg.delete_forum}" image="/images/icons/delete.gif" padding="4" action="dialog:deleteForum" actionListener="#{BrowseBean.setupDeleteAction}" id="link3">
|
||||
<a:actionLink value="#{msg.delete_forum}" image="/images/icons/delete_forum.gif" padding="4" action="dialog:deleteForum" actionListener="#{BrowseBean.setupDeleteAction}" id="link3">
|
||||
<f:param name="id" value="#{NavigationBean.currentNodeId}" id="param2" />
|
||||
</a:actionLink>
|
||||
</r:permissionEvaluator>
|
||||
|
@@ -93,7 +93,7 @@
|
||||
<%-- Current space More actions menu --%>
|
||||
<a:menu id="spaceMenu" itemSpacing="4" label="#{msg.more_options}" image="/images/icons/more.gif" tooltip="#{msg.more_options_space}" menuStyleClass="moreActionsMenu" style="padding-left:20px">
|
||||
<r:permissionEvaluator value="#{NavigationBean.currentNode}" allow="Delete" id="eval3">
|
||||
<a:actionLink value="#{msg.delete_forums}" image="/images/icons/delete.gif" action="dialog:deleteForums" actionListener="#{BrowseBean.setupDeleteAction}" id="link4">
|
||||
<a:actionLink value="#{msg.delete_forums}" image="/images/icons/delete_forums.gif" action="dialog:deleteForums" actionListener="#{BrowseBean.setupDeleteAction}" id="link4">
|
||||
<f:param name="id" value="#{NavigationBean.currentNodeId}" id="param2" />
|
||||
</a:actionLink>
|
||||
<a:actionLink value="#{msg.cut}" image="/images/icons/cut.gif" actionListener="#{ClipboardBean.cutNode}" id="link5">
|
||||
|
@@ -87,7 +87,7 @@
|
||||
<f:param name="id" value="#{NavigationBean.currentNodeId}" id="param1" />
|
||||
</a:actionLink>
|
||||
<r:permissionEvaluator value="#{NavigationBean.currentNode}" allow="Delete" id="eval2">
|
||||
<a:actionLink value="#{msg.delete_topic}" image="/images/icons/delete.gif" padding="4" action="dialog:deleteTopic" actionListener="#{BrowseBean.setupDeleteAction}" id="link3">
|
||||
<a:actionLink value="#{msg.delete_topic}" image="/images/icons/delete_topic.gif" padding="4" action="dialog:deleteTopic" actionListener="#{BrowseBean.setupDeleteAction}" id="link3">
|
||||
<f:param name="id" value="#{NavigationBean.currentNodeId}" id="param2" />
|
||||
</a:actionLink>
|
||||
</r:permissionEvaluator>
|
||||
|
Reference in New Issue
Block a user