myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2443] branches/neiss/app/views/maps: changed cop


From: noreply
Subject: [myexperiment-hackers] [2443] branches/neiss/app/views/maps: changed copyright_text back into a single line input
Date: Wed, 23 Jun 2010 05:57:53 -0400 (EDT)

Revision
2443
Author
dgc
Date
2010-06-23 05:57:52 -0400 (Wed, 23 Jun 2010)

Log Message

changed copyright_text back into a single line input

Modified Paths

Diff

Modified: branches/neiss/app/views/maps/edit.rhtml (2442 => 2443)


--- branches/neiss/app/views/maps/edit.rhtml	2010-06-23 09:57:19 UTC (rev 2442)
+++ branches/neiss/app/views/maps/edit.rhtml	2010-06-23 09:57:52 UTC (rev 2443)
@@ -36,9 +36,7 @@
 
   <p style="text-align: center;"><strong>Copyright statement: </strong><br /> <%= f.text_field :copyright_statement, :size => 60 %></p>
   <p style="text-align: center;"><strong>Copyright URL        </strong><br /> <%= f.text_field :copyright_url, :size => 60 %></p>
-  <p style="text-align: center;"><strong>Copyright text:      </strong><br />
-    <textarea cols="60" id="map_copyright_text" name="map[copyright_text]"><%= html_escape(@map.copyright_text) -%></textarea>
-  </p>
+  <p style="text-align: center;"><strong>Copyright text:      </strong><br /> <%= f.text_field :copyright_text, :size => 60 %></p>
 
   <br />
 

Modified: branches/neiss/app/views/maps/new.rhtml (2442 => 2443)


--- branches/neiss/app/views/maps/new.rhtml	2010-06-23 09:57:19 UTC (rev 2442)
+++ branches/neiss/app/views/maps/new.rhtml	2010-06-23 09:57:52 UTC (rev 2443)
@@ -36,7 +36,7 @@
 
   <p style="text-align: center;"><strong>Copyright statement: </strong><br /> <%= text_field_tag "map[copyright_statement]", nil, :size => 60 %></p>
   <p style="text-align: center;"><strong>Copyright URL        </strong><br /> <%= text_field_tag "map[copyright_url]",       nil, :size => 60 %></p>
-  <p style="text-align: center;"><strong>Copyright text:      </strong><br /> <textarea id="map[copyright_text]" name="map[copyright_text]" rows="10" style="width: 99%;"></textarea> </p>
+  <p style="text-align: center;"><strong>Copyright text:      </strong><br /> <%= text_field_tag "map[copyright_text]",      nil, :size => 60 %></p>
 
   <br />
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]