# HG changeset patch # User ymh # Date 1378895242 -7200 # Node ID a90c4b6abec88920b305fb0c8225f5e6c685fa65 # Parent 2ed617d405982911572b5ff7796f9c8c76eac225 add all missing fields in edit form diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/locale/en/LC_MESSAGES/django.mo Binary file src/p4l/locale/en/LC_MESSAGES/django.mo has changed diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/locale/en/LC_MESSAGES/django.po --- a/src/p4l/locale/en/LC_MESSAGES/django.po Wed Sep 11 12:23:30 2013 +0200 +++ b/src/p4l/locale/en/LC_MESSAGES/django.po Wed Sep 11 12:27:22 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-11 03:19-0500\n" +"POT-Creation-Date: 2013-09-11 04:58-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -344,6 +344,10 @@ msgid "label" msgstr "label" +#: templates/p4l/translations.html:18 +msgid "name" +msgstr "name" + #: templates/registration/login.html:8 msgid "Sorry, that's not a valid username or password." msgstr "Sorry, that's not a valid username or password." diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/locale/es/LC_MESSAGES/django.mo Binary file src/p4l/locale/es/LC_MESSAGES/django.mo has changed diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/locale/es/LC_MESSAGES/django.po --- a/src/p4l/locale/es/LC_MESSAGES/django.po Wed Sep 11 12:23:30 2013 +0200 +++ b/src/p4l/locale/es/LC_MESSAGES/django.po Wed Sep 11 12:27:22 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-11 03:19-0500\n" +"POT-Creation-Date: 2013-09-11 04:58-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -345,6 +345,10 @@ msgid "label" msgstr "label" +#: templates/p4l/translations.html:18 +msgid "name" +msgstr "name" + #: templates/registration/login.html:8 msgid "Sorry, that's not a valid username or password." msgstr "Sorry, that's not a valid username or password." diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/locale/fr/LC_MESSAGES/django.mo Binary file src/p4l/locale/fr/LC_MESSAGES/django.mo has changed diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/locale/fr/LC_MESSAGES/django.po --- a/src/p4l/locale/fr/LC_MESSAGES/django.po Wed Sep 11 12:23:30 2013 +0200 +++ b/src/p4l/locale/fr/LC_MESSAGES/django.po Wed Sep 11 12:27:22 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-11 03:19-0500\n" +"POT-Creation-Date: 2013-09-11 04:58-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -346,6 +346,10 @@ msgid "label" msgstr "label" +#: templates/p4l/translations.html:18 +msgid "name" +msgstr "Nom" + #: templates/registration/login.html:8 msgid "Sorry, that's not a valid username or password." msgstr "Désolé, utilisateur ou mot de passe invalide" diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/static/p4l/templates/personDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/personDisp.html Wed Sep 11 12:27:22 2013 +0200 @@ -0,0 +1,1 @@ +
{{obj.name}}
\ No newline at end of file diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/static/p4l/templates/personForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/personForm.html Wed Sep 11 12:27:22 2013 +0200 @@ -0,0 +1,5 @@ +
+
+ +
+
\ No newline at end of file diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/static/p4l/templates/serieDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/serieDisp.html Wed Sep 11 12:27:22 2013 +0200 @@ -0,0 +1,5 @@ +
    +
  • {{'Title'|translate}} : {{ obj.title }}
  • +
  • {{'Volume'|translate}} : {{ obj.volume }}
  • +
  • {{'Language'|translate}} : {{ obj.lang }}
  • +
diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/static/p4l/templates/serieForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/serieForm.html Wed Sep 11 12:27:22 2013 +0200 @@ -0,0 +1,9 @@ +
+
+ + +
+
+ +
+
\ No newline at end of file diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/static/p4l/templates/urlDisp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/urlDisp.html Wed Sep 11 12:27:22 2013 +0200 @@ -0,0 +1,5 @@ +
    +
  • {{'Address'|translate}} : {{ obj.address }}
  • +
  • {{'Display'|translate}} : {{ obj.display }}
  • +
  • {{'Access level'|translate}} : {{ obj.accessLevel }}
  • +
diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/static/p4l/templates/urlForm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/static/p4l/templates/urlForm.html Wed Sep 11 12:27:22 2013 +0200 @@ -0,0 +1,9 @@ +
+
+ + +
+
+ +
+
\ No newline at end of file diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/templates/p4l/record_update_form.html --- a/src/p4l/templates/p4l/record_update_form.html Wed Sep 11 12:23:30 2013 +0200 +++ b/src/p4l/templates/p4l/record_update_form.html Wed Sep 11 12:27:22 2013 +0200 @@ -137,17 +137,15 @@ {{ 'series' | translate }} - #todo + {{ 'authors' | translate }} - #todo - + {{ 'subject persons' | translate }} - #todo - + {{ 'subject corporate bodies' | translate }} @@ -163,7 +161,7 @@ {{ 'Urls' | translate }} - #todo + {{ 'record type' | translate }} diff -r 2ed617d40598 -r a90c4b6abec8 src/p4l/templates/p4l/translations.html --- a/src/p4l/templates/p4l/translations.html Wed Sep 11 12:23:30 2013 +0200 +++ b/src/p4l/templates/p4l/translations.html Wed Sep 11 12:27:22 2013 +0200 @@ -14,4 +14,5 @@ {% trans 'title' %} {% trans 'abstract' %} {% trans 'collation' %} -{% trans 'label' %} \ No newline at end of file +{% trans 'label' %} +{% trans 'name' %} \ No newline at end of file