Author: gmazza
Date: Tue Jul 22 18:28:27 2014
New Revision: 1612639

URL: http://svn.apache.org/r1612639
Log:
Fixed some width issues that popped up as a result of the YUI upgrade.

Modified:
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CategoryAdd.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileAdd.jsp

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CategoryAdd.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CategoryAdd.jsp?rev=1612639&r1=1612638&r2=1612639&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CategoryAdd.jsp 
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CategoryAdd.jsp Tue 
Jul 22 18:28:27 2014
@@ -29,17 +29,17 @@
         
         <tr>
             <td><s:text name="generic.name" /></td>
-            <td><s:textfield name="bean.name" size="70" maxlength="255" /></td>
+            <td><s:textfield name="bean.name" size="70" maxlength="255" 
style="width:50%"/></td>
         </tr>
         
         <tr>
             <td><s:text name="generic.description" /></td>
-            <td><s:textarea name="bean.description" rows="5" cols="50" /></td>
+            <td><s:textarea name="bean.description" rows="5" cols="50" 
style="width:50%"/></td>
         </tr>
         
         <tr>
             <td><s:text name="categoryForm.image" /></td>
-            <td><s:textarea name="bean.image" rows="5" cols="50" /></td>
+            <td><s:textarea name="bean.image" rows="5" cols="50" 
style="width:50%"/></td>
         </tr>
         
     </table>

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp?rev=1612639&r1=1612638&r2=1612639&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp Tue Jul 
22 18:28:27 2014
@@ -180,11 +180,11 @@
                <table>
                        <tr>
                                <td> <s:text 
name="weblogEdit.searchDescription" />: </td>
-                               <td> <s:textfield name="bean.searchDescription" 
size="60" maxlength="255" /> </td>
+                               <td> <s:textfield name="bean.searchDescription" 
size="60" maxlength="255" style="width:100%"/> </td>
                        </tr>
                <tr>
                                <td> <s:text name="weblogEdit.enclosureURL" />: 
</td>
-                               <td> <s:textfield name="bean.enclosureURL" 
size="40" maxlength="255" /> </td>
+                               <td> <s:textfield name="bean.enclosureURL" 
size="40" maxlength="255" style="width:80%"/> </td>
                        </tr>
                </table>
 

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp?rev=1612639&r1=1612638&r2=1612639&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp 
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp Tue Jul 
22 18:28:27 2014
@@ -238,11 +238,11 @@ function fullPreviewMode() {
                <table>
                        <tr>
                                <td><s:text name="weblogEdit.searchDescription" 
/>:</td>
-                               <td><s:textfield name="bean.searchDescription" 
size="60" maxlength="255" /> </td>
+                               <td><s:textfield name="bean.searchDescription" 
size="60" maxlength="255" style="width:100%"/> </td>
                        </tr>
                        <tr>
                                <td><s:text name="weblogEdit.enclosureURL" />: 
</td>
-                               <td><s:textfield name="bean.enclosureURL" 
size="40" maxlength="255" /></td>
+                               <td><s:textfield name="bean.enclosureURL" 
size="40" maxlength="255" style="width:80%"/></td>
                        </tr>
                        <tr>
                                <td></td>

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileAdd.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileAdd.jsp?rev=1612639&r1=1612638&r2=1612639&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileAdd.jsp 
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileAdd.jsp Tue 
Jul 22 18:28:27 2014
@@ -82,7 +82,7 @@
                 <label for="status"><s:text name="generic.name" /></label>
             </td>
             <td>
-                <s:textfield name="bean.name" size="50" maxlength="255" />
+                <s:textfield name="bean.name" size="50" maxlength="255" 
style="width:30%"/>
             </td>
        </tr>
 
@@ -91,7 +91,7 @@
                 <label for="status"><s:text name="generic.description" 
/></label>
             </td>
             <td>
-                <s:textarea name="bean.description" cols="50" rows="5" />
+                <s:textarea name="bean.description" cols="50" rows="5" 
style="width:30%"/>
             </td>
        </tr>
 
@@ -100,7 +100,7 @@
                 <label for="status"><s:text name="mediaFileAdd.copyright" 
/></label>
             </td>
             <td>
-                <s:textarea name="bean.copyrightText" cols="50" rows="3" />
+                <s:textarea name="bean.copyrightText" cols="50" rows="3" 
style="width:30%"/>
             </td>
        </tr>
 
@@ -109,7 +109,7 @@
                 <label for="status"><s:text name="mediaFileAdd.tags" /></label>
             </td>
             <td>
-                <s:textfield name="bean.tagsAsString" size="50" 
maxlength="255" />
+                <s:textfield name="bean.tagsAsString" size="50" 
maxlength="255" style="width:30%"/>
             </td>
        </tr>
 


Reply via email to