This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
[minor] new in web form should show title, not doctype
version-14
Rushabh Mehta
8 年之前
父節點
fc5308d5c3
當前提交
58172d6c99
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/templates/generators/web_form.html
+ 1
- 1
frappe/templates/generators/web_form.html
查看文件
@@ -21,7 +21,7 @@
{% elif is_list %}
<div style="padding-bottom: 15px;">
<a href="/{{ pathname }}{{ delimeter }}new=1" class="btn btn-primary btn-new btn-sm">
{{ _("New {0}").format(_(
doc_typ
e)) }}
{{ _("New {0}").format(_(
titl
e)) }}
</a>
</div>
{% endif %}
Write
Preview
Loading…
取消
儲存