Update of /var/cvs/contributions/natmm/templates/natmm/includes
In directory james.mmbase.org:/tmp/cvs-serv31646/templates/natmm/includes

Modified Files:
        image_logic.jsp 
Log Message:
NMCMS-427 - Changed padding between picture and text to 10 pixels.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/natmm/includes
See also: http://www.mmbase.org/jira/browse/NMCMS-427


Index: image_logic.jsp
===================================================================
RCS file: 
/var/cvs/contributions/natmm/templates/natmm/includes/image_logic.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- image_logic.jsp     7 Mar 2007 16:11:43 -0000       1.8
+++ image_logic.jsp     22 Apr 2008 12:53:22 -0000      1.9
@@ -4,7 +4,6 @@
 ><mm:field name="images.number" write="false" jspvar="images_number" 
 >vartype="String"><% 
 
 
-
 
if(javax.servlet.http.HttpUtils.getRequestURL(request).indexOf("weblog.jsp")>0) 
{
 
        // images have different position for weblog articles, compare the two 
option_lists
@@ -104,8 +103,11 @@
                        } %><%-- role=<%= shortyRol %>,iForm=<%=imgFormat 
%>,iFloat=<%=imgFloat %>,iPar=<%= imgParams %>,rmUrl=<%= (validLink ? 
readmoreURL : "" ) %> --%>
                        <table style="width:1%;<%= imgFloat %>" border="0" 
cellspacing="0" cellpadding="0">
                                <tr>
-                                       <td 
style="padding:0px;margin:0px;text-align:right;">
-                                       <% 
+                               <% if(posrel_pos.equals("4")) { %>
+                                       <td style="padding:10 0 10 
0;margin:0px;text-align:right;">
+                                       <% } else { %>
+                                       <td style="padding:0 0 0 
0;margin:0px;text-align:right;">
+                                       <% }
                                                if(validLink){
                                                        
if(readmoreURL.indexOf("javascript:")>-1) { 
                                                                %>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to