Skip to content

Commit

Permalink
Removed unwanted legend from 'Amend Content'
Browse files Browse the repository at this point in the history
@author Seema
  • Loading branch information
Seema Satish committed Sep 11, 2012
1 parent c930d69 commit 67bd8af
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 27 deletions.
25 changes: 10 additions & 15 deletions lib/views/content/amend.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,19 @@
<header class="section-header">Content details</header>

<fieldset>
<legend class="top-legend amend">Add new content</legend>
<legend class="top-legend">URL(s) of content to be changed</legend>

<fieldset>
<legend class="top-legend">URL(s) of content to be changed</legend>
<label for="target_url1" style="background-color: #F2F2F2;">gov.uk</label>
<input id="target_url1" name="url1" type="text" <%= erb :assignvalue, :locals => {:param => @formdata[:url1]} %> >
<label for="target_url2" style="background-color: #F2F2F2;">gov.uk</label>
<input id="target_url2" name="url2" type="text" <%= erb :assignvalue, :locals => {:param => @formdata[:url2]} %> >
<label for="target_url3" style="background-color: #F2F2F2;">gov.uk</label>
<input id="target_url3" name="url3" type="text" <%= erb :assignvalue, :locals => {:param => @formdata[:url3]} %> >

<label for="target_url1" style="background-color: #F2F2F2;">gov.uk</label>
<input id="target_url1" name="url1" type="text" <%= erb :assignvalue, :locals => {:param => @formdata[:url1]} %> >
<label for="target_url2" style="background-color: #F2F2F2;">gov.uk</label>
<input id="target_url2" name="url2" type="text" <%= erb :assignvalue, :locals => {:param => @formdata[:url2]} %> >
<label for="target_url3" style="background-color: #F2F2F2;">gov.uk</label>
<input id="target_url3" name="url3" type="text" <%= erb :assignvalue, :locals => {:param => @formdata[:url3]} %> >
<label class="long info">Include additional URLs in the "Additional comments" section below.</label>

<label class="long info">Include additional URLs in the "Additional comments" section below.</label>

<label class="long" for="add_content">Detail of what should be added, amended, or removed:</label>
<textarea id="add_content" name="add_content" rows="6" cols="50"><%= @formdata[:add_content] %></textarea>

</fieldset>
<label class="long" for="add_content">Detail of what should be added, amended, or removed:</label>
<textarea id="add_content" name="add_content" rows="6" cols="50"><%= @formdata[:add_content] %></textarea>

</fieldset>

Expand Down
5 changes: 0 additions & 5 deletions lib/views/errors_old.erb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/views/errors_with_margin.erb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/views/formlayout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@
</div>

</body>


</html>
2 changes: 2 additions & 0 deletions lib/views/header.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<meta charset="utf-8" />
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<link rel="stylesheet" type="text/css" href="/stylesheets/gov_feedback.css"/>
<!--[if lt IE 9]>
<script src="/javascripts/html5shiv.js"></script>
Expand Down

0 comments on commit 67bd8af

Please sign in to comment.