4.1.2 版本中缺少图像
我决定尝试使用敏捷工具包作为开发我们新服务的平台,并下载并安装了 zip(4.1.2 版本)。
我在我们的开发服务器(apache、php 5.3.2、mysql 5.3)上进行了快速设置,并开始测试索引页面,并按照一些示例进行订阅和登录。
当我提交缺少某些强制性文件的表单时,浏览器控制台抱怨缺少图像(atk4/templates/default/images/ui-icons-red.png),我想是感叹号红色图标...
我错过了某物?
I decidet to try agile toolkit as platform to develop our new service and downloaded and installed the zip (4.1.2 version).
I made a quick setup on our developement server (apache, php 5.3.2, mysql 5.3) and start testing an index page with subscription and login following some of the samples.
When I submit the form with some mandatory filed missing the browser console complains that an images is missing (atk4/templates/default/images/ui-icons-red.png), I suppose is the exclamation red icon...
I have missed something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经填写了问题报告: https://github.com/atk4/atk4/issues/20 。它已在开发分支中修复,并将随新版本一起发布。
同时,创建目录 atk4/templates/default/images 并将文件 atk4/templates/shared/images/ui-icons-red.png 复制到其中。
感谢您提请注意这一点,尽管下次请使用 github 的问题报告系统,但 stackoverflow 不适用于错误报告。
I've filled a issue report: https://github.com/atk4/atk4/issues/20. It's fixed in development branch and will be out with new version.
Meanwhile, create directory atk4/templates/default/images and copy file atk4/templates/shared/images/ui-icons-red.png in there.
Thanks for bringing this to attention, although please do use github's issue reporting system next time, stackoverflow is not for bug reports.