# HG changeset patch # User cavaliet # Date 1379081017 -7200 # Node ID 0ae8f199388b209579b5a0b702d5cfdbbb420004 # Parent 566943115ef245722a31ab302314e777ca6e2573 forms css corrected diff -r 566943115ef2 -r 0ae8f199388b src/p4l/settings.py --- a/src/p4l/settings.py Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/settings.py Fri Sep 13 16:03:37 2013 +0200 @@ -508,7 +508,12 @@ 'PAGINATE_BY_PARAM': 'page_size' } -LANGUAGES_LIST = [(u"Abkhaz","ab"), +LANGUAGES_LIST = [ +(u"French","fr"), +(u"English","en"), +(u"Spanish; Castilian","es"), +(u"",""), +(u"Abkhaz","ab"), (u"Afar","aa"), (u"Afrikaans","af"), (u"Akan","ak"), diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/css/p4l.css --- a/src/p4l/static/p4l/css/p4l.css Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/css/p4l.css Fri Sep 13 16:03:37 2013 +0200 @@ -29,7 +29,7 @@ margin-bottom: 5px; } .after-plus { - padding-top: 5px; + margin-top: 5px; } .rotate{ transform:rotate(90deg); @@ -51,8 +51,15 @@ .grey-hover:nth-child(odd) { background: #EEE; } +.well { + margin-bottom: 5px; + padding: 4px 5px 8px 8px; +} +label { + margin-bottom: 0px; +} + /* Flags */ - .flag { width: 16px; height: 11px; diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/abstractForm.html --- a/src/p4l/static/p4l/templates/abstractForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/abstractForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,6 +1,10 @@ -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/collationForm.html --- a/src/p4l/static/p4l/templates/collationForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/collationForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,6 +1,10 @@ -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/documentCodeForm.html --- a/src/p4l/static/p4l/templates/documentCodeForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/documentCodeForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,5 +1,6 @@ -
-
- -
-
\ No newline at end of file +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/imprintForm.html --- a/src/p4l/static/p4l/templates/imprintForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/imprintForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,10 +1,18 @@ -
-
- - -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/isbnForm.html --- a/src/p4l/static/p4l/templates/isbnForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/isbnForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,6 +1,10 @@ -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/issnForm.html --- a/src/p4l/static/p4l/templates/issnForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/issnForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,6 +1,10 @@ -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/languagesListInput.html --- a/src/p4l/static/p4l/templates/languagesListInput.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/languagesListInput.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,1 +1,1 @@ - \ No newline at end of file + \ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/meetingForm.html --- a/src/p4l/static/p4l/templates/meetingForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/meetingForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,16 +1,26 @@ -
-
- -
-
- - -
-
- - -
-
- -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/objectList.html --- a/src/p4l/static/p4l/templates/objectList.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/objectList.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,15 +1,15 @@
- + +
-
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/objectListTable.html --- a/src/p4l/static/p4l/templates/objectListTable.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/objectListTable.html Fri Sep 13 16:03:37 2013 +0200 @@ -15,7 +15,7 @@ -
+
diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/periodicalForm.html --- a/src/p4l/static/p4l/templates/periodicalForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/periodicalForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,6 +1,10 @@ -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/personForm.html --- a/src/p4l/static/p4l/templates/personForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/personForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,5 +1,6 @@ -
-
- -
-
\ No newline at end of file +
+
+ + +
+
diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/serieForm.html --- a/src/p4l/static/p4l/templates/serieForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/serieForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,9 +1,14 @@ -
-
- - -
-
- -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/titleForm.html --- a/src/p4l/static/p4l/templates/titleForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/titleForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,6 +1,10 @@ -
-
- - -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/urlForm.html --- a/src/p4l/static/p4l/templates/urlForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/urlForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,9 +1,14 @@ -
-
- - -
-
- -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/static/p4l/templates/volumeIssueForm.html --- a/src/p4l/static/p4l/templates/volumeIssueForm.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/static/p4l/templates/volumeIssueForm.html Fri Sep 13 16:03:37 2013 +0200 @@ -1,9 +1,14 @@ -
-
- - -
-
- -
-
\ No newline at end of file +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/templates/p4l/p4l_record_view.html --- a/src/p4l/templates/p4l/p4l_record_view.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/templates/p4l/p4l_record_view.html Fri Sep 13 16:03:37 2013 +0200 @@ -6,6 +6,9 @@ {% block page_title %}{% trans 'Record' %} {{ record.identifier }} - {% trans 'View' %}{% endblock %} {% block content %} +
+ {% trans 'Edit the record' %} +
@@ -217,4 +220,7 @@
{% trans 'property' %}{% trans 'value' %}
+
+ {% trans 'Edit the record' %} +
{% endblock %} \ No newline at end of file diff -r 566943115ef2 -r 0ae8f199388b src/p4l/templates/p4l/record_update_form.html --- a/src/p4l/templates/p4l/record_update_form.html Fri Sep 13 13:00:36 2013 +0200 +++ b/src/p4l/templates/p4l/record_update_form.html Fri Sep 13 16:03:37 2013 +0200 @@ -43,6 +43,9 @@ {% endblock %} {% block content %} +
+ {% trans 'View the record' %} +
{% verbatim %}
@@ -215,4 +218,7 @@
{% endverbatim %} +
+ {% trans 'View the record' %} +
{% endblock %} \ No newline at end of file