[pal-cvs 3135] [871] disabled a name editing.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 4月 4日 (金) 12:45:52 JST


Revision: 871
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=871
Author:   shinsuke
Date:     2008-04-04 12:45:51 +0900 (Fri, 04 Apr 2008)

Log Message:
-----------
disabled a name editing.

Modified Paths:
--------------
    pal-admin/trunk/src/main/webapp/view/deployer/remoteRepositoryEdit.html


-------------- next part --------------
Modified: pal-admin/trunk/src/main/webapp/view/deployer/remoteRepositoryEdit.html
===================================================================
--- pal-admin/trunk/src/main/webapp/view/deployer/remoteRepositoryEdit.html	2008-03-29 22:18:32 UTC (rev 870)
+++ pal-admin/trunk/src/main/webapp/view/deployer/remoteRepositoryEdit.html	2008-04-04 03:45:51 UTC (rev 871)
@@ -40,7 +40,10 @@
     <table class="tablebg">
         <tr>
             <td class="portlet-section-subheader"><label id="repositoryNameLabel">Repository Name</label></td>
-	        <td class="portlet-section-body"><input type="text" id="name"/></td>
+	        <td class="portlet-section-body">
+	          <div id="isCreate-name" te:omittag="true"><input type="text" id="name"/></div>
+	          <div id="isUpdate-name" te:omittag="true"><span id="name-display">aaa</span><input type="hidden" id="name-hidden"/></div>
+	        </td>
 	        <td><span id="nameMessage"></span></td>
         </tr>
         <tr>


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