質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
編集画面なので、新規作成からDBに保存したもの表示させるようにSmaryを使っています。
|
11
|
+
編集画面なので、遷移時は新規作成からDBに保存したもの表示させるようにSmaryを使っています。
|
12
12
|
|
13
13
|
|
14
14
|
|
1
少し変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,9 +26,9 @@
|
|
26
26
|
|
27
27
|
<div id="on_off">
|
28
28
|
|
29
|
-
<input type="radio" name="
|
29
|
+
<input type="radio" name="status" value="on" {if $list.is_published == 1}checked{/if} >ON
|
30
30
|
|
31
|
-
<input type="radio" name="
|
31
|
+
<input type="radio" name="status" value="off" {if $list.is_published == 0}checked{/if} >OFF
|
32
32
|
|
33
33
|
</div>
|
34
34
|
|