Author: dpillot
Date: Tue Jun 19 16:12:57 2007
New Revision: 1211

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D1211&repname=
=3Dcorporate_portal_templates
Log:
http://www.jahia.net/jira/browse/TEMPLATES-251: removed useless logics: fil=
ename is used for files

Modified:
    branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/folderDocumentBox.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/folderDocumentB=
ox.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/view/jsp/include/folderDocumentBox.jsp&rev=3D1211&repname=3Dcor=
porate_portal_templates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/folderDocumentBox.jsp=
 (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/folderDocumentBox.jsp=
 Tue Jun 19 16:12:57 2007
@@ -1,18 +1,18 @@
 <%--
 Copyright 2002-2006 Jahia Ltd
 =

-Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD=
L), =

-Version 1.0 (the "License"), or (at your option) any later version; you ma=
y =

-not use this file except in compliance with the License. You should have =

-received a copy of the License along with this program; if not, you may ob=
tain =

-a copy of the License at =

+Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD=
L),
+Version 1.0 (the "License"), or (at your option) any later version; you may
+not use this file except in compliance with the License. You should have
+received a copy of the License along with this program; if not, you may ob=
tain
+a copy of the License at
 =

  http://www.jahia.org/license/
 =

-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 =

+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.
 --%><%@ page language=3D"java" %>
 <%@ include file=3D"declarations.inc"%>
@@ -105,12 +105,13 @@
             <bean:define id=3D"fileObject" name=3D"filesContainer" propert=
y=3D'field(file).object'/>
             <logic:notEmpty name=3D"fileObject">
                 <bean:define id=3D"fileRealName" name=3D"fileObject" prope=
rty=3D"realName"/>
-                <logic:notEmpty name=3D"fileName">
-                    <bean:define id=3D"fileName" name=3D"fileObject" prope=
rty=3D"fileFieldTitle"/>
-                </logic:notEmpty>
-                <logic:empty name=3D"fileName">
-                    <bean:define id=3D"fileName" name=3D"fileRealName"/>
-                </logic:empty>
+                <bean:define id=3D"fileName" name=3D"fileObject" property=
=3D"fileFieldTitle"/>
+                <!--logic:notEmpty name=3D"fileName"-->
+                    <!--bean:define id=3D"fileName" name=3D"fileObject" pr=
operty=3D"fileFieldTitle"/-->
+                <!--/logic:notEmpty-->
+                <!--logic:empty name=3D"fileName"-->
+                    <!--bean:define id=3D"fileName" name=3D"fileRealName"/=
-->
+                <!--/logic:empty-->
                 <%String picto =3D getPicto((String) pageContext.findAttri=
bute("fileRealName"));%>
                 <logic:equal name=3D"fileObject" property=3D"downloadable"=
 value=3D"true"><!-- provided by CODEVA-->
                 <tr class=3D"boxEPcontentcolor1">

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to