[pal-cvs 3042] [786] display complated value for property.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 1月 22日 (火) 13:57:52 JST


Revision: 786
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=786
Author:   shinsuke
Date:     2008-01-22 13:57:52 +0900 (Tue, 22 Jan 2008)

Log Message:
-----------
display complated value for property.

Modified Paths:
--------------
    pal-admin/branches/pal-admin-0.4/pom.xml
    pal-admin/branches/pal-admin-0.4/src/main/webapp/view/site/portletPropertyEditor.html


-------------- next part --------------
Modified: pal-admin/branches/pal-admin-0.4/pom.xml
===================================================================
--- pal-admin/branches/pal-admin-0.4/pom.xml	2008-01-22 03:04:00 UTC (rev 785)
+++ pal-admin/branches/pal-admin-0.4/pom.xml	2008-01-22 04:57:52 UTC (rev 786)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>jp.sf.pal</groupId>
   <artifactId>pal-admin</artifactId>
-  <version>0.4.1</version>
+  <version>0.4.2</version>
   <packaging>war</packaging>
   <name>Administration tools for PAL Portal</name>
   <description/>

Modified: pal-admin/branches/pal-admin-0.4/src/main/webapp/view/site/portletPropertyEditor.html
===================================================================
--- pal-admin/branches/pal-admin-0.4/src/main/webapp/view/site/portletPropertyEditor.html	2008-01-22 03:04:00 UTC (rev 785)
+++ pal-admin/branches/pal-admin-0.4/src/main/webapp/view/site/portletPropertyEditor.html	2008-01-22 04:57:52 UTC (rev 786)
@@ -74,7 +74,7 @@
             <tbody id="propertyItems">
               <tr>
                 <td><span id="propertyNameForView">N</span></td>
-                <td><span id="propertyValueForView">V</span></td>
+                <td><span id="propertyValue">V</span></td>
                 <td>
                 <div id="isEditable-delete">
                   <a id="goPagePropertyEditor-delete" href="portletPropertyEditor.html?mode=c&path=a&returnPath=b&propertyName=c&fixed_action=delete">


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