Author: jacopoc
Date: Thu Jan 20 15:19:16 2011 New Revision: 1061336 URL: http://svn.apache.org/viewvc?rev=1061336&view=rev Log: Added missing license headers Modified: ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/addAttachFile.ftl ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/attachFileList.ftl Modified: ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/addAttachFile.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/addAttachFile.ftl?rev=1061336&r1=1061335&r2=1061336&view=diff ============================================================================== --- ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/addAttachFile.ftl (original) +++ ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/addAttachFile.ftl Thu Jan 20 15:19:16 2011 @@ -1,3 +1,21 @@ +<#-- +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. +--> <form id="uploadPartyContent" method="post" enctype="multipart/form-data" action="<@ofbizUrl>uploadAttachFiletoEmail</@ofbizUrl>"> <input type="hidden" name="dataCategoryId" value="PERSONAL"/> <input type="hidden" name="contentTypeId" value="DOCUMENT"/> Modified: ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/attachFileList.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/attachFileList.ftl?rev=1061336&r1=1061335&r2=1061336&view=diff ============================================================================== --- ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/attachFileList.ftl (original) +++ ofbiz/branches/release09.04/applications/party/webapp/partymgr/communication/attachFileList.ftl Thu Jan 20 15:19:16 2011 @@ -1,3 +1,21 @@ +<#-- +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. +--> <div id="partyContentList"> <#if commEventContent?has_content> <table class="basic-table" cellspacing="0"> |
Free forum by Nabble | Edit this page |