svnno****@sourc*****
svnno****@sourc*****
2007年 7月 19日 (木) 06:08:13 JST
Revision: 300 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=300 Author: takeharu Date: 2007-07-19 06:08:12 +0900 (Thu, 19 Jul 2007) Log Message: ----------- add categoryIndex tag Modified Paths: -------------- pompei/trunk/src/main/webapp/view/admin/product/categoryList.html -------------- next part -------------- Modified: pompei/trunk/src/main/webapp/view/admin/product/categoryList.html =================================================================== --- pompei/trunk/src/main/webapp/view/admin/product/categoryList.html 2007-07-18 21:06:26 UTC (rev 299) +++ pompei/trunk/src/main/webapp/view/admin/product/categoryList.html 2007-07-18 21:08:12 UTC (rev 300) @@ -39,11 +39,11 @@ </thead> <tbody > <tr style="dummy"> - <td align="center"><span id="sortOrder">2</span></td> + <td align="center"><span id="sortOrder">2</span><input type="hidden" id="categoryIndex"/></td> <td><a id="goCategoryList" href="categoryList.html?categoriesId=1"><span id="categoriesName">カテゴリ</span></a></td> <td><span id="categoriesImage"></span> </td> <td> - <input type="submit" id="doUpdate" value="編集" onclick="setMode('update');setRowIndex(this.name)"/> + <input type="submit" id="doUpdate" value="編集" onclick="setMode('update');setRowIndex(this.name);"/> <input type="button" id="doDelete" value="削除" onclick="if(confirm('削除します。よろしいですか?')){setMode('delete');setRowIndex(this.name)}else{return false}" /> </td> </tr>