[pal-cvs 3449] [1183] changed label.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 9月 25日 (木) 06:40:39 JST


Revision: 1183
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=1183
Author:   shinsuke
Date:     2008-09-25 06:40:39 +0900 (Thu, 25 Sep 2008)

Log Message:
-----------
changed label.

Modified Paths:
--------------
    netvibes-widgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp


-------------- next part --------------
Modified: netvibes-widgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp
===================================================================
--- netvibes-widgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp	2008-09-24 21:39:57 UTC (rev 1182)
+++ netvibes-widgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp	2008-09-24 21:40:39 UTC (rev 1183)
@@ -21,7 +21,7 @@
     <tbody><c:forEach var="g" varStatus="s" items="${widgetItems}">
       <tr style="background-color:${s.index %2 == 0 ? 'eeeeee' : 'e0e0e0'}">
         <td>${f:h(g.shortName)}</td>
-        <td align="center"><s:link href="update/${f:u(g.id)}">Set</s:link></td>
+        <td align="center"><s:link href="update/${f:u(g.id)}">Select</s:link></td>
       </tr>
     </c:forEach></tbody>
   </table>


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