myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3364] branches/wf4ever/app/views/packs/new.rhtml


From: noreply
Subject: [myexperiment-hackers] [3364] branches/wf4ever/app/views/packs/new.rhtml: put RO URI to the bottom of the new pack page
Date: Mon, 28 Jan 2013 16:32:28 +0000 (UTC)

Revision
3364
Author
dgc
Date
2013-01-28 16:32:27 +0000 (Mon, 28 Jan 2013)

Log Message

put RO URI to the bottom of the new pack page

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/new.rhtml (3363 => 3364)


--- branches/wf4ever/app/views/packs/new.rhtml	2013-01-28 06:49:53 UTC (rev 3363)
+++ branches/wf4ever/app/views/packs/new.rhtml	2013-01-28 16:32:27 UTC (rev 3364)
@@ -11,8 +11,6 @@
 
 <% form_tag :action ="" :create do %>
 
-  <%= render :partial => "contributions/ro_uri_box", :locals => { :f => nil, :input_name => 'pack[ro_uri]' } -%>
-
   <center>
 		<div class="box_form" style="width: 550px; margin: 1em 0; text-align: left;">
 			<p><b>Title: </b></p>
@@ -28,7 +26,19 @@
   <%= render :partial => "tags/tags_form", :locals => { :edit => false, :taggable => @pack } %>
   
   <%= render :partial => "contributions/sharing_form",  :locals => { :edit => false, :contributable => @pack, :update_perms => true } %>
-  
+
+  <div class="fold">
+    <div class="foldTitle">
+      <%= info_icon_with_tooltip("Here you can set a specific research object URI") %>
+      <span>Research Object URI</span>
+    </div>
+    <div class="foldContent" style="display: none;">
+
+      <%= render :partial => "contributions/ro_uri_box", :locals => { :f => nil, :input_name => 'pack[ro_uri]' } -%>
+      
+    </div>
+  </div>
+
   <p style="text-align: center;">
     <%= submit_tag "Create", :disable_with => "Creating..." %>
   </p>

reply via email to

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