svnno****@sourc*****
svnno****@sourc*****
2007年 10月 29日 (月) 22:31:08 JST
Revision: 666 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=666 Author: shinsuke Date: 2007-10-29 22:31:08 +0900 (Mon, 29 Oct 2007) Log Message: ----------- added name-hidden. Modified Paths: -------------- pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html -------------- next part -------------- Modified: pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html 2007-10-26 05:30:42 UTC (rev 665) +++ pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html 2007-10-29 13:31:08 UTC (rev 666) @@ -86,9 +86,7 @@ <div> <input type="button" id="jumpUserList" value="Back" onclick="location.href='userList.html'" class="portlet-form-button"/> - <div id="isNotRead" style="display:inline;"> - <input type="hidden" id="name-hidden"/> - </div> + <input type="hidden" id="name-hidden"/> </div> </div> <!-- content: BEGIN --> Modified: pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html 2007-10-26 05:30:42 UTC (rev 665) +++ pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html 2007-10-29 13:31:08 UTC (rev 666) @@ -89,9 +89,7 @@ <div> <input type="button" id="jumpUserList" value="Back" onclick="location.href='userList.html'" class="portlet-form-button"/> - <div id="isNotRead" style="display:inline;"> - <input type="hidden" id="name-hidden"/> - </div> + <input type="hidden" id="name-hidden"/> </div> </div> <!-- content: BEGIN --> Modified: pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html 2007-10-26 05:30:42 UTC (rev 665) +++ pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html 2007-10-29 13:31:08 UTC (rev 666) @@ -86,9 +86,7 @@ <div> <input type="button" id="jumpUserList" value="Back" onclick="location.href='userList.html'" class="portlet-form-button"/> - <div id="isNotRead" style="display:inline;"> - <input type="hidden" id="name-hidden"/> - </div> + <input type="hidden" id="name-hidden"/> </div> </div> <!-- content: BEGIN -->