Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[minor] new in web form should show title, not doctype
version-14
Rushabh Mehta
hace 8 años
padre
fc5308d5c3
commit
58172d6c99
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
frappe/templates/generators/web_form.html
+ 1
- 1
frappe/templates/generators/web_form.html
Ver fichero
@@ -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 %}
Escribir
Vista previa
Cargando…
Cancelar
Guardar