aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js_validation_msgs.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-23 17:39:00 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-23 17:39:00 +0100
commit7cb6bb21f713bc07a06ece5f4109cd6bd5a7f0b0 (patch)
treeeaff3aa286d8e1910b33c204c79b6837e109a216 /templates/web/default/js_validation_msgs.html
parent9019fda388f9232181387e8cce1d28e8b89de1ee (diff)
parent3b0e39a4c89e4c184f30c6131936dc63845d6a1f (diff)
Merge remote-tracking branch 'origin/master' into phonegap
Diffstat (limited to 'templates/web/default/js_validation_msgs.html')
-rw-r--r--templates/web/default/js_validation_msgs.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/web/default/js_validation_msgs.html b/templates/web/default/js_validation_msgs.html
deleted file mode 100644
index f89ab4bcc..000000000
--- a/templates/web/default/js_validation_msgs.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<script type="text/javascript">
- validation_strings = {
- update: '[% loc('Please enter a message') %]',
- title: '[% loc('Please enter a subject') %]',
- detail: '[% loc('Please enter some details') %]',
- name: {
- required: '[% loc('Please enter your name') %]',
- validName: '[% loc('Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below') %]'
- },
- category: '[% loc('Please choose a category') %]',
- rznvy: {
- required: '[% loc('Please enter your email') %]',
- email: '[% loc('Please enter a valid email') %]'
- },
- email: {
- required: '[% loc('Please enter your email') %]',
- email: '[% loc('Please enter a valid email') %]'
- }
- };
-</script>