forked from apache/ofbiz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
completes r1781219 by putting svn:eol-style=native to all file types declared in [auto-props] section of the svn config files.css Actually this is only a 1st pass, it was too complicated to do it for all file types at once only concerned here *.java;*.bsh;*.groovy;*.jsp;*.tld;*.ftl;*.js;*.sql;*.c;*.cpp;*.h;*.txt;*.sgml; *.properties;*.xml;.classpath;.project;*.sld;*.gml;*.xsl;*.xsd *.html;*.htm;*.css;*.md;README;NOTICE;LICENSE;rc.ofbiz.*;*.less;*.dsp;*.dsw Most files should not be concerned by this change, but it's impossible to do it one by one. There are also changes in files with have mixed EOLs; because this has no sense when using native which automatically resolves this issue git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1781731 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
1 parent
443ee0a
commit 628dc8a
Showing
176 changed files
with
86,640 additions
and
86,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
############################################################################### | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
############################################################################### | ||
descriptLen=80 | ||
############################################################################### | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
############################################################################### | ||
descriptLen=80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
/* | ||
* Licensed to the Apache Software Foundation (ASF) under one | ||
* or more contributor license agreements. See the NOTICE file | ||
* distributed with this work for additional information | ||
* regarding copyright ownership. The ASF licenses this file | ||
* to you under the Apache License, Version 2.0 (the | ||
* "License"); you may not use this file except in compliance | ||
* with the License. You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
/* This CSS file is used for the Party Manager component. */ | ||
|
||
#mech-purpose-types .basic-table { | ||
width: auto; | ||
margin-bottom: 1em; | ||
} | ||
|
||
.profile-left { | ||
float: left; | ||
width: 47%; | ||
} | ||
|
||
.profile-right { | ||
float: right; | ||
width: 47%; | ||
} | ||
|
||
.profile-bottom { | ||
float: left; | ||
width: 100%; | ||
} | ||
/* | ||
* Licensed to the Apache Software Foundation (ASF) under one | ||
* or more contributor license agreements. See the NOTICE file | ||
* distributed with this work for additional information | ||
* regarding copyright ownership. The ASF licenses this file | ||
* to you under the Apache License, Version 2.0 (the | ||
* "License"); you may not use this file except in compliance | ||
* with the License. You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
/* This CSS file is used for the Party Manager component. */ | ||
|
||
#mech-purpose-types .basic-table { | ||
width: auto; | ||
margin-bottom: 1em; | ||
} | ||
|
||
.profile-left { | ||
float: left; | ||
width: 47%; | ||
} | ||
|
||
.profile-right { | ||
float: right; | ||
width: 47%; | ||
} | ||
|
||
.profile-bottom { | ||
float: left; | ||
width: 100%; | ||
} |
182 changes: 91 additions & 91 deletions
182
applications/product/template/imagemanagement/ShowPeopleApprove.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,91 @@ | ||
<#-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script> | ||
<script type="text/javascript"> | ||
jQuery.noConflict(); | ||
jQuery(document).ready(function(){ | ||
jQuery('input:radio').click(function(){ | ||
var elementVal = jQuery(this).val(); | ||
var elementList = elementVal.split('__'); | ||
var result = elementList[0] + "/" + elementList[1]; | ||
jQuery('input:radio[value=' + result + ']').attr('checked',true); | ||
}); | ||
jQuery('input:radio[value^="IM_APPROVED"]').each( function() { | ||
this.checked = true; | ||
}); | ||
}); | ||
</script> | ||
|
||
<table> | ||
<#if partyRoles?has_content> | ||
<#assign alt_row = false> | ||
<#list partyRoles as partyRole> | ||
<td> | ||
<table> | ||
<#assign userLoginApprovers = delegator.findByAnd("UserLogin",Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("partyId", partyRole.partyId), null, false)/> | ||
<#assign userLoginApprover = userLoginApprovers[0]> | ||
<#assign userLoginAndPartyDetails = delegator.findOne("UserLoginAndPartyDetails", Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("partyId", userLoginApprover.partyId, "userLoginId", userLoginApprover.userLoginId), false)!> | ||
<#if userLoginAndPartyDetails?has_content> | ||
<#assign partyContentDetail = delegator.findByAnd("ContentApproval",Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("roleTypeId", "IMAGEAPPROVER", "approvalStatusId", "IM_PENDING", "partyId", userLoginAndPartyDetails.partyId), null, false)/> | ||
<#assign imageApproveSize = partyContentDetail.size()> | ||
<#if userLoginAndPartyDetails.userLoginId == userLogin.userLoginId> | ||
<#if userMap.checkUser == userLoginAndPartyDetails.userLoginId> | ||
<td> | ||
<div> | ||
<b>${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</b> | | ||
</div> | ||
</td> | ||
<#else> | ||
<td> | ||
<div> | ||
<b><a href="<@ofbizUrl>ImageApprove</@ofbizUrl>" class="text">${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</a></b> | | ||
</div> | ||
</td> | ||
</#if> | ||
<#else> | ||
<#if userMap.checkUser == userLoginAndPartyDetails.userLoginId> | ||
<td> | ||
<div> | ||
<b>${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</b> | | ||
</div> | ||
</td> | ||
<#else> | ||
<td> | ||
<div> | ||
<b><a href="<@ofbizUrl>ListPeopleApproved?createdByUserLogin=${userLoginAndPartyDetails.userLoginId}</@ofbizUrl>" class="text">${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</a></b> | | ||
</div> | ||
</td> | ||
</#if> | ||
</#if> | ||
</#if> | ||
</table> | ||
</td> | ||
</#list> | ||
<#if userMap.checkUser == "REJECTED"> | ||
<td> | ||
<div><b>Rejected</b></div> | ||
</td> | ||
<#else> | ||
<td> | ||
<div><b><a href="<@ofbizUrl>ListPeopleRejected</@ofbizUrl>" class="text">Rejected</a></b></div> | ||
</td> | ||
</#if> | ||
</#if> | ||
</table> | ||
<br/> | ||
<#-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<script language="javascript" type="text/javascript" src="<@ofbizContentUrl>/images/imagemanagement/sizzle.min.js</@ofbizContentUrl>"></script> | ||
<script type="text/javascript"> | ||
jQuery.noConflict(); | ||
jQuery(document).ready(function(){ | ||
jQuery('input:radio').click(function(){ | ||
var elementVal = jQuery(this).val(); | ||
var elementList = elementVal.split('__'); | ||
var result = elementList[0] + "/" + elementList[1]; | ||
jQuery('input:radio[value=' + result + ']').attr('checked',true); | ||
}); | ||
jQuery('input:radio[value^="IM_APPROVED"]').each( function() { | ||
this.checked = true; | ||
}); | ||
}); | ||
</script> | ||
|
||
<table> | ||
<#if partyRoles?has_content> | ||
<#assign alt_row = false> | ||
<#list partyRoles as partyRole> | ||
<td> | ||
<table> | ||
<#assign userLoginApprovers = delegator.findByAnd("UserLogin",Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("partyId", partyRole.partyId), null, false)/> | ||
<#assign userLoginApprover = userLoginApprovers[0]> | ||
<#assign userLoginAndPartyDetails = delegator.findOne("UserLoginAndPartyDetails", Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("partyId", userLoginApprover.partyId, "userLoginId", userLoginApprover.userLoginId), false)!> | ||
<#if userLoginAndPartyDetails?has_content> | ||
<#assign partyContentDetail = delegator.findByAnd("ContentApproval",Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("roleTypeId", "IMAGEAPPROVER", "approvalStatusId", "IM_PENDING", "partyId", userLoginAndPartyDetails.partyId), null, false)/> | ||
<#assign imageApproveSize = partyContentDetail.size()> | ||
<#if userLoginAndPartyDetails.userLoginId == userLogin.userLoginId> | ||
<#if userMap.checkUser == userLoginAndPartyDetails.userLoginId> | ||
<td> | ||
<div> | ||
<b>${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</b> | | ||
</div> | ||
</td> | ||
<#else> | ||
<td> | ||
<div> | ||
<b><a href="<@ofbizUrl>ImageApprove</@ofbizUrl>" class="text">${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</a></b> | | ||
</div> | ||
</td> | ||
</#if> | ||
<#else> | ||
<#if userMap.checkUser == userLoginAndPartyDetails.userLoginId> | ||
<td> | ||
<div> | ||
<b>${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</b> | | ||
</div> | ||
</td> | ||
<#else> | ||
<td> | ||
<div> | ||
<b><a href="<@ofbizUrl>ListPeopleApproved?createdByUserLogin=${userLoginAndPartyDetails.userLoginId}</@ofbizUrl>" class="text">${userLoginAndPartyDetails.firstName!} ${userLoginAndPartyDetails.middleName!} ${userLoginAndPartyDetails.lastName!} (${imageApproveSize})</a></b> | | ||
</div> | ||
</td> | ||
</#if> | ||
</#if> | ||
</#if> | ||
</table> | ||
</td> | ||
</#list> | ||
<#if userMap.checkUser == "REJECTED"> | ||
<td> | ||
<div><b>Rejected</b></div> | ||
</td> | ||
<#else> | ||
<td> | ||
<div><b><a href="<@ofbizUrl>ListPeopleRejected</@ofbizUrl>" class="text">Rejected</a></b></div> | ||
</td> | ||
</#if> | ||
</#if> | ||
</table> | ||
<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
############################################################################### | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
############################################################################### | ||
|
||
htmlTemplate=ofbizhome://framework/base/config/AutoImportTemplate.ftl | ||
############################################################################### | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
############################################################################### | ||
|
||
htmlTemplate=ofbizhome://framework/base/config/AutoImportTemplate.ftl |
Oops, something went wrong.