Skip to content

Commit

Permalink
Merge branch 'master' of github.com:okfn/ckan into 2750-add-docs-and-…
Browse files Browse the repository at this point in the history
…examples-for-idatasetform-and-igroupform
  • Loading branch information
Sean Hammond committed Aug 1, 2012
2 parents 4dbe119 + 9acc9ea commit 90e9a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/public/scripts/templates.js
Expand Up @@ -152,7 +152,7 @@ CKAN.Templates.resourceDetails = ' \
CKAN.Templates.resourceExtra = ' \
<div class="dynamic-extra"> \
<button class="btn btn-danger remove-resource-extra">X</button>\
<input type="text" placeholder="Key" class="extra-key" value="${key}" /> \
<input type="text" placeholder="Value" class="extra-value" value="${value}" /> \
<input type="text" placeholder="'+CKAN.Strings.key+'" class="extra-key" value="${key}" /> \
<input type="text" placeholder="'+CKAN.Strings.value+'" class="extra-value" value="${value}" /> \
</div> \
';
2 changes: 2 additions & 0 deletions ckan/templates/js_strings.html
Expand Up @@ -63,6 +63,8 @@
unknown = _('Unknown'),
extraFields = _('Extra Fields'),
addExtraField = _('Add Extra Field'),
key = _('Key'),
value = _('Value'),
deleteResource = _('Delete Resource'),
youCanUseMarkdown = _('You can use %aMarkdown formatting%b here.'),
datesAreInISO = _('Dates are in %aISO Format%b &mdash; eg. %c2012-12-25%d or %c2010-05-31T14:30%d.'),
Expand Down

0 comments on commit 90e9a2f

Please sign in to comment.