You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2007/06/27 19:50:21 UTC

svn commit: r551243 - /roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Resources.jsp

Author: agilliland
Date: Wed Jun 27 10:50:20 2007
New Revision: 551243

URL: http://svn.apache.org/viewvc?view=rev&rev=551243
Log:
fix for ROL-1459 which had a couple small html issues.


Modified:
    roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Resources.jsp

Modified: roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Resources.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Resources.jsp?view=diff&rev=551243&r1=551242&r2=551243
==============================================================================
--- roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Resources.jsp (original)
+++ roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Resources.jsp Wed Jun 27 10:50:20 2007
@@ -50,23 +50,25 @@
         
         <br />
         
-        <s:file name="uploadedFiles" size="30" /><br />
+        <div id="fileControl0" class="miscControl">
+            <s:file name="uploadedFiles" size="30" /><br />
+        </div>
         
         <div id="fileControl1" class="miscControl">
             <s:file name="uploadedFiles" size="30" /><br />
-        </div>                     
+        </div>
         
         <div id="fileControl2" class="miscControl">
             <s:file name="uploadedFiles" size="30" /><br />
-        </div>                     
+        </div>
         
         <div id="fileControl3" class="miscControl">
             <s:file name="uploadedFiles" size="30" /><br />
-        </div>                     
+        </div>
         
         <div id="fileControl4" class="miscControl">
             <s:file name="uploadedFiles" size="30" /><br />
-        </div>      
+        </div>
         
         <br />
         
@@ -109,8 +111,8 @@
 
         <tr class="rHeaderTr">
             <th class="rollertable" width="95%">Filename</th>
-            <th class="rollertable">Size</td>
-            <th class="rollertable">Delete</td>
+            <th class="rollertable">Size</th>
+            <th class="rollertable">Delete</th>
         </tr>
         
         <s:if test="path != null">