Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
anoopmb
/
frappe
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
[minor] new in web form should show title, not doctype
version-14
Rushabh Mehta
il y a 8 ans
Parent
fc5308d5c3
révision
58172d6c99
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
frappe/templates/generators/web_form.html
+ 1
- 1
frappe/templates/generators/web_form.html
Voir le fichier
@@ -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 %}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer