From 991f1455882b07a355f87b04036a9edb09a37151 Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Fri, 18 Jan 2019 12:42:35 +0100 Subject: [PATCH] ODPSH-127: change translation add required text --- .../odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo | Bin 5186 -> 5188 bytes .../odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po | 2 +- ckanext/odsh/public/odsh.css | 3 +++ .../package/snippets/package_form.html | 1 + .../package/snippets/resource_form.html | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo index c95ab37b7b246ec07bc35948f19a82d5b63f66ac..c18f411194b2c76da97372e439cf38554b0223d9 100644 GIT binary patch delta 104 zcmX@4aYSQ-3ahIc0|SGeFav`q0|P^-Fav`C0|P_0Fav`S0|P^iFarYz0|P_9FarZK z0|UbhVFm_E1_p*X!VC<~3=9m{gc%q#85kI(HfOS4<rPfL%u7{p$t*4@%1kOP$;{82 I>?`~g00pcQbN~PV delta 102 zcmX@2aY$o>3ahIM0|SGeFav`q0|P^_Fav`C0|P^*Fav`S0|P^qFarYz0|P^^FarZK z0|Ub}VFm_E1_p*%!VC<~3=9lcgc%q#85kHOHfOS4<>mLxC`!#!a7ipl%_~kUshaFB G{1pJ%KoVsD diff --git a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po index 10c6577f..5c11ff2f 100644 --- a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po +++ b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po @@ -202,7 +202,7 @@ msgid "Tag string: Fehlender Wert" msgstr "Bitte wählen Sie geeignete Schlagwörter" msgid "odsh_resource_upload_error_label" -msgstr "Bitte laden Sie Ihren Datensatz hoch" +msgstr "Bitte laden Sie eine Distribution hoch" msgid "odsh_resource_name_error_label" msgstr "Bitte geben sie einen Namen für den Datensatz ein" diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index 33c12d1e..f20e5388 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -1358,4 +1358,7 @@ display: none; width: 100px; height: 100px; position: relative; +} +.required-text{ + font-size: 14px; } \ No newline at end of file diff --git a/ckanext/odsh/templates/package/snippets/package_form.html b/ckanext/odsh/templates/package/snippets/package_form.html index 0867b211..9e5fe6a9 100644 --- a/ckanext/odsh/templates/package/snippets/package_form.html +++ b/ckanext/odsh/templates/package/snippets/package_form.html @@ -43,4 +43,5 @@ then itself be extended to add/remove blocks of functionality. #} {% endblock %} </div> {% endblock %} + <span class='required-text'>*Pflichtangabe</span> </form> \ No newline at end of file diff --git a/ckanext/odsh/templates/package/snippets/resource_form.html b/ckanext/odsh/templates/package/snippets/resource_form.html index dd736974..c32a5ebe 100644 --- a/ckanext/odsh/templates/package/snippets/resource_form.html +++ b/ckanext/odsh/templates/package/snippets/resource_form.html @@ -117,4 +117,5 @@ </div> </div> </div> + <span class='required-text'>*Pflichtangabe</span> </form> \ No newline at end of file -- GitLab