diff options
author | francis <francis> | 2009-02-04 13:11:35 +0000 |
---|---|---|
committer | francis <francis> | 2009-02-04 13:11:35 +0000 |
commit | 21eb4c78bdbe32c3cf45e82c2c629e880a8e6fa9 (patch) | |
tree | d389aba47f415b477c0f0764040e6755d22cc2e4 | |
parent | ab814d28da9cda5a9504464f80dfe5ca4cd65a15 (diff) |
Minor formatting.
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index 7b02340ed..785860c22 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -24,22 +24,22 @@ <p><label for="public_body_name">Name</label><br/> <%= text_field 'public_body', 'name', :size => 60 %></p> -<p><label for="public_body_short_name">Short name (only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL - don't worry about breaking URLs through renaming, as the history is used to redirect)</label><br/> +<p><label for="public_body_short_name">Short name <small>(only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL - don't worry about breaking URLs through renaming, as the history is used to redirect)</small></label><br/> <%= text_field 'public_body', 'short_name', :size => 60 %></p> -<p><label for="public_body_request_email">Request email (set to <strong>blank</strong> (empty string) if can't find an address; to <strong>not_apply</strong> if FOI no longer / never did apply to authority; these emails are <strong>public</strong> as anyone can view with a CAPTCHA)</label><br/> +<p><label for="public_body_request_email">Request email <small>(set to <strong>blank</strong> (empty string) if can't find an address; to <strong>not_apply</strong> if FOI no longer / never did apply to authority; these emails are <strong>public</strong> as anyone can view with a CAPTCHA)</small></label><br/> <%= text_field 'public_body', 'request_email', :size => 40 %></p> -<p><label for="public_body_home_page">Home page (of whole authority, not just their FOI page; set to <strong>blank</strong> (empty string) to guess it from the email)</label><br/> +<p><label for="public_body_home_page">Home page <small>(of whole authority, not just their FOI page; set to <strong>blank</strong> (empty string) to guess it from the email)</label></small><br/> <%= text_field 'public_body', 'home_page', :size => 60 %></p> -<p><label for="public_body_notes">Public notes</label> (for users to consider when making FOI requests to the authority)<br/> +<p><label for="public_body_notes">Public notes</label> <small>(for users to consider when making FOI requests to the authority)</small><br/> <%= text_area 'public_body', 'notes', :rows => 3, :cols => 60 %></p> -<p><label for="public_body_tag_string">Tags (space separated; see list of tags on the right)</label><br/> +<p><label for="public_body_tag_string">Tags <small>(space separated; see list of tags on the right)</small></label><br/> <%= text_field 'public_body', 'tag_string', :size => 60 %></p> -<p><label for="public_body_last_edit_comment"><strong>Comment</strong> for this edit</label> (put URL or other source of new info)<br/> +<p><label for="public_body_last_edit_comment"><strong>Comment</strong> for this edit</label> <small>(put URL or other source of new info)</small><br/> <%= text_area 'public_body', 'last_edit_comment', :rows => 3, :cols => 60 %></p> <!--[eoform:public_body]--> |