待辦事項 #9549

typo in customBlockDelete template
啟用日期: 2006-12-11 12:19 最後更新: 2006-12-14 12:29

回報者:
負責人:
(del#8225)
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:

細節

/modules/legacy/admin/templates/customblock_delete.html
L58-64 & L76-83

可視&あくてぃぶ項目の表示部分が

<td class="<{cycle values="odd,even"}>">
<{if $object->getShow('visible') == 1}>
<{$smarty.const._YES}>
<{else}>
<{$smarty.const._YES}>
<{/if}>
</td>

----

<td class="<{cycle values="odd,even"}>">
<td class="<{cycle values="odd,even"}>">
<{if $object->getShow('isactive') == 1}>
<{$smarty.const._YES}>
<{else}>
<{$smarty.const._YES}>
<{/if}>
</td>

こんなかんじでtdが2つあったりどっちもYESになってるけど

<td class="<{cycle values="odd,even"}>">
<{if $object->getShow('visible') == 1}>
<{$smarty.const._YES}>
<{else}>
<{$smarty.const._NO}>
<{/if}>
</td>

----

<td class="<{cycle values="odd,even"}>">
<{if $object->getShow('isactive') == 1}>
<{$smarty.const._YES}>
<{else}>
<{$smarty.const._NO}>
<{/if}>
</td>

が正解じゃないですか?

Ticket History (3/3 Histories)

2006-12-14 07:54 Updated by: (del#8225)
  • 負責人 Update from (無) to nobunobu
  • 處理結果 Update from to 修正
2006-12-14 12:29 Updated by: (del#8225)
評語
Logged In: YES
user_id=8225

Thanks you for you report.
I fixed TYPO, that you reported and commit into CVS

報告ありがとうございます。
早速修正し、CVSにコミット致しました。
2006-12-14 12:29 Updated by: (del#8225)
  • Ticket Close date is changed to 2006-12-14 12:29
  • 狀態 Update from 開啟 to 關閉

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入