[pal-cvs 2238] [47] removed style.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 4月 13日 (金) 22:08:35 JST


Revision: 47
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=47
Author:   shinsuke
Date:     2007-04-13 22:08:34 +0900 (Fri, 13 Apr 2007)

Log Message:
-----------
removed style.

Modified Paths:
--------------
    pal-admin/trunk/src/main/webapp/view/group/groupConfirm.html
    pal-admin/trunk/src/main/webapp/view/group/groupEdit.html
    pal-admin/trunk/src/main/webapp/view/role/roleConfirm.html
    pal-admin/trunk/src/main/webapp/view/role/roleEdit.html
    pal-admin/trunk/src/main/webapp/view/user/userConfirm.html
    pal-admin/trunk/src/main/webapp/view/user/userCreate.html
    pal-admin/trunk/src/main/webapp/view/user/userEdit.html


-------------- next part --------------
Modified: pal-admin/trunk/src/main/webapp/view/group/groupConfirm.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/group/groupConfirm.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/group/groupConfirm.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -33,7 +33,7 @@
         <tr>
             <td class="portlet-section-subheader"><label id="groupNameLabel">Group Name</label></td>
 	        <td class="portlet-section-body"><span id="name">group</span><input type="hidden" id="name-hidden" /></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
     </table>
     

Modified: pal-admin/trunk/src/main/webapp/view/group/groupEdit.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/group/groupEdit.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/group/groupEdit.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -33,7 +33,7 @@
         <tr>
             <td class="portlet-section-subheader"><label id="groupNameLabel">Group Name</label></td>
 	        <td class="portlet-section-body"><input type="text" id="name"/></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
     </table>
     

Modified: pal-admin/trunk/src/main/webapp/view/role/roleConfirm.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/role/roleConfirm.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/role/roleConfirm.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -33,7 +33,7 @@
         <tr>
             <td class="portlet-section-subheader"><label id="roleNameLabel">Role Name</label></td>
 	        <td class="portlet-section-body"><span id="name">role</span><input type="hidden" id="name-hidden" /></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
     </table>
     

Modified: pal-admin/trunk/src/main/webapp/view/role/roleEdit.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/role/roleEdit.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/role/roleEdit.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -33,7 +33,7 @@
         <tr>
             <td class="portlet-section-subheader"><label id="roleNameLabel">Role Name</label></td>
 	        <td class="portlet-section-body"><input type="text" id="name"/></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
     </table>
     

Modified: pal-admin/trunk/src/main/webapp/view/user/userConfirm.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/user/userConfirm.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/user/userConfirm.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -33,23 +33,23 @@
         <tr>
             <td class="portlet-section-subheader"><label id="userNameLabel">User Name</label></td>
 	        <td class="portlet-section-body"><span id="name">user</span><input type="hidden" id="name-hidden" /></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
       <div id="isNotDelete">
         <tr>
             <td class="portlet-section-subheader"><label id="passwordLabel">Password</label></td>
 	        <td class="portlet-section-body"><span id="password">TODO</span><input type="hidden" id="password-hidden" /></td>
-	        <td class="portlet-section-body"><span id="passwordMessage"></span></td>
+	        <td><span id="passwordMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="changePasswordLabel">Change Password on first Login</label></td>
 	        <td class="portlet-section-body"><span id="updateRequired">true</span><input type="hidden" id="updateRequired-hidden" /></td>
-	        <td class="portlet-section-body"><span id="updateRequiredMessage"></span></td>
+	        <td><span id="updateRequiredMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="defaultRoleLabel">Default Role</label></td>
 	        <td class="portlet-section-body"><span id="roleName">ROLE</span><input type="hidden" id="roleName-hidden" /></td>
-	        <td class="portlet-section-body"><span id="roleNameMessage"></span></td>
+	        <td><span id="roleNameMessage"></span></td>
         </tr>
       </div>
     </table>

Modified: pal-admin/trunk/src/main/webapp/view/user/userCreate.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/user/userCreate.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/user/userCreate.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -33,17 +33,17 @@
         <tr>
             <td class="portlet-section-subheader"><label id="userNameLabel">User Name</label></td>
 	        <td class="portlet-section-body"><input type="text" id="name"/></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="passwordLabel">Password</label></td>
 	        <td class="portlet-section-body"><input type="password" id="password"/></td>
-	        <td class="portlet-section-body"><span id="passwordMessage"></span></td>
+	        <td><span id="passwordMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="changePasswordLabel">Change Password on First Login</label></td>
 	        <td class="portlet-section-body"><input type="checkbox" id="updateRequired"/></td>
-	        <td class="portlet-section-body"><span id="updateRequiredMessage"></span></td>
+	        <td><span id="updateRequiredMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="defaultRoleLabel">Default Role</label></td>
@@ -52,7 +52,7 @@
 	                <option>ROLE</option>
 	            </select>
 	        </td>
-	        <td class="portlet-section-body"><span id="roleMessage"></span></td>
+	        <td><span id="roleMessage"></span></td>
         </tr>
     </table>
     

Modified: pal-admin/trunk/src/main/webapp/view/user/userEdit.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/user/userEdit.html	2007-04-13 13:04:18 UTC (rev 46)
+++ pal-admin/trunk/src/main/webapp/view/user/userEdit.html	2007-04-13 13:08:34 UTC (rev 47)
@@ -49,27 +49,27 @@
         <tr>
             <td class="portlet-section-subheader"><label id="userNameLabel">User Name</label></td>
 	        <td class="portlet-section-body"><span id="name">USERNAME</span><input type="hidden" id="name-hidden"/></td>
-	        <td class="portlet-section-body"><span id="nameMessage"></span></td>
+	        <td><span id="nameMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="passwordLabel">Password</label></td>
 	        <td class="portlet-section-body"><input type="password" id="password"/></td>
-	        <td class="portlet-section-body"><span id="passwordMessage"></span></td>
+	        <td><span id="passwordMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="lastLogonLabel">Last Logon</label></td>
 	        <td class="portlet-section-body"><span id="lastLogon">April 7, 2007 6:44:43 AM JST</span></td>
-	        <td class="portlet-section-body"></td>
+	        <td></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="userEnabledLabel">User Enabled</label></td>
 	        <td class="portlet-section-body"><input type="checkbox" id="userEnabled"/></td>
-	        <td class="portlet-section-body"><span id="userEnabledMessage"></span></td>
+	        <td><span id="userEnabledMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="changePasswordLabel">Change Password on Next Login</label></td>
 	        <td class="portlet-section-body"><input type="checkbox" id="updateRequired"/></td>
-	        <td class="portlet-section-body"><span id="updateRequiredMessage"></span></td>
+	        <td><span id="updateRequiredMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="expiresLabel">Expires</label></td>
@@ -78,12 +78,12 @@
 	                <option>expires</option>
 	            </select>
 	        </td>
-	        <td class="portlet-section-body"><span id="expiresMessage"></span></td>
+	        <td><span id="expiresMessage"></span></td>
         </tr>
         <tr>
             <td class="portlet-section-subheader"><label id="expirationDateLabel">Expiration Date</label></td>
 	        <td class="portlet-section-body"><span id="expirationDate">April 7, 2007 6:44:43 AM JST</span></td>
-	        <td class="portlet-section-body"></td>
+	        <td></td>
         </tr>
     </table>
     


pal-cvs メーリングリストの案内
Back to archive index