mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Updated MyFaces source code, fixed warning from HtmlRenderer and fixed selector issues in portal
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2255 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
<tr>
|
||||
<td><nobr><h:outputText value="#{msg.checkout_location}"/>:</nobr></td>
|
||||
<td width="100%">
|
||||
<r:spaceSelector label="#{msg.select_checkout_prompt}"
|
||||
<r:spaceSelector id="space-selector" label="#{msg.select_checkout_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.destinationLocation}"
|
||||
initialSelection="#{NavigationBean.currentNodeId}"
|
||||
styleClass="selector"/>
|
||||
|
@@ -118,7 +118,7 @@
|
||||
<tr>
|
||||
<td><h:outputText value="#{msg.destination}"/>:</td>
|
||||
<td width="90%">
|
||||
<r:spaceSelector label="#{msg.select_destination_prompt}"
|
||||
<r:spaceSelector id="space-selector" label="#{msg.select_destination_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.destinationLocation}"
|
||||
initialSelection="#{NavigationBean.currentNodeId}"
|
||||
styleClass="selector"/>
|
||||
|
@@ -118,7 +118,7 @@
|
||||
<tr>
|
||||
<td><h:outputText value="#{msg.destination}"/>:</td>
|
||||
<td width="90%">
|
||||
<r:spaceSelector label="#{msg.select_destination_prompt}"
|
||||
<r:spaceSelector id="space-selector" label="#{msg.select_destination_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.destinationLocation}"
|
||||
initialSelection="#{NavigationBean.currentNodeId}"
|
||||
style="border: 1px dashed #cccccc; padding: 6px;"/>
|
||||
|
@@ -118,7 +118,7 @@
|
||||
<tr>
|
||||
<td valign="top"><h:outputText value="#{msg.category}"/>:</td>
|
||||
<td width="90%">
|
||||
<r:categorySelector label="#{msg.select_category_prompt}"
|
||||
<r:categorySelector id="category-selector" label="#{msg.select_category_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.category}"
|
||||
styleClass="selector"/>
|
||||
</td>
|
||||
|
@@ -118,7 +118,7 @@
|
||||
<tr>
|
||||
<td><h:outputText value="#{msg.destination}"/>:</td>
|
||||
<td width="90%">
|
||||
<r:spaceSelector label="#{msg.select_destination_prompt}"
|
||||
<r:spaceSelector id="space-selector" label="#{msg.select_destination_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.destinationLocation}"
|
||||
initialSelection="#{NavigationBean.currentNodeId}"
|
||||
styleClass="selector"/>
|
||||
|
@@ -133,7 +133,7 @@
|
||||
<tr>
|
||||
<td><h:outputText value="#{msg.destination}"/>:</td>
|
||||
<td>
|
||||
<r:spaceSelector label="#{msg.select_destination_prompt}"
|
||||
<r:spaceSelector id="space-selector" label="#{msg.select_destination_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.destinationLocation}"
|
||||
initialSelection="#{NavigationBean.currentNodeId}"
|
||||
styleClass="selector"/>
|
||||
|
@@ -127,7 +127,7 @@
|
||||
<tr>
|
||||
<td><h:outputText value="#{msg.destination}"/>:</td>
|
||||
<td>
|
||||
<r:spaceSelector label="#{msg.select_destination_prompt}"
|
||||
<r:spaceSelector id="space-selector" label="#{msg.select_destination_prompt}"
|
||||
value="#{NewActionWizard.actionProperties.destinationLocation}"
|
||||
initialSelection="#{NavigationBean.currentNodeId}"
|
||||
styleClass="selector"/>
|
||||
|
Reference in New Issue
Block a user