svnno****@sourc*****
svnno****@sourc*****
2008年 9月 25日 (木) 06:39:57 JST
Revision: 1182 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=1182 Author: shinsuke Date: 2008-09-25 06:39:57 +0900 (Thu, 25 Sep 2008) Log Message: ----------- changed label. Modified Paths: -------------- googlegadgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp -------------- next part -------------- Modified: googlegadgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp =================================================================== --- googlegadgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp 2008-09-24 21:39:29 UTC (rev 1181) +++ googlegadgets/trunk/src/main/webapp/WEB-INF/view/edit/index.jsp 2008-09-24 21:39:57 UTC (rev 1182) @@ -14,7 +14,7 @@ <tbody><c:forEach var="g" varStatus="s" items="${gadgetItems}"> <tr style="background-color:${s.index %2 == 0 ? 'eeeeee' : 'e0e0e0'}"> <td>${f:h(g.shortName)}</td> - <td><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>