OSDN Git Service

FIX:admin/defaultテンプレートのhtmlタグ修正
authorshizuki <shizuki@kinezumi.net>
Mon, 7 May 2012 14:22:45 +0000 (23:22 +0900)
committershizuki <shizuki@kinezumi.net>
Mon, 7 May 2012 14:22:45 +0000 (23:22 +0900)
checkboxタグのname属性に'['、']'の抜けがあった

skins/admin/default/skinbackup.xml

index 1612f99..0887af4 100644 (file)
@@ -2605,7 +2605,7 @@ selector();
 <%itemtimelabel%> <%itemtimeval%>
 </td>
 <td<%cssclass%>>
-<input type="checkbox" id="batch<%batchid%>" name="batch<%batchid%>" value="<%itemid%>" />
+<input type="checkbox" id="batch<%batchid%>" name="batch[<%batchid%>]" value="<%itemid%>" />
 <label for="batch<%batchid%>"><b><%itemtitle%></b></label><br />
 <%itembody%></td>
 <td style="white-space:nowrap"<%cssclass%>>