|
From: SourceForge.net <no...@so...> - 2007-10-17 06:38:16
|
Bugs : Cubson item #1814885, was opened at 2007-10-17 15:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=996868&aid=1814885&group_id=184930 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: cubson 1.0.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tom Hayakawa (tom_g3x) Assigned to: Nobody/Anonymous (nobody) Summary: <sf.jp> Wizard 3 Initial Comment: 登録日:2007-03-13 12:02 登録者:izayoi (izayoi_iria) サマリ: ●バグ3? 「templates/testmodule_testtable_list.html」 1.「|theme」の削除 2.「icons」→「images」に変更 3.「"<{」、「}>"」の削除。 ・元(8,9,11,12行目) 08行目 <img src="<{"icons/up.gif"|theme}>" alt=… (中略) 12行目 <img src="<{"icons/down.gif"|theme}>" alt=… ・変更 08行目 <img src="images/up.gif" alt=… (中略) 12行目 <img src="images/down.gif" alt=… 生成された情報には「icons」というフォルダが存在しないの と、 管理画面用の機能によって動きませんでした。 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=996868&aid=1814885&group_id=184930 |