diff options
author | francis <francis> | 2008-04-14 12:23:30 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-14 12:23:30 +0000 |
commit | d89189050b82d733b7536464ded75b9883bc7da4 (patch) | |
tree | e3524cbdfb908b4cde2f8188d3c54d58e7f5f96e | |
parent | cbd99b225b27c8a0e7b8a1754840b7f204334130 (diff) |
Style updates.
Remove command line CSV import script.
-rw-r--r-- | public/stylesheets/admin.css | 5 | ||||
-rwxr-xr-x | script/import-public-body-csv | 10 | ||||
-rw-r--r-- | todo.txt | 1 |
3 files changed, 5 insertions, 11 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index df6b6da6a..1e9202e18 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -32,4 +32,9 @@ form { border: solid 1px green; padding: 1em; } +#error { + color: red; + border: solid 1px red; + padding: 1em; +} diff --git a/script/import-public-body-csv b/script/import-public-body-csv deleted file mode 100755 index 269b7cee6..000000000 --- a/script/import-public-body-csv +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -LOC=`dirname $0` - -# Arguments are: -# - tag to use for public bodies from this spreadsheet - -$LOC/runner 'STDERR.write(PublicBody.import_csv(STDIN.read, "'$1'"))' - - @@ -46,7 +46,6 @@ https://secure.mysociety.org/admin/foi/request/show/37 https://secure.mysociety.org/admin/foi/request/show/137 GUI for uploading changed CSV files -Interface for deleting requests Make tag categories better Things to track: |