File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
share/roundup/templates/devel/html Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ Fixed:
124124- issue2551041 - change permission check from "Create User" to "Register
125125 User" in page.html for the responsive and devel templates. (reporter
126126 C�dric Krier, John Rouillard)
127-
127+ - issue2550144 - fix use of undefined icing macro in devel
128+ template. Replace with frame macro. (C�dric Krier)
128129
1291302018-07-13 1.6.0
130131
Original file line number Diff line number Diff line change 11<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
2- < tal:block metal:use-macro ="templates/page/macros/icing ">
2+ < tal:block metal:use-macro ="templates/page/macros/frame ">
33 < title metal:fill-slot ="head_title ">
44 Item Not Found
55 </ title >
Original file line number Diff line number Diff line change 22< span tal:condition ="context/is_view_ok " tal:replace ="structure
33 context/renderQueryForm " />
44< tal:block tal:condition ="not:context/is_view_ok ">
5- < tal:block metal:use-macro ="templates/page/macros/icing ">
5+ < tal:block metal:use-macro ="templates/page/macros/frame ">
66 < title metal:fill-slot ="head_title "> You can not view query</ title >
77 < tal:block metal:fill-slot ="body_title ">
88 You can not view query.
You can’t perform that action at this time.
0 commit comments